mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
2.5.1-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
80c6ee1927
commit
75398dea6b
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-adapter-clair" "2.5.0-0" --checksum e2c50247cacbc1a7a67bcb5d5d7ec87c74f557a4e4dbfcc66a3b0b671f7884b4
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-adapter-clair" "2.5.1-0" --checksum 89105b5f285df1f4c468d97b22a0b0661e8bf5a0c5a42a5076aee024024984e0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-adapter-clair/postunpack.sh
|
||||
ENV APP_VERSION="2.5.0" \
|
||||
ENV APP_VERSION="2.5.1" \
|
||||
BITNAMI_APP_NAME="harbor-adapter-clair" \
|
||||
PATH="/opt/bitnami/harbor-adapter-clair/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"harbor-adapter-clair": {
|
||||
"arch": "amd64",
|
||||
"digest": "e2c50247cacbc1a7a67bcb5d5d7ec87c74f557a4e4dbfcc66a3b0b671f7884b4",
|
||||
"digest": "89105b5f285df1f4c468d97b22a0b0661e8bf5a0c5a42a5076aee024024984e0",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.5.0-0"
|
||||
"version": "2.5.1-0"
|
||||
}
|
||||
}
|
||||
@@ -36,7 +36,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.5.0`, `2.5.0-debian-10-r46`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair/blob/2.5.0-debian-10-r46/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.5.1`, `2.5.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair/blob/2.5.1-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/harbor-adapter-clair GitHub repo](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user