mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 02:07:25 +08:00
2.5.0-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
79cb5a1abd
commit
cd5f3bc1df
@@ -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.4.2-1" --checksum 99e4be7a005e15f826f2673584f29cc298796c8a3cc14466cc5fc4bdc00b7e6d
|
||||
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 "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.4.2" \
|
||||
ENV APP_VERSION="2.5.0" \
|
||||
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": "99e4be7a005e15f826f2673584f29cc298796c8a3cc14466cc5fc4bdc00b7e6d",
|
||||
"digest": "e2c50247cacbc1a7a67bcb5d5d7ec87c74f557a4e4dbfcc66a3b0b671f7884b4",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.2-1"
|
||||
"version": "2.5.0-0"
|
||||
}
|
||||
}
|
||||
@@ -38,7 +38,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.2`, `2.4.2-debian-10-r25`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair/blob/2.4.2-debian-10-r25/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.5.0`, `2.5.0-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-adapter-clair/blob/2.5.0-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