diff --git a/Dockerfile b/Dockerfile index 581d5cce8754856811997a43fc0eba1e8a28556f..e765ea953a5b5d8d8cd26bd4cb595873e7603497 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ ARG BASE_REGISTRY=registry.access.redhat.com ARG BASE_IMAGE=ubi8 -ARG BASE_TAG=8.1 +ARG BASE_TAG=8.2 -FROM jboss/keycloak:9.0.3 AS builder +FROM jboss/keycloak:10.0.0 AS builder # This is the base image FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} @@ -12,11 +12,11 @@ LABEL name="Keycloak" \ vendor="Opensource" \ summary="Keycloak Container" \ maintainer="Red Hat " \ - version="9.0.3" + version="10.0.0" -ENV KEYCLOAK_VERSION="9.0.3" \ +ENV KEYCLOAK_VERSION="10.0.0" \ JDBC_POSTGRES_VERSION="42.2.5" \ - JDBC_MYSQL_VERSION="5.1.46" \ + JDBC_MYSQL_VERSION="8.0.19" \ JDBC_MARIADB_VERSION="2.5.4" \ JDBC_MSSQL_VERSION="7.4.1.jre11" \ LAUNCH_JBOSS_IN_BACKGROUND="1" \ diff --git a/Jenkinsfile b/Jenkinsfile index 7131760ea85eb0c7eb48eb6622e531666fd4965c..2ef81e31f4b4265f5a1fb0d1316a9daccd77d8e7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "9.0.3") +dccscrPipeline(version: "10.0.0") diff --git a/README.md b/README.md index fe23fc1f63fc84fa032745d1592a679d133c593f..c492145143a2e769cc7a538992911a5b03e289c6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Keycloak (Opensource) 9.0.3 +# Keycloak (Opensource) 10.0.0 -This is derived from https://hub.docker.com/layers/jboss/keycloak/9.0.3/images/sha256-e327b52ed4dbdb1875250d6eaed803d7a5453d0ca3e8f2a35b662499293d684c +This is derived from https://hub.docker.com/layers/jboss/keycloak/10.0.0/images/sha256-ed18c13b2c1d55895cc82f8ed80c93f2ec1122f133c723aa65684884a9bd6448 -More information: https://github.com/keycloak/keycloak-containers/blob/9.0.3 +More information: https://github.com/keycloak/keycloak-containers/blob/10.0.0 ## Running the container In order to run the container, enter the following command: `podman run -d -p 8080:8080 . Please see full Keycloak documentation for more information: https://www.keycloak.org/documentation.html. diff --git a/download.yaml b/download.yaml index 38465885e0b60283d2baf8cdc53af9ab4e349f49..5b0672f61be2dc5ce064a443467e076b7772c77f 100644 --- a/download.yaml +++ b/download.yaml @@ -1,3 +1,3 @@ resources: - - url: "docker://docker.io/jboss/keycloak@sha256:e327b52ed4dbdb1875250d6eaed803d7a5453d0ca3e8f2a35b662499293d684c" - tag: "jboss/keycloak:9.0.3" + - url: "docker://docker.io/jboss/keycloak@sha256:ed18c13b2c1d55895cc82f8ed80c93f2ec1122f133c723aa65684884a9bd6448" + tag: "jboss/keycloak:10.0.0"