[bitnami/jenkins] Release 2.387.1-debian-11-r0 (#26797)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
09151eef29
commit
2186bc4479
|
|
@ -4,13 +4,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-06T11:08:52Z" \
|
||||
org.opencontainers.image.created="2023-03-09T13:24:30Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.375.3-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="2.387.1-debian-11-r0" \
|
||||
org.opencontainers.image.title="jenkins" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.375.3"
|
||||
org.opencontainers.image.version="2.387.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"render-template-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"java-11.0.18-10-2-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"jenkins-2.375.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
"jenkins-2.387.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -44,7 +44,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/jenkins/postunpack.sh
|
||||
ENV APP_VERSION="2.375.3" \
|
||||
ENV APP_VERSION="2.387.1" \
|
||||
BITNAMI_APP_NAME="jenkins" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"jenkins": {
|
||||
"arch": "amd64",
|
||||
"digest": "7ebec9c1b335305042a6e6d8d5bd6d0568b92fc454aec8982a9515cbe76c934d",
|
||||
"digest": "3c171bd61693692f9524dfbd87c939e96642ac8b895f9d7c5251eb63f3264884",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.375.3-1"
|
||||
"version": "2.387.1-0"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.375.3
|
||||
- 2.387.1
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue