sha256:c4cacc1fe768865e20e68866e825c3b9e7ae1a2555d00af3e62dfb20d728d107
OS/ARCH
Compressed size
43.14 MB
Last pushed
5 months by micrograils
Type
Image
Manifest digest
sha256:86fe55965ede4a8264115bea8cc1026323bebbc14d4f952d0a6a6376e2ba3215
Image Layers
1ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit4.01 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;447.18 KB6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B7ENV PYTHON_VERSION=3.11.150 B8ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B9RUN /bin/sh -c set -eux;15.44 MB10RUN /bin/sh -c set -eux;247 B11CMD ["python3"]0 B12RUN /bin/sh -c apk add17.8 MB13WORKDIR /app93 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 # buildkit648 B18RUN /bin/sh -c mkdir -p139 B19COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit331 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-aarch64.tar.gz / # buildkit