sha256:631d5b2bf85e0ac85e0dca6486110ca4417fdfdafffcf37074146e3aed25d7cc
OS/ARCH
linux/amd64
Compressed size
4.7 GB
Last pushed
9 months by jonesckevin
Type
Image
Manifest digest
sha256:4f3fab977f396b95d21e6744076ce68118d9007857374c0704321b9eae0ccc67
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.35 MB6CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8ENV PYTHONUNBUFFERED=10 B9ENV PYTHONDONTWRITEBYTECODE=10 B10RUN /bin/sh -c apt-get update368.8 MB11WORKDIR /app93 B12RUN /bin/sh -c python3.12 -m4 MB13ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B14RUN /bin/sh -c pip install3.45 MB15COPY src/requirements.txt /app/src/requirements.txt # buildkit246 B16COPY app/requirements.txt /app/app/requirements.txt # buildkit202 B17RUN /bin/sh -c pip install4.11 GB18RUN /bin/sh -c pip install1.04 MB19RUN /bin/sh -c pip uninstall192.22 MB20COPY src/ /app/src/ # buildkit15.07 KB21COPY app/ /app/app/ # buildkit1.53 MB22COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit489 B23COPY app/entrypoint.sh /entrypoint.sh # buildkit747 B24RUN /bin/sh -c chmod +x32 B25RUN /bin/sh -c mkdir -p137 B26RUN /bin/sh -c chmod -R32 B27RUN /bin/sh -c find /opt/venv24.91 KB28EXPOSE [5000/tcp]0 B29ENTRYPOINT ["/entrypoint.sh"]0 BCommand
ARG RELEASE