sha256:ea96569d5aee181811b1ce70060a4ea6f4fcd9f3ce139d2bfe517efd73521ca7
OS/ARCH
linux/amd64
Compressed size
80.63 MB
Last pushed
about 1 month by veknet
Type
Image
Manifest digest
sha256:2e50861ffe0c68c2cf6ada01f18956381173e6a12c8305d608af7626a6b9b1dc
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV DEBIAN_FRONTEND=noninteractive PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=10 B3RUN /bin/sh -c apt-get update27 MB4WORKDIR /app93 B5RUN /bin/sh -c useradd --create-home3.23 KB6COPY requirements.txt ./ # buildkit162 B7RUN /bin/sh -c python3 -m26.71 MB8ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B9COPY hello.py ./ # buildkit975 B10RUN /bin/sh -c chown -R1 KB11USER appuser0 B12HEALTHCHECK {Test:[CMD-SHELL curl -fsS https://example.com0 B13ENTRYPOINT ["python3" "hello.py"]0 B14CMD ["World"]0 B15LABEL org.opencontainers.image.title=cicd-demo org.opencontainers.image.description=Minimal demo app:0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'