keycloak (latest)
Published 2023-01-06 11:09:49 +00:00 by jackhadrill
Installation
docker pull git.jacknet.io/jackhadrill/keycloak:latest
sha256:9bd1ce2dbd4586ee7c8b3e165e0bf33331f1955fbb0678100c58fe186cc696ef
Image Layers
ENV KEYCLOAK_VERSION 16.1.1 |
ENV JDBC_POSTGRES_VERSION 42.2.5 |
ENV JDBC_MYSQL_VERSION 8.0.22 |
ENV JDBC_MARIADB_VERSION 2.5.4 |
ENV JDBC_MSSQL_VERSION 8.2.2.jre11 |
ENV LAUNCH_JBOSS_IN_BACKGROUND 1 |
ENV PROXY_ADDRESS_FORWARDING false |
ENV JBOSS_HOME /opt/jboss/keycloak |
ENV LANG en_US.UTF-8 |
ARG |
ARG |
ARG KEYCLOAK_DIST=https://github.com/keycloak/keycloak/releases/download/16.1.1/keycloak-16.1.1.tar.gz |
USER root |
|1 KEYCLOAK_DIST=https://github.com/keycloak/keycloak/releases/download/16.1.1/keycloak-16.1.1.tar.gz /bin/sh -c microdnf update -y && microdnf install -y glibc-langpack-en gzip hostname java-11-openjdk-headless openssl tar which && microdnf clean all |
ADD dir:0976fa2fd7b563cf8140c41f1936c429e32e6f903e059df6e63235d68d9c7df7 in /opt/jboss/tools |
|1 KEYCLOAK_DIST=https://github.com/keycloak/keycloak/releases/download/16.1.1/keycloak-16.1.1.tar.gz /bin/sh -c /opt/jboss/tools/build-keycloak.sh |
USER 1000 |
EXPOSE 8080 |
EXPOSE 8443 |
ENTRYPOINT [ "/opt/jboss/tools/docker-entrypoint.sh" ] |
CMD ["-b", "0.0.0.0"] |
USER root |
COPY dir:9e69b4d8c8c78d4624c18bda6b0446b24f5f780fbfc7d62f6174a6d78797777d in /opt/jboss/keycloak/themes/jacknet-theme |
COPY file:121c8d7080148b986599afef022b92eb9e0b41322443c3fb51d2092f94da2ca8 in /opt/jboss/keycloak/standalone/configuration/ldap.cer |
/bin/sh -c keytool -importcert -alias ldapcert -cacerts -storepass changeit -noprompt -trustcacerts -file /opt/jboss/keycloak/standalone/configuration/ldap.cer |
USER 1000 |
LABEL org.opencontainers.image.created=2023-01-06T11:08:23Z |
LABEL org.opencontainers.image.revision=3f5986b7972d80e90189e701a471e32e75723148 |
LABEL org.opencontainers.image.source=https://git.jacknet.io/jackhadrill/KeyCloakDocker.git |
LABEL org.opencontainers.image.url=https://git.jacknet.io/jackhadrill/KeyCloakDocker |
Labels
Key | Value |
---|---|
architecture | x86_64 |
build-date | 2021-11-03T13:56:27.085530 |
com.redhat.build-host | cpt-1001.osbs.prod.upshift.rdu2.redhat.com |
com.redhat.component | ubi8-minimal-container |
com.redhat.license_terms | https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI |
description | The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
distribution-scope | public |
io.buildah.version | 1.23.1 |
io.k8s.description | The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
io.k8s.display-name | Red Hat Universal Base Image 8 Minimal |
io.openshift.expose-services | |
io.openshift.tags | minimal rhel8 |
maintainer | Red Hat, Inc. |
name | ubi8-minimal |
org.opencontainers.image.created | 2023-01-06T11:08:23Z |
org.opencontainers.image.revision | 3f5986b7972d80e90189e701a471e32e75723148 |
org.opencontainers.image.source | https://git.jacknet.io/jackhadrill/KeyCloakDocker.git |
org.opencontainers.image.url | https://git.jacknet.io/jackhadrill/KeyCloakDocker |
release | 204 |
summary | Provides the latest release of the minimal Red Hat Universal Base Image 8. |
url | https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.5-204 |
vcs-ref | 7ffc2d965ea414fc38f42d93090d967a5aee2c33 |
vcs-type | git |
vendor | Red Hat, Inc. |
version | 8.5 |