sha256:8884fa7ac35e35bea2a738e595ed65d5ab09c5c858f3f3255c3ff265eaa6d530
OS/ARCH
linux/amd64
Compressed size
276.55 MB
Last pushed
about 1 year by jonesckevin
Type
Image
Manifest digest
sha256:37445d7c7761d47039f37c0bcce0e999d39888388742d2a76ea29f7deb040ad6
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=25.040 B5ADD file ... in / 28.34 MB6CMD ["/bin/bash"]0 B7ENV DEBIAN_FRONTEND=noninteractive0 B8ENV PYTHONUNBUFFERED=10 B9ENV LOG_LEVEL=INFO0 B10ENV FLASK_ENV=production0 B11RUN /bin/sh -c apt-get update204.94 MB12RUN /bin/sh -c mkdir -p110 B13RUN /bin/sh -c python3 -m3.41 MB14COPY requirements.txt /tmp/requirements.txt # buildkit198 B15RUN /bin/sh -c /opt/volatility-env/bin/pip install9.28 MB16RUN /bin/sh -c /opt/volatility-env/bin/pip install6.62 MB17RUN /bin/sh -c ln -s179 B18RUN /bin/sh -c ls -la32 B19RUN /bin/sh -c mkdir -p132 B20RUN /bin/sh -c wget -q7.84 MB21RUN /bin/sh -c unzip -q8.05 MB22RUN /bin/sh -c ls -la32 B23RUN /bin/sh -c cp -r8.05 MB24RUN /bin/sh -c ls -la32 B25RUN /bin/sh -c rm -rf161 B26COPY app/ /app/ # buildkit18.63 KB27COPY config/supervisord.conf /etc/supervisor/conf.d/volatility.conf # buildkit580 B28COPY start.sh /start.sh # buildkit675 B29RUN /bin/sh -c chmod +x32 B30RUN /bin/sh -c touch /var/log/volatility-app.log179 B31RUN /bin/sh -c chmod 64432 B32EXPOSE map[5000/tcp:{}]0 B33WORKDIR /app32 B34HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5000/0 B35ENTRYPOINT ["/start.sh"]0 BCommand
ARG RELEASE