sha256:c4cacc1fe768865e20e68866e825c3b9e7ae1a2555d00af3e62dfb20d728d107
OS/ARCH
Compressed size
42.71 MB
Last pushed
5 months by micrograils
Type
Image
Manifest digest
sha256:837b7804fa60b75c189a9b314c4a7a61949b4c1935e594b79d00ec77eab83e3c
Image Layers
1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB2CMD ["/bin/sh"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5RUN /bin/sh -c set -eux;444.98 KB6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B7ENV PYTHON_VERSION=3.11.150 B8ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B9RUN /bin/sh -c set -eux;15.28 MB10RUN /bin/sh -c set -eux;248 B11CMD ["python3"]0 B12RUN /bin/sh -c apk add17.85 MB13WORKDIR /app92 B14COPY requirements.txt . # buildkit170 B15RUN /bin/sh -c pip install5.45 MB16COPY app.py . # buildkit3.1 KB17COPY nginx.conf /etc/nginx/http.d/default.conf # buildkit645 B18RUN /bin/sh -c mkdir -p138 B19COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit332 B20COPY index.html /usr/share/nginx/html/ # buildkit5.09 KB21COPY entrypoint.sh /entrypoint.sh # buildkit551 B22RUN /bin/sh -c chmod +x32 B23RUN /bin/sh -c mkdir -p178 B24EXPOSE map[80/tcp:{}]0 B25ENTRYPOINT ["/entrypoint.sh"]0 B26CMD ["supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit