2.4.2-debian-10-r6 release

This commit is contained in:
Bitnami Bot
2022-03-23 08:56:55 +00:00
parent d77a8ddda7
commit 336fb4e69b
2 changed files with 5 additions and 4 deletions

View File

@@ -19,8 +19,9 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/harbor-core/postunpack.sh
ENV BITNAMI_APP_NAME="harbor-core" \
BITNAMI_IMAGE_VERSION="2.4.2-debian-10-r5" \
ENV APP_VERSION="2.4.2" \
BITNAMI_APP_NAME="harbor-core" \
BITNAMI_IMAGE_VERSION="2.4.2-debian-10-r6" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-core/bin:$PATH"
VOLUME [ "/data", "/etc/core" ]