[bitnami/jenkins] Release 2.426.2-debian-11-r0 (#53799)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8df1576152
commit
e0b7cccaad
|
|
@ -8,13 +8,13 @@ ARG TARGETARCH
|
||||||
|
|
||||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||||
org.opencontainers.image.created="2023-12-07T19:21:09Z" \
|
org.opencontainers.image.created="2023-12-14T01:45:32Z" \
|
||||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="2.426.1-debian-11-r3" \
|
org.opencontainers.image.ref.name="2.426.2-debian-11-r0" \
|
||||||
org.opencontainers.image.title="jenkins" \
|
org.opencontainers.image.title="jenkins" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="2.426.1"
|
org.opencontainers.image.version="2.426.2"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
|
|
@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"render-template-1.0.6-4-linux-${OS_ARCH}-debian-11" \
|
"render-template-1.0.6-4-linux-${OS_ARCH}-debian-11" \
|
||||||
"java-17.0.9-11-6-linux-${OS_ARCH}-debian-11" \
|
"java-17.0.9-11-6-linux-${OS_ARCH}-debian-11" \
|
||||||
"jenkins-2.426.1-2-linux-${OS_ARCH}-debian-11" \
|
"jenkins-2.426.2-0-linux-${OS_ARCH}-debian-11" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
|
|
@ -47,7 +47,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||||
RUN /opt/bitnami/scripts/jenkins/postunpack.sh
|
RUN /opt/bitnami/scripts/jenkins/postunpack.sh
|
||||||
ENV APP_VERSION="2.426.1" \
|
ENV APP_VERSION="2.426.2" \
|
||||||
BITNAMI_APP_NAME="jenkins" \
|
BITNAMI_APP_NAME="jenkins" \
|
||||||
JAVA_HOME="/opt/bitnami/java" \
|
JAVA_HOME="/opt/bitnami/java" \
|
||||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:$PATH"
|
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:$PATH"
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.426.1-2"
|
"version": "2.426.2-0"
|
||||||
},
|
},
|
||||||
"render-template": {
|
"render-template": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "2"
|
- "2"
|
||||||
- 2-debian-11
|
- 2-debian-11
|
||||||
- 2.426.1
|
- 2.426.2
|
||||||
- latest
|
- latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue