Sign inSign up

ipedrazas/hvgen:v0.1.9.14

Multi-platform
Index digest

sha256:ac3e67b661f25d0df757e333b219ea13f144384bd2ff1ff9c45d6564ee77558d

OS/ARCH

Compressed size

47.25 MB

Last pushed

about 4 years by ipedrazas

Type

Image

Manifest digest

sha256:44854c1705b0b1026c1e6b956ed662c4bf6d74647a83cf6619c6ba1cf2bfb7b0

Image Layers

1ADD file ... in / 24.72 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.51 MB
6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
7ENV PYTHON_VERSION=3.10.10 B
8/bin/sh -c set -ex &&10.56 MB
9/bin/sh -c cd /usr/local/bin &&231 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.31 MB
15CMD ["python3"]0 B
16RUN /bin/sh -c mkdir -p124 B
17RUN /bin/sh -c addgroup --system10.89 KB
18ENV HOME=/home/appuser0 B
19ENV APP_HOME=/home/appuser/app0 B
20RUN /bin/sh -c mkdir $APP_HOME150 B
21WORKDIR /home/appuser/app32 B
22COPY /usr/src/appuser/wheels /wheels # buildkit772.25 KB
23COPY /usr/src/appuser/requirements.txt . # buildkit338 B
24RUN /bin/sh -c pip install4.83 MB
25RUN /bin/sh -c pip install1.46 MB
26COPY . /home/appuser/app # buildkit44.85 KB
27RUN /bin/sh -c chown -R45 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.14 org.opencontainers.image.revision=b837c332246277f4a0aa013eededab7170b3b5fc0 B

Command

ADD file:9810440ab841e71bd153282c21cfcd46d3f40bd5099e60c332e05bf066e390ac in /