[bitnami/wildfly] Release 27.0.1-debian-11-r0 (#17216)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f3c966cd5c
commit
a92ea38f76
|
|
@ -5,11 +5,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="27.0.0-debian-11-r10" \
|
||||
org.opencontainers.image.ref.name="27.0.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wildfly" \
|
||||
org.opencontainers.image.title="wildfly" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="27.0.0"
|
||||
org.opencontainers.image.version="27.0.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl libaio1 procps zlib1g
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-11.0.17-7-2-linux-${OS_ARCH}-debian-11" \
|
||||
"wildfly-27.0.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"wildfly-27.0.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -43,7 +43,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/wildfly/postunpack.sh
|
||||
ENV APP_VERSION="27.0.0" \
|
||||
ENV APP_VERSION="27.0.1" \
|
||||
BITNAMI_APP_NAME="wildfly" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/wildfly/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"wildfly": {
|
||||
"arch": "amd64",
|
||||
"digest": "3a8ae6d19f74755a097ab61ccb14bae138d63f6246a29e877594df1926ae9bf2",
|
||||
"digest": "1ad932900ec5c38ed9190bf6b478943a69aa8c93e7e567994b4d3883e7b76149",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "27.0.0-2"
|
||||
"version": "27.0.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "27"
|
||||
- "27-debian-11"
|
||||
- "27.0.0"
|
||||
- "27.0.1"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue