7.4.3-2-debian-10-r22 release
This commit is contained in:
parent
26dcb334c6
commit
fbfea75b8c
|
|
@ -10,7 +10,7 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libaio1 libaudit1 libc6 libcap-ng0 libgcc1 libicu63 libjemalloc2 liblzma5 libncurses6 libpam0g libssl1.1 libstdc++6 libtinfo6 libxml2 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.302-0" --checksum 59c0b7440797c7110c76959dbbce5235359b52adf62f99218b2718c04f2d67b6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "14.0.1-14" --checksum 8da13e4823be8b2602a09d296675c30a0fc9d50e4b1d62f66018c676971acc06
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "14.0.1-17" --checksum 97cb6c36c410a93901d68e875c8f1b78ed314a806ef58f7b2015600e45fe4cf6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.31-2" --checksum 15b394a022ca1d0b4b89bfee0487ee13f9e8cc697d0ca09ce62a0a3732536236
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ejbca" "7.4.3-2-0" --checksum e1870f19ea011428443d2a9a2d595fce7d5204c148635583724f4799cbdb5987
|
||||
|
|
@ -20,7 +20,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/ejbca/postunpack.sh
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="ejbca" \
|
||||
BITNAMI_IMAGE_VERSION="7.4.3-2-debian-10-r21" \
|
||||
BITNAMI_IMAGE_VERSION="7.4.3-2-debian-10-r22" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
},
|
||||
"wildfly": {
|
||||
"arch": "amd64",
|
||||
"digest": "8da13e4823be8b2602a09d296675c30a0fc9d50e4b1d62f66018c676971acc06",
|
||||
"digest": "97cb6c36c410a93901d68e875c8f1b78ed314a806ef58f7b2015600e45fe4cf6",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "14.0.1-14"
|
||||
"version": "14.0.1-17"
|
||||
}
|
||||
}
|
||||
|
|
@ -37,7 +37,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-10`, `7.4.3-2`, `7.4.3-2-debian-10-r21`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ejbca/blob/7.4.3-2-debian-10-r21/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.4.3-2`, `7.4.3-2-debian-10-r22`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ejbca/blob/7.4.3-2-debian-10-r22/7/debian-10/Dockerfile)
|
||||
* [`6`, `6-debian-10`, `6.15.2-6`, `6.15.2-6-debian-10-r385` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ejbca/blob/6.15.2-6-debian-10-r385/6/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/ejbca GitHub repo](https://github.com/bitnami/bitnami-docker-ejbca).
|
||||
|
|
|
|||
Loading…
Reference in New Issue