mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
15.1.1-debian-10-r33 release
This commit is contained in:
@@ -13,8 +13,8 @@ COPY prebuildfs /
|
||||
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 "java" "11.0.13-1" --checksum cf2e298428d67fb30c376ee6638c055afe54cc1f282bab314abc53a34c37be44
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "keycloak" "15.1.1-2" --checksum 8d938d192c4d007b818ebf14f29e031191f157f5898d96ca6ef178c8711820b3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "keycloak" "15.1.1-3" --checksum 82480b4e4f79076f2f0294ace1aba188ec3303afcf92c21ccb5e8c8503f1569b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -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-r32" \
|
||||
BITNAMI_IMAGE_VERSION="15.1.1-debian-10-r33" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/keycloak/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc",
|
||||
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-1"
|
||||
"version": "1.14.0-2"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"keycloak": {
|
||||
"arch": "amd64",
|
||||
"digest": "8d938d192c4d007b818ebf14f29e031191f157f5898d96ca6ef178c8711820b3",
|
||||
"digest": "82480b4e4f79076f2f0294ace1aba188ec3303afcf92c21ccb5e8c8503f1569b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "15.1.1-2"
|
||||
"version": "15.1.1-3"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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-r18` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/16.1.0-debian-10-r18/16/debian-10/Dockerfile)
|
||||
* [`15`, `15-debian-10`, `15.1.1`, `15.1.1-debian-10-r32`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/15.1.1-debian-10-r32/15/debian-10/Dockerfile)
|
||||
* [`15`, `15-debian-10`, `15.1.1`, `15.1.1-debian-10-r33`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/15.1.1-debian-10-r33/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