Sign inSign up

ipedrazas/hvgen:v0.1.9.15.1

Multi-platform
Index digest

sha256:a9c511f179b7234b3e467bd5a33ddf7d069e125f7144868deabc73b4092a97b8

OS/ARCH

Compressed size

48.67 MB

Last pushed

about 4 years by ipedrazas

Type

Image

Manifest digest

sha256:5918a3071137aea6c814724e27fe9657b7e0d86860c3b4f86cac16edc8181b3b

Image Layers

1ADD file ... in / 25.9 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5/bin/sh -c set -eux; apt-get2.64 MB
6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
7ENV PYTHON_VERSION=3.10.10 B
8/bin/sh -c set -ex &&10.57 MB
9/bin/sh -c cd /usr/local/bin &&233 B
10ENV PYTHON_PIP_VERSION=21.2.40 B
11ENV PYTHON_SETUPTOOLS_VERSION=57.5.00 B
12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/3cb8888cc2869620f57d5d2da64da38f516078c7/public/get-pip.py0 B
13ENV PYTHON_GET_PIP_SHA256=c518250e91a70d7b20cceb15272209a4ded2a0c263ae5776f129e0d9b56743090 B
14/bin/sh -c set -ex; savedAptMark="$(apt-mark2.51 MB
15CMD ["python3"]0 B
16RUN /bin/sh -c mkdir -p123 B
17RUN /bin/sh -c addgroup --system10.77 KB
18ENV HOME=/home/appuser0 B
19ENV APP_HOME=/home/appuser/app0 B
20RUN /bin/sh -c mkdir $APP_HOME153 B
21WORKDIR /home/appuser/app32 B
22COPY /usr/src/appuser/wheels /wheels # buildkit723.38 KB
23COPY /usr/src/appuser/requirements.txt . # buildkit342 B
24RUN /bin/sh -c pip install4.83 MB
25RUN /bin/sh -c pip install1.41 MB
26COPY . /home/appuser/app # buildkit45.14 KB
27RUN /bin/sh -c chown -R45.29 KB
28USER appuser0 B
29CMD ["python" "/home/appuser/app/info.py"]0 B
30ARG GIT_SHA=no-git-repo0 B
31ARG BUILD_DATE=0 B
32ARG VERSION=v0.1.00 B
33LABEL org.opencontainers.image.title=hvgen org.opencontainers.image.source=https://gitea.alacasa.uk/ivan/helm-values-generator org.opencontainers.image.version=v0.1.9.15.1 org.opencontainers.image.revision=b837c332246277f4a0aa013eededab7170b3b5fc0 B

Command

ADD file:bd5c9e0e0145fe33beee9d73615cc89b5c5459bb84ea164cb1bbd8c999f0c2e4 in /