diff --git a/bitnami/harbor-core/2/debian-12/Dockerfile b/bitnami/harbor-core/2/debian-12/Dockerfile index caa603a1d5d1..7bbc1e3663d5 100644 --- a/bitnami/harbor-core/2/debian-12/Dockerfile +++ b/bitnami/harbor-core/2/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-04T22:11:58Z" \ + org.opencontainers.image.created="2026-02-11T13:35:04Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/harbor-core/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-core" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "ini-file-1.4.9-7-linux-${OS_ARCH}-debian-12" \ - "harbor-core-2.14.2-2-linux-${OS_ARCH}-debian-12" \ + "harbor-core-2.14.2-3-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -50,7 +50,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/harbor-core/postunpack.sh ENV APP_VERSION="2.14.2" \ BITNAMI_APP_NAME="harbor-core" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="4" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-core/bin:$PATH" VOLUME [ "/data", "/etc/core" ] diff --git a/bitnami/harbor-core/2/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh b/bitnami/harbor-core/2/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh index 93cf59b06232..b134a91c7e24 100644 --- a/bitnami/harbor-core/2/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh +++ b/bitnami/harbor-core/2/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh @@ -46,8 +46,6 @@ print_image_welcome_page() { info "" info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}" - info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}" - info "${YELLOW}NOTICE: Starting August 28th, 2025, only a limited subset of images/charts will remain available for free. Backup will be available for some time at the 'Bitnami Legacy' repository. More info at https://github.com/bitnami/containers/issues/83267${RESET}" info "" } diff --git a/bitnami/harbor-core/README.md b/bitnami/harbor-core/README.md index c597de82d6e9..9e13203cbcac 100644 --- a/bitnami/harbor-core/README.md +++ b/bitnami/harbor-core/README.md @@ -44,10 +44,6 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). -You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`. - -Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers). - ## Configuration Harbor Core is a component of the Harbor application. In order to get the Harbor application running on Kubernetes we encourage you to check the [bitnami/harbor Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/harbor) and configure it using the options exposed in the values.yaml file. @@ -79,14 +75,6 @@ The Bitnami Harbor Core Docker image from the [Bitnami Secure Images](https://go - The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes. -## Contributing - -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.