Namespace
goharbor
Image / Tag
prepare:v2.11.2-dev-dev
Content Digest
sha256:c7d0bd4cf71d03c1f3aa5fb21df64ee9c2fc572f0949e2f15432a037c2840961
Details
Created

2024-12-30 10:25:27 UTC

Size

96.8 MB

Content Digest
Labels
  • base-build-date
    20241230
  • build-date
    20241222
  • name
    Photon OS x86_64/5.0 Base Image
  • vendor
    VMware

Environment
LANG

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:5dd356290eb969f9da3808d9205154bcc6fa3f5d615ab134648a604807fea612 - 16.01% (15.5 MB)

[#001] sha256:676bd2c10fa7acebb6a1fea7ae8deed7f0b6ec2d01e3aa5d058c6089add90434 - 49.88% (48.3 MB)

[#002] sha256:d7cad9de688ba2213d390661c85dfe91e350d92e09477a289884d22059eb6d6b - 24.0% (23.2 MB)

[#003] sha256:42dc6e83e17d991292771bb7f3ffd5e3d1aaa71d1433a2b019d20a59e0225736 - 9.0% (8.71 MB)

[#004] sha256:df6722fd61efe281c7cd1375b5721bffffcd8d06837f662452ef41889aea0b2b - 0.01% (9.47 KB)

[#005] sha256:1e920bec36b1bfc6e9824426e173c6ccd8c032d2031b36633006f69f40e10558 - 0.0% (126 Bytes)

[#006] sha256:549c76d8e89f2ac8c704cd623ab4e7312c89e66c4ff10145c0e444c78d777de8 - 0.0% (100 Bytes)

[#007] sha256:85e8c9fbedb8fabb511b974be734e62d9b02beaca4f5affbed17378b8627c455 - 0.0% (2.66 KB)

[#008] sha256:0ab41d099e7f7384c338c19c27c1b33008b47bb0fd66a0360bc3230eaa53f4ff - 1.05% (1.02 MB)

[#009] sha256:492d8e6cb76b665bcdc5b8b0780f6b8e55526b695d6765a0b9fa917307e6598f - 0.04% (41.9 KB)


History
2024-12-22 10:42:34 UTC (buildkit.dockerfile.v0)

ADD photon-rootfs-5.0-2d08a95ab.x86_64.tar.gz / # buildkit

2024-12-22 10:42:34 UTC (buildkit.dockerfile.v0)

LABEL name=Photon OS x86_64/5.0 Base Image vendor=VMware build-date=20241222

2024-12-22 10:42:34 UTC (buildkit.dockerfile.v0)

CMD ["/bin/bash"]

2024-12-30 10:24:51 UTC

/bin/sh -c tdnf install -y python3 python3-pip python3-PyYAML python3-jinja2 && tdnf clean all

2024-12-30 10:24:55 UTC

/bin/sh -c pip3 install pipenv==2022.1.8

2024-12-30 10:24:59 UTC

/bin/sh -c tdnf install -y rpm cpio apr-util

2024-12-30 10:25:03 UTC

/bin/sh -c tdnf -y --downloadonly --downloaddir=/tmp/ install httpd && rpm2cpio /tmp/httpd-*.rpm | cpio -ivdm ./usr/bin/htpasswd && rm -f /tmp/*

2024-12-30 10:25:04 UTC

/bin/sh -c #(nop) LABEL base-build-date=20241230

2024-12-30 10:25:20 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8

2024-12-30 10:25:20 UTC

/bin/sh -c #(nop) WORKDIR /usr/src/app

2024-12-30 10:25:21 UTC

/bin/sh -c mkdir -p /harbor_make

2024-12-30 10:25:23 UTC

/bin/sh -c #(nop) COPY multi:78adcc36409c822a65b4d65f5ca4626abbf2784e5e3b2ff23d5a9e9775a04e0d in /usr/src/app/

2024-12-30 10:25:25 UTC

/bin/sh -c set -ex && pipenv install --deploy --system

2024-12-30 10:25:26 UTC

/bin/sh -c #(nop) COPY dir:dee76b047ea802ee700e9166179ef738ad8776552a2d32e821460fda278c123f in /usr/src/app

2024-12-30 10:25:26 UTC

/bin/sh -c #(nop) ENTRYPOINT ["python3" "main.py"]

2024-12-30 10:25:27 UTC

/bin/sh -c #(nop) VOLUME [/harbor_make]