[bitnami/harbor-portal] Release 2.8.1-debian-11-r11 (#35666)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5c74953f17
commit
e8979e038c
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||||
org.opencontainers.image.created="2023-05-26T12:07:57Z" \
|
org.opencontainers.image.created="2023-05-29T07:23:23Z" \
|
||||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="2.8.1-debian-11-r10" \
|
org.opencontainers.image.ref.name="2.8.1-debian-11-r11" \
|
||||||
org.opencontainers.image.title="harbor-portal" \
|
org.opencontainers.image.title="harbor-portal" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="2.8.1"
|
org.opencontainers.image.version="2.8.1"
|
||||||
|
|
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
RUN install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 openssl procps zlib1g
|
RUN install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 openssl procps zlib1g
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"nginx-1.23.4-4-linux-${OS_ARCH}-debian-11" \
|
"nginx-1.25.0-1-linux-${OS_ARCH}-debian-11" \
|
||||||
"render-template-1.0.5-6-linux-${OS_ARCH}-debian-11" \
|
"render-template-1.0.5-6-linux-${OS_ARCH}-debian-11" \
|
||||||
"harbor-2.8.1-7-linux-${OS_ARCH}-debian-11" \
|
"harbor-2.8.1-7-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ services:
|
||||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||||
- ALLOW_EMPTY_PASSWORD=yes
|
- ALLOW_EMPTY_PASSWORD=yes
|
||||||
harbor-nginx:
|
harbor-nginx:
|
||||||
image: docker.io/bitnami/nginx:1.23
|
image: docker.io/bitnami/nginx:1.25
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/proxy/nginx.conf:/opt/bitnami/nginx/conf/nginx.conf:ro
|
- ./config/proxy/nginx.conf:/opt/bitnami/nginx/conf/nginx.conf:ro
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.23.4-4"
|
"version": "1.25.0-1"
|
||||||
},
|
},
|
||||||
"render-template": {
|
"render-template": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ services:
|
||||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||||
- ALLOW_EMPTY_PASSWORD=yes
|
- ALLOW_EMPTY_PASSWORD=yes
|
||||||
harbor-nginx:
|
harbor-nginx:
|
||||||
image: docker.io/bitnami/nginx:1.23
|
image: docker.io/bitnami/nginx:1.25
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/proxy/nginx.conf:/opt/bitnami/nginx/conf/nginx.conf:ro
|
- ./config/proxy/nginx.conf:/opt/bitnami/nginx/conf/nginx.conf:ro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue