Namespace
bitnamilegacy
Image / Tag
harbor-registryctl:2.12.0-debian-12-r3
Content Digest
sha256:e7dafed497e5645342a3bbd8e182fd023b7ee8590a6a71945e15246ad50deaf8
Details
Created

2024-12-03 23:11:08 UTC

Size

62.2 MB

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-12-03T23:07:40Z
  • 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.12.0-debian-12-r3
  • 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.12.0

Environment
APP_VERSION

2.12.0

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:5d6af6ece28ea4ed713f0e18a7385891bca50b88cc7f15d130b7cff7144a660c - 100.0% (62.2 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-11-28T00:15:11.239875241Z","comment":"from Bitnami with love"},{"created":"2024-12-03T23:10:56.679189814Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:10:56.679189814Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:10:56.679189814Z","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-12-03T23:07:40Z 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.12.0-debian-12-r3 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.12.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:10:56.679189814Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:10:56.679189814Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:10:56.679189814Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:11:01.048717702Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:11:03.974674029Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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.5-0-linux-${OS_ARCH}-debian-12\" \"harbor-registry-2.12.0-3-linux-${OS_ARCH}-debian-12\" \"harbor-registryctl-2.12.0-2-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${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-12-03T23:11:06.500458214Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-12-03T23:11:06.865525591Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:11:07.296866454Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-12-03T23:11:07.61848213Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:11:08.015315238Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-12-03T23:11:08.015315238Z","created_by":"ENV APP_VERSION=2.12.0 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-12-03T23:11:08.015315238Z","created_by":"VOLUME [/etc/registry /etc/registryctl /storage /var/lib/registry]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:11:08.015315238Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:11:08.015315238Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:11:08.015315238Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-registryctl/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:11:08.015315238Z","created_by":"CMD [\"/opt/bitnami/scripts/harbor-registryctl/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:b2087deab1f2f4c8fc78c5c6d54cf66dd1ee9b5d25e9739c6770f969e96df1be

Details
Created

2024-12-03 23:12:30 UTC

Size

60.4 MB

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-12-03T23:07:40Z
  • 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.12.0-debian-12-r3
  • 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.12.0

Environment
APP_VERSION

2.12.0

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:f773308424f656dcab08a22e802e1f35771b73014adea9b5f4553c276c9d4625 - 100.0% (60.4 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-11-28T00:15:16.132537201Z","comment":"from Bitnami with love"},{"created":"2024-12-03T23:10:57.413102881Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:10:57.413102881Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:10:57.413102881Z","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-12-03T23:07:40Z 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.12.0-debian-12-r3 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.12.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:10:57.413102881Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:10:57.413102881Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:10:57.413102881Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:12:00.584676284Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:12:08.649756666Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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.5-0-linux-${OS_ARCH}-debian-12\" \"harbor-registry-2.12.0-3-linux-${OS_ARCH}-debian-12\" \"harbor-registryctl-2.12.0-2-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${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-12-03T23:12:27.264800783Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-12-03T23:12:27.699697081Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:12:28.533736475Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-12-03T23:12:28.870306538Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:12:30.088686129Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components 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-12-03T23:12:30.088686129Z","created_by":"ENV APP_VERSION=2.12.0 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-12-03T23:12:30.088686129Z","created_by":"VOLUME [/etc/registry /etc/registryctl /storage /var/lib/registry]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:12:30.088686129Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:12:30.088686129Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:12:30.088686129Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-registryctl/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:12:30.088686129Z","created_by":"CMD [\"/opt/bitnami/scripts/harbor-registryctl/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:4ed5bd5dd70b580b0278688b0b2c445b4ec768b21436438ac4a22b33b670e8ef

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete