Sign inSign up

veknet/py-cicd-demo:sha-e444a9b

Multi-platform
Index digest

sha256:5f76fbc05a594dfdd07af323365fed5cdc287ab611f9f24f43b20a489df81fc4

OS/ARCH

Compressed size

80.63 MB

Last pushed

about 1 month by veknet

Type

Image

Manifest digest

sha256:daa0a66aa8610aa44e340d6403739e2d24fc6b03c0b666c2cf90215d462e4bb0

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2ENV DEBIAN_FRONTEND=noninteractive PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=10 B
3RUN /bin/sh -c apt-get update27 MB
4WORKDIR /app93 B
5RUN /bin/sh -c useradd --create-home3.23 KB
6COPY requirements.txt ./ # buildkit162 B
7RUN /bin/sh -c python3 -m26.71 MB
8ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
9COPY hello.py ./ # buildkit975 B
10RUN /bin/sh -c chown -R1 KB
11USER appuser0 B
12HEALTHCHECK {Test:[CMD-SHELL curl -fsS https://example.com0 B
13ENTRYPOINT ["python3" "hello.py"]0 B
14CMD ["World"]0 B
15LABEL org.opencontainers.image.title=py-cicd-demo org.opencontainers.image.description=Minimal demo app:0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'