Details
Created
2024-12-03 23:05:07 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-12-03T23:02:48Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/harbor-jobservice/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-jobservice
-
org.opencontainers.image.title
harbor-jobservice
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
2.12.0
Environment
APP_VERSION
2.12.0
BITNAMI_APP_NAME
harbor-jobservice
HOME
/
OS_ARCH
amd64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/common/bin:/opt/bitnami/harbor-jobservice/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:2dd581b6334a7bf6cec3901ed2750c6d964c47378922fc44dd5fda470ffe7fa5 - 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:04:51.605344487Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:04:51.605344487Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:04:51.605344487Z","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:02:48Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/harbor-jobservice/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-jobservice org.opencontainers.image.title=harbor-jobservice org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=2.12.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:04:51.605344487Z","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:04:51.605344487Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:04:51.605344487Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:05:01.620014938Z","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:05:03.500344664Z","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-jobservice-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:05:05.410348558Z","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":"2024-12-03T23:05:05.821638576Z","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:05:06.273214886Z","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:05:06.605290959Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:05:07.067828981Z","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-jobservice/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:05:07.067828981Z","created_by":"ENV APP_VERSION=2.12.0 BITNAMI_APP_NAME=harbor-jobservice PATH=/opt/bitnami/common/bin:/opt/bitnami/harbor-jobservice/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:05:07.067828981Z","created_by":"VOLUME [/etc/jobservice /var/log/jobs]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:05:07.067828981Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:05:07.067828981Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:05:07.067828981Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-jobservice/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:05:07.067828981Z","created_by":"CMD [\"/opt/bitnami/scripts/harbor-jobservice/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:5be2519889767f0b49bed9bac2629c996d0c4a1524970a83ffc8d2701edbd2c0
Details
Created
2024-12-03 23:06:25 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-12-03T23:02:48Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/harbor-jobservice/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-jobservice
-
org.opencontainers.image.title
harbor-jobservice
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
2.12.0
Environment
APP_VERSION
2.12.0
BITNAMI_APP_NAME
harbor-jobservice
HOME
/
OS_ARCH
arm64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/common/bin:/opt/bitnami/harbor-jobservice/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:24ad88c3b5de580e1773ea59ad56951ae79cbdd3a5c2427463e621882061a2bc - 100.0% (60.6 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:04:56.860959318Z","created_by":"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:04:56.860959318Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:04:56.860959318Z","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:02:48Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/harbor-jobservice/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-jobservice org.opencontainers.image.title=harbor-jobservice org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=2.12.0","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:04:56.860959318Z","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:04:56.860959318Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:04:56.860959318Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:06:00.715947669Z","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:06:06.79048622Z","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-jobservice-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:06:22.746307631Z","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":"2024-12-03T23:06:23.218499018Z","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:06:24.067749733Z","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:06:24.415016764Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:06:25.558143011Z","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-jobservice/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-12-03T23:06:25.558143011Z","created_by":"ENV APP_VERSION=2.12.0 BITNAMI_APP_NAME=harbor-jobservice PATH=/opt/bitnami/common/bin:/opt/bitnami/harbor-jobservice/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:06:25.558143011Z","created_by":"VOLUME [/etc/jobservice /var/log/jobs]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:06:25.558143011Z","created_by":"EXPOSE map[8080/tcp:{} 8443/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:06:25.558143011Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:06:25.558143011Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/harbor-jobservice/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-12-03T23:06:25.558143011Z","created_by":"CMD [\"/opt/bitnami/scripts/harbor-jobservice/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:3ee27a1262fef5588f9055bdab4b59a362cbf7c6eb4f6ead9bb34d859dc1e24c