mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
2.5.1-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
0dab7b45d6
commit
35ed250009
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-exporter" "2.5.0-0" --checksum 034987521fcb35c11b0a8c063daa531f2eeb1ba7a87fdb314e3c5b079b9ba939
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-exporter" "2.5.1-0" --checksum 856be435f88ecbef45b95d3ae469c275114c89973fdc032850e9a0c06f95a457
|
||||
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-exporter/postunpack.sh
|
||||
ENV APP_VERSION="2.5.0" \
|
||||
ENV APP_VERSION="2.5.1" \
|
||||
BITNAMI_APP_NAME="harbor-exporter" \
|
||||
PATH="/opt/bitnami/harbor-exporter/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"harbor-exporter": {
|
||||
"arch": "amd64",
|
||||
"digest": "034987521fcb35c11b0a8c063daa531f2eeb1ba7a87fdb314e3c5b079b9ba939",
|
||||
"digest": "856be435f88ecbef45b95d3ae469c275114c89973fdc032850e9a0c06f95a457",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.5.0-0"
|
||||
"version": "2.5.1-0"
|
||||
}
|
||||
}
|
||||
@@ -41,7 +41,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-r47`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-exporter/blob/2.5.0-debian-10-r47/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-exporter/blob/2.5.1-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user