mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/harbor-exporter] Release 2.6.1-debian-11-r0 (#10755)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.6.0-debian-11-r22" \
|
||||
org.opencontainers.image.ref.name="2.6.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-exporter" \
|
||||
org.opencontainers.image.title="harbor-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.6.0"
|
||||
org.opencontainers.image.version="2.6.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"harbor-exporter-2.6.0-4-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-exporter-2.6.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-exporter/postunpack.sh
|
||||
ENV APP_VERSION="2.6.0" \
|
||||
ENV APP_VERSION="2.6.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": "eed103bebf6233f7ad4e738f5918af3e8542aa573f374a3b89a8870068824be1",
|
||||
"digest": "fb4e55b3a6737e2751e1ad5239c0a3bbc04f7dae6a552dc5fba955e3d0aed0b6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.0-4"
|
||||
"version": "2.6.1-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.6.0"
|
||||
- "2.6.1"
|
||||
- "latest"
|
||||
|
||||
@@ -52,7 +52,7 @@ For further information about the specific component itself, please refer to the
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
||||
## Issues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user