From 42930705e99c96bfb648f157677604dcb0c64a8b Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Thu, 30 Apr 2020 10:53:08 -0400 Subject: [PATCH] bump to keycloak 10.x --- Dockerfile | 10 +++++----- Jenkinsfile | 2 +- README.md | 6 +++--- download.yaml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 581d5cc..e765ea9 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 7131760..2ef81e3 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 fe23fc1..c492145 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 3846588..5b0672f 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" -- GitLab