Sign inSign up

cloudnautique/cred-helper:v0.0.2

Multi-platform
Index digest

sha256:dc8f2122f6373c973fc05c87934bb2c984bb59bd02082c1f3849c39fc5970b7c

OS/ARCH

Compressed size

370.78 MB

Last pushed

almost 3 years by cloudnautique

Type

Image

Manifest digest

sha256:631c1f7d9f6d70a52f2bd1a74ff973bea659dc5af816d669052d784b67b42c70

Image Layers

1ADD file ... in / 47.29 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.94 MB
4/bin/sh -c apt-get update &&61.16 MB
5/bin/sh -c set -ex; apt-get201.29 MB
6ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
7ENV LANG=C.UTF-80 B
8RUN /bin/sh -c set -eux;6.1 MB
9ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
10ENV PYTHON_VERSION=3.12.00 B
11RUN /bin/sh -c set -eux;21.46 MB
12RUN /bin/sh -c set -eux;244 B
13ENV PYTHON_PIP_VERSION=23.2.10 B
14ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c6add47b0abf67511cdfb4734771cbab403af062/public/get-pip.py0 B
15ENV PYTHON_GET_PIP_SHA256=22b849a10f86f5ddf7ce148ca2a31214504ee6c83ef626840fde6e5dcd809d110 B
16RUN /bin/sh -c set -eux;2.55 MB
17CMD ["python3"]0 B
18WORKDIR /app93 B
19COPY requirements.txt . # buildkit301 B
20RUN /bin/sh -c pip install7.99 MB
21COPY . . # buildkit18.98 KB
22ENV FLASK_APP=app.py0 B
23ENV FLASK_RUN_HOST=0.0.0.00 B
24ENV FLASK_RUN_PORT=80000 B
25EXPOSE map[8000/tcp:{}]0 B
26ENTRYPOINT ["flask" "run"]0 B

Command

ADD file:3e9b6405f11dd24ce62105c033f1d8b931d9409298553f63b03af1b6dd1dda35 in /