sha256:6be51d25dcb94294ebf85082ddc2782cee74bfc136e8fab67f5994dbbb368563
OS/ARCH
Compressed size
79.7 MB
Last pushed
about 1 month by veknet
Type
Image
Manifest digest
sha256:62643d14a5b42f0269102d4a3385f3820fb5a6f22ad8f24fa56d330a078e813d
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2ENV DEBIAN_FRONTEND=noninteractive PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=10 B3RUN /bin/sh -c apt-get update26.74 MB4WORKDIR /app93 B5RUN /bin/sh -c useradd --create-home3.24 KB6COPY requirements.txt ./ # buildkit162 B7RUN /bin/sh -c python3 -m26.14 MB8ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B9COPY hello.py ./ # buildkit974 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=py-cicd-demo org.opencontainers.image.description=Minimal demo app:0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1785715200'