[bitnami/harbor-jobservice] Release 2.7.1-debian-11-r0 (#24800)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
138dfa6b49
commit
167543e798
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-20T17:21:44Z" \
|
||||
org.opencontainers.image.created="2023-02-21T10:34:07Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.7.0-debian-11-r24" \
|
||||
org.opencontainers.image.ref.name="2.7.1-debian-11-r0" \
|
||||
org.opencontainers.image.title="harbor-jobservice" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.7.0"
|
||||
org.opencontainers.image.version="2.7.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl procps
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"yq-4.31.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-jobservice-2.7.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-jobservice-2.7.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -41,7 +41,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-jobservice/postunpack.sh
|
||||
ENV APP_VERSION="2.7.0" \
|
||||
ENV APP_VERSION="2.7.1" \
|
||||
BITNAMI_APP_NAME="harbor-jobservice" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-jobservice/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"harbor-jobservice": {
|
||||
"arch": "amd64",
|
||||
"digest": "a07024a4bb8c5655080b8d526985a09967c175950f6df8f164ad5212ad63d45c",
|
||||
"digest": "31f74227a31528c5363902ea1e614ca0f50310334fee2ab8f067c86267e0abe6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.0-3"
|
||||
"version": "2.7.1-0"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.7.0
|
||||
- 2.7.1
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue