Namespace
bitnami
Image / Tag
harbor-portal:2.8.3-debian-11-r0
Content Digest
sha256:5e5a038a0dd1d03d5eefe89ad500756da25ce154cfddf7526706f85591cf1db4
Details
Created

2023-07-28 07:57:29 UTC

Size

37.3 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-07-28T07:56:14Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    2.8.3-debian-11-r0
  • org.opencontainers.image.title
    harbor-portal
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    2.8.3

Environment
APP_VERSION

2.8.3

BITNAMI_APP_NAME

harbor-portal

HOME

/

NGINX_HTTPS_PORT_NUMBER

NGINX_HTTP_PORT_NUMBER

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

/opt/bitnami/nginx/sbin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:24033e727e103d2040ece70e8c455cf45fd2d5ede6ea3dc6e23e4e69b6b6f3cd - 100.0% (37.3 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-07-07T00:13:19.047185091Z","comment":"from Bitnami with love"},{"created":"2023-07-28T07:57:21.396126656Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:21.396126656Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-07-28T07:56:14Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2.8.3-debian-11-r0 org.opencontainers.image.title=harbor-portal org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2.8.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:21.396126656Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:21.396126656Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:21.396126656Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:26.100148815Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 openssl procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:26.749424567Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"nginx-1.25.1-2-linux-${OS_ARCH}-debian-11\" \"render-template-1.0.5-10-linux-${OS_ARCH}-debian-11\" \"harbor-2.8.3-0-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 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 \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:29.19724273Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -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":"2023-07-28T07:57:29.29252901Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:29.359423889Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:29.447532489Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:29.486324513Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:29.617638322Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:29.842768883Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/harbor-portal/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:29.842768883Z","created_by":"ENV APP_VERSION=2.8.3 BITNAMI_APP_NAME=harbor-portal NGINX_HTTPS_PORT_NUMBER= NGINX_HTTP_PORT_NUMBER= PATH=/opt/bitnami/nginx/sbin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:29.842768883Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:29.87663317Z","created_by":"WORKDIR /opt/bitnami/harbor","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:29.87663317Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:29.87663317Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-portal/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:29.87663317Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:4e06f496046a1dd72a72bdab9713f9e7141ee62d46fdd8c97ab8e20434c72343

Details
Created

2023-07-28 07:58:39 UTC

Size

35.8 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bullseye
  • org.opencontainers.image.created
    2023-07-28T07:56:14Z
  • org.opencontainers.image.description
    Application packaged by VMware, Inc
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    2.8.3-debian-11-r0
  • org.opencontainers.image.title
    harbor-portal
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    2.8.3

Environment
APP_VERSION

2.8.3

BITNAMI_APP_NAME

harbor-portal

HOME

/

NGINX_HTTPS_PORT_NUMBER

NGINX_HTTP_PORT_NUMBER

OS_ARCH

arm64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

/opt/bitnami/nginx/sbin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:c0a953548a64671d108cf1a46840909c5678d9562bd0ebcbe00cf5d5f98cf9dd - 100.0% (35.8 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-07-19T00:19:38.135189803Z","comment":"from Bitnami with love"},{"created":"2023-07-28T07:57:21.391625098Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:21.391625098Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-07-28T07:56:14Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=2.8.3-debian-11-r0 org.opencontainers.image.title=harbor-portal org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=2.8.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:21.391625098Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:57:21.391625098Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:57:21.391625098Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:58:18.125908114Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 openssl procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:58:21.409374026Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"nginx-1.25.1-2-linux-${OS_ARCH}-debian-11\" \"render-template-1.0.5-10-linux-${OS_ARCH}-debian-11\" \"harbor-2.8.3-0-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 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 \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:58:37.350701793Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -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":"2023-07-28T07:58:37.499961171Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:58:37.645672661Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:58:37.773761022Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:58:37.816191687Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:58:38.817169598Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/nginx/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:58:39.952367924Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/harbor-portal/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:58:39.952367924Z","created_by":"ENV APP_VERSION=2.8.3 BITNAMI_APP_NAME=harbor-portal NGINX_HTTPS_PORT_NUMBER= NGINX_HTTP_PORT_NUMBER= PATH=/opt/bitnami/nginx/sbin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:58:39.952367924Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:58:39.986219394Z","created_by":"WORKDIR /opt/bitnami/harbor","comment":"buildkit.dockerfile.v0"},{"created":"2023-07-28T07:58:39.986219394Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:58:39.986219394Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-portal/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-07-28T07:58:39.986219394Z","created_by":"CMD [\"/opt/bitnami/scripts/nginx/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:46867af4c752c7b60b0c411e488f37e7b5bfe88027ee17123c477f970ed26a54

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