2.5.3-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-07-08 20:42:59 +00:00
committed by Bitnami Containers
parent a4a32d1761
commit e1db80fb11
4 changed files with 9 additions and 9 deletions

View File

@@ -8,15 +8,15 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-notary-server" "2.5.2-0" --checksum fba7653571dd0aa78686c78fc2979a13e8b792f82145bcbd75c9a59242dee34a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-notary-server" "2.5.3-0" --checksum 3c854a45098b96f6dff5234b0455fd0c3968a15eb5a26e9be50e9e8d826c2bbc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/harbor-notary-server/postunpack.sh
ENV APP_VERSION="2.5.2" \
ENV APP_VERSION="2.5.3" \
BITNAMI_APP_NAME="harbor-notary-server" \
PATH="/opt/bitnami/harbor-notary-server/bin:/opt/bitnami/common/bin:$PATH" \
SERVICE_NAME="notary_server"

View File

@@ -1,16 +1,16 @@
{
"gosu": {
"arch": "amd64",
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-150"
"version": "1.14.0-151"
},
"harbor-notary-server": {
"arch": "amd64",
"digest": "fba7653571dd0aa78686c78fc2979a13e8b792f82145bcbd75c9a59242dee34a",
"digest": "3c854a45098b96f6dff5234b0455fd0c3968a15eb5a26e9be50e9e8d826c2bbc",
"distro": "debian-11",
"type": "NAMI",
"version": "2.5.2-0"
"version": "2.5.3-0"
}
}

View File

@@ -40,7 +40,7 @@ print_welcome_page() {
# None
#########################
print_image_welcome_page() {
local github_url="https://github.com/bitnami/bitnami-docker-${BITNAMI_APP_NAME}"
local github_url="https://github.com/bitnami/containers"
log ""
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"

View File

@@ -40,7 +40,7 @@ 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://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-debian-11`, `2.5.2`, `2.5.2-debian-11-r2`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-notary-server/blob/2.5.2-debian-11-r2/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.5.3`, `2.5.3-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-notary-server/blob/2.5.3-debian-11-r0/2/debian-11/Dockerfile)
## Configuration