From 9fab2995286b0206da3f54d2c53f45ba9138eb27 Mon Sep 17 00:00:00 2001 From: Sean Melissari Date: Mon, 11 May 2020 12:25:32 -0400 Subject: [PATCH] bump keycloak version --- Dockerfile | 6 +++--- Jenkinsfile | 2 +- README.md | 7 ++++--- download.yaml | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6642326..eceb568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry.access.redhat.com ARG BASE_IMAGE=ubi8 ARG BASE_TAG=8.2 -FROM jboss/keycloak:10.0.0 AS builder +FROM jboss/keycloak:10.0.1 AS builder COPY --chown=jboss:root scripts/ /opt/jboss/tools @@ -14,9 +14,9 @@ LABEL name="Keycloak" \ vendor="Opensource" \ summary="Keycloak Container" \ maintainer="melissari_sean@bah.com" \ - version="10.0.0" + version="10.0.1" -ENV KEYCLOAK_VERSION="10.0.0" \ +ENV KEYCLOAK_VERSION="10.0.1" \ JDBC_POSTGRES_VERSION="42.2.5" \ JDBC_MYSQL_VERSION="8.0.19" \ JDBC_MARIADB_VERSION="2.5.4" \ diff --git a/Jenkinsfile b/Jenkinsfile index 2ef81e3..7663e82 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "10.0.0") +dccscrPipeline(version: "10.0.1") diff --git a/README.md b/README.md index c492145..5ad401b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# Keycloak (Opensource) 10.0.0 +# Keycloak + +This is derived from [jboss/keycloak](https://hub.docker.com/r/jboss/keycloak) -This is derived from https://hub.docker.com/layers/jboss/keycloak/10.0.0/images/sha256-ed18c13b2c1d55895cc82f8ed80c93f2ec1122f133c723aa65684884a9bd6448 +More information: [keycloak-containers](https://github.com/keycloak/keycloak-containers) -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 5b0672f..3aaebd4 100644 --- a/download.yaml +++ b/download.yaml @@ -1,3 +1,3 @@ resources: - - url: "docker://docker.io/jboss/keycloak@sha256:ed18c13b2c1d55895cc82f8ed80c93f2ec1122f133c723aa65684884a9bd6448" - tag: "jboss/keycloak:10.0.0" + - url: "docker://docker.io/jboss/keycloak@sha256:0bf1fc2fde730a34bae4bd47ca29877977910a436265238a8d99caeb1558ab82" + tag: "jboss/keycloak:10.0.1" -- GitLab