Details
Created
2024-10-02 01:36:49 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bookworm
-
org.opencontainers.image.created
2024-10-02T01:35:45Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl/README.md
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
2.11.1-debian-12-r5
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl
-
org.opencontainers.image.title
harbor-registryctl
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
2.11.1
Environment
APP_VERSION
2.11.1
BITNAMI_APP_NAME
harbor-registryctl
HOME
/
OS_ARCH
amd64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/common/bin:/opt/bitnami/harbor-registry/bin:/opt/bitnami/harbor-registryctl/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:b7c7e2f2ee732e82b7576c97309e0764f162629ade6f151f1ace4a4cf62c6b05 - 100.0% (61.9 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-09-19T00:13:44.468788879Z","comment":"from Bitnami with love"},{"created":"2024-10-02T01:36:23.370397324Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:23.370397324Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-10-02T01:35:45Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2.11.1-debian-12-r5 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl org.opencontainers.image.title=harbor-registryctl org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=2.11.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:23.370397324Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:23.370397324Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:36:23.370397324Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:28.11466989Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:36:38.508856957Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"yq-4.44.3-3-linux-${OS_ARCH}-debian-12\" \"harbor-registry-2.11.1-4-linux-${OS_ARCH}-debian-12\" \"harbor-registryctl-2.11.1-3-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:36:41.048930029Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:36:41.412560217Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:36:41.869552739Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:36:47.94571398Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:36:49.033372544Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/harbor-registryctl/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:36:49.033372544Z","created_by":"ENV APP_VERSION=2.11.1 BITNAMI_APP_NAME=harbor-registryctl PATH=/opt/bitnami/common/bin:/opt/bitnami/harbor-registry/bin:/opt/bitnami/harbor-registryctl/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:49.033372544Z","created_by":"VOLUME [/etc/registry /etc/registryctl /storage /var/lib/registry]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:49.033372544Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:49.033372544Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:49.033372544Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-registryctl/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:49.033372544Z","created_by":"CMD [\"/opt/bitnami/scripts/harbor-registryctl/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:19078a2ab3feaf6b40a5ac44f88472e62773b71d0ce93512755cb0b929b9ee75
Details
Created
2024-10-02 01:38:00 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bookworm
-
org.opencontainers.image.created
2024-10-02T01:35:45Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl/README.md
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
2.11.1-debian-12-r5
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl
-
org.opencontainers.image.title
harbor-registryctl
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
2.11.1
Environment
APP_VERSION
2.11.1
BITNAMI_APP_NAME
harbor-registryctl
HOME
/
OS_ARCH
arm64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/common/bin:/opt/bitnami/harbor-registry/bin:/opt/bitnami/harbor-registryctl/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:fef0cf6c6c05d35a9fbeada952e92b73423d656a92f76acee664814bd84e46be - 100.0% (60.2 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-09-19T00:13:35.471132129Z","comment":"from Bitnami with love"},{"created":"2024-10-02T01:36:23.98686623Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:23.98686623Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-10-02T01:35:45Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2.11.1-debian-12-r5 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl org.opencontainers.image.title=harbor-registryctl org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=2.11.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:23.98686623Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:36:23.98686623Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:36:23.98686623Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:37:33.256896923Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:37:39.950225045Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"yq-4.44.3-3-linux-${OS_ARCH}-debian-12\" \"harbor-registry-2.11.1-4-linux-${OS_ARCH}-debian-12\" \"harbor-registryctl-2.11.1-3-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:37:57.412202739Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:37:57.827336048Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:37:58.650747264Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:37:58.973000478Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:38:00.17497095Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/harbor-registryctl/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-10-02T01:38:00.17497095Z","created_by":"ENV APP_VERSION=2.11.1 BITNAMI_APP_NAME=harbor-registryctl PATH=/opt/bitnami/common/bin:/opt/bitnami/harbor-registry/bin:/opt/bitnami/harbor-registryctl/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:38:00.17497095Z","created_by":"VOLUME [/etc/registry /etc/registryctl /storage /var/lib/registry]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:38:00.17497095Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:38:00.17497095Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:38:00.17497095Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-registryctl/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-10-02T01:38:00.17497095Z","created_by":"CMD [\"/opt/bitnami/scripts/harbor-registryctl/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:87fcea3e19e6ace79f5124589d42946aca6a4a50214fd052a60bbb277a944a01