mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 07:18:22 +08:00
[bitnami/ejbca] Release 7.11.0-debian-11-r0 (#21207)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,11 +6,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.10.0-2-debian-11-r28" \
|
||||
org.opencontainers.image.ref.name="7.11.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ejbca" \
|
||||
org.opencontainers.image.title="ejbca" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.10.0-2"
|
||||
org.opencontainers.image.version="7.11.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -24,10 +24,10 @@ RUN install_packages acl ca-certificates curl libaio1 libaudit1 libcap-ng0 libgc
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-11.0.17-7-3-linux-${OS_ARCH}-debian-11" \
|
||||
"wildfly-26.1.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"wildfly-26.1.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.6.11-2-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"ejbca-7.10.0-2-1-linux-${OS_ARCH}-debian-11" \
|
||||
"ejbca-7.11.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -46,7 +46,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/ejbca/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV APP_VERSION="7.10.0-2" \
|
||||
ENV APP_VERSION="7.11.0" \
|
||||
BITNAMI_APP_NAME="ejbca" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/wildfly/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/ejbca/bin:$PATH"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"ejbca": {
|
||||
"arch": "amd64",
|
||||
"digest": "10052f5eb79bce8694f48257d4902ce9f7e267a2e7c8dbf6fe9860ecc7d3c346",
|
||||
"digest": "e29033ffdbc2dc720d63a18594ad1dc9224d4642c618d411188a43cc703fae64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.10.0-2-1"
|
||||
"version": "7.11.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
@@ -29,9 +29,9 @@
|
||||
},
|
||||
"wildfly": {
|
||||
"arch": "amd64",
|
||||
"digest": "372f9941d18b1f647e96e1cabacbd99fa340acfff122eac9e0511265f5d359fb",
|
||||
"digest": "07d6122bffd0170c3babfe5730c684533f6c3c6e41339d28137e1d35dfebd626",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "26.1.3-0"
|
||||
"version": "26.1.3-1"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "7"
|
||||
- "7-debian-11"
|
||||
- "7.10.0-2"
|
||||
- "7.11.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user