Namespace
bitnamilegacy
Image / Tag
harbor-registryctl:latest
Content Digest
sha256:9a93f7b7f82ef5f3ecca2062496dfe754e9d9a158ef7ce137819eba6f3d90f99
Details
Created

2025-06-09 11:28:03 UTC

Size

62.8 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
    2025-06-09T11:27:21Z
  • 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.ref.name
    2.13.1-debian-12-r4
  • 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.13.1

Environment
APP_VERSION

2.13.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:8ca38b9b27a9ea50a89f22cb1126cf9ec2fe2bf1714ff8d6cca7e8084a470e3b - 100.0% (62.8 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-06-06T00:07:14.744018378Z","comment":"from Bitnami with love"},{"created":"2025-06-09T11:27:52.732499433Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:27:52.732499433Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:27:52.732499433Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-06-09T11:27:21Z 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.ref.name=2.13.1-debian-12-r4 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.13.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:27:52.732499433Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:27:52.732499433Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-09T11:27:52.732499433Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:27:57.323715593Z","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":"2025-06-09T11:27:58.584672685Z","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/ || exit 1 ; COMPONENTS=( \"yq-4.45.4-2-linux-${OS_ARCH}-debian-12\" \"harbor-registry-2.13.1-1-linux-${OS_ARCH}-debian-12\" \"harbor-registryctl-2.13.1-3-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 ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-09T11:28:00.407055845Z","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 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":"2025-06-09T11:28:00.827406254Z","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":"2025-06-09T11:28:01.290764134Z","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":"2025-06-09T11:28:02.347017513Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-09T11:28:02.698434216Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-09T11:28:03.16450138Z","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":"2025-06-09T11:28:03.16450138Z","created_by":"ENV APP_VERSION=2.13.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":"2025-06-09T11:28:03.16450138Z","created_by":"VOLUME [/etc/registry /etc/registryctl /storage /var/lib/registry]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:28:03.16450138Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:28:03.16450138Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:28:03.16450138Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-registryctl/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:28:03.16450138Z","created_by":"CMD [\"/opt/bitnami/scripts/harbor-registryctl/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:865b345c9e4572317fdac99f0448d8e0d365b6bc6414c92ce3702b26aeeb11ce

Details
Created

2025-06-09 11:29:11 UTC

Size

61 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
    2025-06-09T11:27:21Z
  • 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.ref.name
    2.13.1-debian-12-r4
  • 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.13.1

Environment
APP_VERSION

2.13.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:f0a922b042e2b594299d93551cca3c0dc7ae825ffa201695619d1027885b0796 - 100.0% (61 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-06-06T00:07:36.334689386Z","comment":"from Bitnami with love"},{"created":"2025-06-09T11:27:53.001958135Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:27:53.001958135Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:27:53.001958135Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-06-09T11:27:21Z 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.ref.name=2.13.1-debian-12-r4 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.13.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:27:53.001958135Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:27:53.001958135Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-09T11:27:53.001958135Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:28:45.526509771Z","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":"2025-06-09T11:28:51.72717289Z","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/ || exit 1 ; COMPONENTS=( \"yq-4.45.4-2-linux-${OS_ARCH}-debian-12\" \"harbor-registry-2.13.1-1-linux-${OS_ARCH}-debian-12\" \"harbor-registryctl-2.13.1-3-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 ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-09T11:29:06.087760543Z","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 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":"2025-06-09T11:29:06.519170163Z","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":"2025-06-09T11:29:07.311732549Z","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":"2025-06-09T11:29:09.902044875Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-09T11:29:10.23655832Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-06-09T11:29:11.316140936Z","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":"2025-06-09T11:29:11.316140936Z","created_by":"ENV APP_VERSION=2.13.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":"2025-06-09T11:29:11.316140936Z","created_by":"VOLUME [/etc/registry /etc/registryctl /storage /var/lib/registry]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:29:11.316140936Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:29:11.316140936Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:29:11.316140936Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-registryctl/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-06-09T11:29:11.316140936Z","created_by":"CMD [\"/opt/bitnami/scripts/harbor-registryctl/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:d803c6da15df40d001ae3e9ad43e67a5b1dab9bb1ff57a80b832f7277736ecad

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