2.5.2-debian-11-r0 release
This commit is contained in:
parent
8649265649
commit
f85c44e31b
|
|
@ -8,7 +8,7 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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.1-150" --checksum 764c2df3224b3443436a759f67fab0465e89757a2957cc156a69110ab3d25c8a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-exporter" "2.5.2-0" --checksum a20d70bb4b4367c3f0028ce33a0562958de74fd94b7fb1c74a2b372cc49538a9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -16,7 +16,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-exporter/postunpack.sh
|
||||
ENV APP_VERSION="2.5.1" \
|
||||
ENV APP_VERSION="2.5.2" \
|
||||
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": "764c2df3224b3443436a759f67fab0465e89757a2957cc156a69110ab3d25c8a",
|
||||
"digest": "a20d70bb4b4367c3f0028ce33a0562958de74fd94b7fb1c74a2b372cc49538a9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.5.1-150"
|
||||
"version": "2.5.2-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-11`, `2.5.1`, `2.5.1-debian-11-r10`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-exporter/blob/2.5.1-debian-11-r10/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.5.2`, `2.5.2-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-exporter/blob/2.5.2-debian-11-r0/2/debian-11/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue