mirror of
https://github.com/bitnami/containers.git
synced 2026-03-04 06:47:25 +08:00
15.1.1-debian-10-r38 release
This commit is contained in:
@@ -11,9 +11,9 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libaio1 libc6 procps rsync tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-5" --checksum 1e34030c18f0ec2467fa5f1b1fbad24add217f671c3a61628f7b8671391f9676
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-6" --checksum 845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-0" --checksum f7addf88d61b35543dc6ed9f5ec31fd8a800cec6249d419310fd56e8e9a3499d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "keycloak" "15.1.1-3" --checksum 82480b4e4f79076f2f0294ace1aba188ec3303afcf92c21ccb5e8c8503f1569b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "keycloak" "15.1.1-4" --checksum d48569938a3c108e778279660f80b343602f3e9228bdb1d3c6769ef21f92116a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -23,7 +23,7 @@ COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/keycloak/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="keycloak" \
|
||||
BITNAMI_IMAGE_VERSION="15.1.1-debian-10-r37" \
|
||||
BITNAMI_IMAGE_VERSION="15.1.1-debian-10-r38" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/keycloak/bin:$PATH"
|
||||
|
||||
|
||||
@@ -15,16 +15,16 @@
|
||||
},
|
||||
"keycloak": {
|
||||
"arch": "amd64",
|
||||
"digest": "82480b4e4f79076f2f0294ace1aba188ec3303afcf92c21ccb5e8c8503f1569b",
|
||||
"digest": "d48569938a3c108e778279660f80b343602f3e9228bdb1d3c6769ef21f92116a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "15.1.1-3"
|
||||
"version": "15.1.1-4"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
"digest": "1e34030c18f0ec2467fa5f1b1fbad24add217f671c3a61628f7b8671391f9676",
|
||||
"digest": "845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.1-5"
|
||||
"version": "1.0.1-6"
|
||||
}
|
||||
}
|
||||
@@ -49,7 +49,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`16`, `16-debian-10`, `16.1.0`, `16.1.0-debian-10-r23` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/16.1.0-debian-10-r23/16/debian-10/Dockerfile)
|
||||
* [`15`, `15-debian-10`, `15.1.1`, `15.1.1-debian-10-r37`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/15.1.1-debian-10-r37/15/debian-10/Dockerfile)
|
||||
* [`15`, `15-debian-10`, `15.1.1`, `15.1.1-debian-10-r38`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/15.1.1-debian-10-r38/15/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/keycloak GitHub repo](https://github.com/bitnami/bitnami-docker-keycloak).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user