mirror of
https://github.com/bitnami/containers.git
synced 2026-03-22 15:58:21 +08:00
11.0.3-debian-10-r13 release
This commit is contained in:
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages acl ca-certificates curl gzip libaio1 libc6 procps rsync tar zlib1g
|
RUN install_packages acl ca-certificates curl gzip libaio1 libc6 procps rsync tar zlib1g
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.9-0" --checksum cc0a6b2752289a46277ffbbf0912062535805a66b3b33befec942fafd9d17c7c
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.9-1-0" --checksum ef5f22567fba8403553735c9fa26825e3aeb913ce7207b44bcbc336d6ada6b67
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "20.0.1-4" --checksum 6231fc89704e5a70eff9eb509a3c61a3932073ee11ec3c48e5fe7095f8010ac6
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wildfly" "20.0.1-4" --checksum 6231fc89704e5a70eff9eb509a3c61a3932073ee11ec3c48e5fe7095f8010ac6
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.0-3" --checksum 7521d9a4f9e4e182bf32977e234026caa7b03759799868335bccb1edd8f8fd12
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.0-3" --checksum 7521d9a4f9e4e182bf32977e234026caa7b03759799868335bccb1edd8f8fd12
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "keycloak" "11.0.3-0" --checksum d94c5f394448d2ea3cf127f8f2dd7df14090e4ea5b7a0f4324e9b6ddcf5e59f9
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "keycloak" "11.0.3-0" --checksum d94c5f394448d2ea3cf127f8f2dd7df14090e4ea5b7a0f4324e9b6ddcf5e59f9
|
||||||
@@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/keycloak/postunpack.sh
|
RUN /opt/bitnami/scripts/keycloak/postunpack.sh
|
||||||
ENV BITNAMI_APP_NAME="keycloak" \
|
ENV BITNAMI_APP_NAME="keycloak" \
|
||||||
BITNAMI_IMAGE_VERSION="11.0.3-debian-10-r12" \
|
BITNAMI_IMAGE_VERSION="11.0.3-debian-10-r13" \
|
||||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/wildfly/bin:/opt/bitnami/common/bin:/opt/bitnami/keycloak/bin:$PATH" \
|
PATH="/opt/bitnami/java/bin:/opt/bitnami/wildfly/bin:/opt/bitnami/common/bin:/opt/bitnami/keycloak/bin:$PATH" \
|
||||||
WILDFLY_JAVA_HOME="" \
|
WILDFLY_JAVA_HOME="" \
|
||||||
WILDFLY_JAVA_OPTS="" \
|
WILDFLY_JAVA_OPTS="" \
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
},
|
},
|
||||||
"java": {
|
"java": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "cc0a6b2752289a46277ffbbf0912062535805a66b3b33befec942fafd9d17c7c",
|
"digest": "ef5f22567fba8403553735c9fa26825e3aeb913ce7207b44bcbc336d6ada6b67",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "11.0.9-0"
|
"version": "11.0.9-1-0"
|
||||||
},
|
},
|
||||||
"keycloak": {
|
"keycloak": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
@@ -34,7 +34,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/tutorials/understand-rolling-tags-containers/).
|
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||||
|
|
||||||
|
|
||||||
* [`11`, `11-debian-10`, `11.0.3`, `11.0.3-debian-10-r12`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/11.0.3-debian-10-r12/11/debian-10/Dockerfile)
|
* [`11`, `11-debian-10`, `11.0.3`, `11.0.3-debian-10-r13`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/11.0.3-debian-10-r13/11/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/keycloak GitHub repo](https://github.com/bitnami/bitnami-docker-keycloak).
|
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