sha256:68fa9bd0b74c29831566e295a49a599dc809135f64f8ede2e11501f09d683c2e
OS/ARCH
Compressed size
189.24 MB
Last pushed
3 months by rjsears
Type
Image
Manifest digest
sha256:59dce669afde2d4706566ba0c861b26bc0abe4a62b65224b13052960ec65ce53
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.37 MB8RUN /bin/sh -c update-alternatives --install1.46 KB9WORKDIR /app93 B10COPY requirements.txt ./ # buildkit414 B11RUN /bin/sh -c pip3 install26.92 MB12COPY backend/ ./backend/ # buildkit318.56 KB13COPY /app/frontend/dist ./backend/static # buildkit284.87 KB14COPY docker/docker-entrypoint.sh ./ # buildkit381 B15RUN /bin/sh -c chmod +x377 B16EXPOSE [12000/tcp 12000/udp 80/tcp]0 B17ENTRYPOINT ["./docker-entrypoint.sh"]0 BCommand
ARG RELEASE