Namespace
bitnamilegacy
Image / Tag
harbor-registryctl:2.13.1-debian-12-r7
Content Digest
sha256:591619093092829998d059951b667c71bbf4ae4686af4ec6b72731db5802bc6e
Details
Created

2025-07-17 01:29:55 UTC

Size

62.9 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-07-17T01:29:06Z
  • 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.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:d953278bc957ac5b718390ab6c7b230bae25ee0d39835886d4c3fc295060df0c - 100.0% (62.9 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-07-17T00:07:33.944760231Z","comment":"from Bitnami with love"},{"created":"2025-07-17T01:29:36.772992603Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:36.772992603Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:36.772992603Z","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-07-17T01:29:06Z 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.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-07-17T01:29:36.772992603Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:36.772992603Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-17T01:29:36.772992603Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:41.748725574Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-17T01:29:43.742758477Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"yq-4.46.1-0-linux-${OS_ARCH}-debian-12\" \"harbor-registry-2.13.1-3-linux-${OS_ARCH}-debian-12\" \"harbor-registryctl-2.13.1-5-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-07-17T01:29:45.729313228Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-07-17T01:29:52.614319888Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-17T01:29:53.094325769Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-07-17T01:29:54.37093232Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-17T01:29:54.720677597Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-17T01:29:55.181907359Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-07-17T01:29:55.181907359Z","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-07-17T01:29:55.181907359Z","created_by":"VOLUME [/etc/registry /etc/registryctl /storage /var/lib/registry]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:55.181907359Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:55.181907359Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:55.181907359Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-registryctl/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:55.181907359Z","created_by":"CMD [\"/opt/bitnami/scripts/harbor-registryctl/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:be81d02ea4eadd0e1133761d2d5800f2d6d7cf7fc00cc4b25c82bbf9214dc154

Details
Created

2025-07-17 01:30:55 UTC

Size

61.1 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-07-17T01:29:06Z
  • 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.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:9c4974f84e92e7b66d3254a4e9c8c4e20ef69bd19603f4902ccc3785a8187cf9 - 100.0% (61.1 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-07-17T00:07:29.469543228Z","comment":"from Bitnami with love"},{"created":"2025-07-17T01:29:36.488367801Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:36.488367801Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:36.488367801Z","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-07-17T01:29:06Z 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.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-07-17T01:29:36.488367801Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:29:36.488367801Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-17T01:29:36.488367801Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:30:29.804398693Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-17T01:30:36.392286826Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"yq-4.46.1-0-linux-${OS_ARCH}-debian-12\" \"harbor-registry-2.13.1-3-linux-${OS_ARCH}-debian-12\" \"harbor-registryctl-2.13.1-5-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-07-17T01:30:50.184377622Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-07-17T01:30:50.649726951Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-17T01:30:51.444411352Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-07-17T01:30:54.060934741Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-17T01:30:54.413778717Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-07-17T01:30:55.513482581Z","created_by":"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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-07-17T01:30:55.513482581Z","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-07-17T01:30:55.513482581Z","created_by":"VOLUME [/etc/registry /etc/registryctl /storage /var/lib/registry]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:30:55.513482581Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:30:55.513482581Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:30:55.513482581Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-registryctl/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-07-17T01:30:55.513482581Z","created_by":"CMD [\"/opt/bitnami/scripts/harbor-registryctl/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:190257e9df35f85e06551ff67f3fe7115890f013d428e0592b8ade2d7d70ed28

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