573d0a5d00c1545df661336929ff9bc43eb447e6
sha256:e33abafec206fc76489d951c1a0669d45686efc129362ae67e78674f6ccc3866
OS/ARCH
Compressed size
189.31 MB
Last pushed
3 months by rjsears
Type
Image
Manifest digest
sha256:ccc4befa2305aa5e785939f10914b62c7aa7bf34d70f8158c24ead2dc295245f
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6ENV DEBIAN_FRONTEND=noninteractive0 B7RUN /bin/sh -c apt-get update133.35 MB8RUN /bin/sh -c update-alternatives --install1.46 KB9WORKDIR /app93 B10COPY requirements.txt ./ # buildkit415 B11RUN /bin/sh -c pip3 install26.93 MB12COPY backend/ ./backend/ # buildkit404.21 KB13COPY /app/frontend/dist ./backend/static # buildkit284.81 KB14COPY docker/docker-entrypoint.sh ./ # buildkit380 B15RUN /bin/sh -c chmod +x376 B16EXPOSE [12000/tcp 12000/udp 80/tcp]0 B17ENTRYPOINT ["./docker-entrypoint.sh"]0 BCommand
ARG RELEASE