mirror of
https://github.com/bitnami/containers.git
synced 2026-02-25 07:37:32 +08:00
2.4.1-debian-10-r32 release
This commit is contained in:
@@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-clair/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="harbor-clair" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r31" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r32" \
|
||||
PATH="/opt/bitnami/git/bin:/opt/bitnami/common/bin:/opt/bitnami/harbor-clair/bin:$PATH"
|
||||
|
||||
EXPOSE 6060 6061
|
||||
|
||||
@@ -12,7 +12,7 @@ set -o pipefail
|
||||
|
||||
print_welcome_page
|
||||
|
||||
if [[ "$*" = "/opt/bitnami/scripts/harbor-clair/run.sh" ]]; then
|
||||
if [[ "$1" = "/opt/bitnami/scripts/harbor-clair/run.sh" ]]; then
|
||||
info "** Starting Harbor Clair setup **"
|
||||
/opt/bitnami/scripts/harbor-clair/setup.sh
|
||||
info "** Harbor Clair setup finished! **"
|
||||
|
||||
@@ -43,7 +43,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-10`, `2.4.1`, `2.4.1-debian-10-r31`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-clair/blob/2.4.1-debian-10-r31/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r32`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-clair/blob/2.4.1-debian-10-r32/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user