diff --git a/Dockerfile b/Dockerfile index 6642326914f919abbfec9fd8a0b1dad275db5e74..eceb568cba1fbb9be25938d0d3ed19d590425511 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 2ef81e31f4b4265f5a1fb0d1316a9daccd77d8e7..7663e82d9e2c59049363a8c45b37afddc2ea69d2 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 c492145143a2e769cc7a538992911a5b03e289c6..5ad401b0b60a6d8a9f6750f2a0e01e7e7c2be9d8 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 5b0672f61be2dc5ce064a443467e076b7772c77f..3aaebd40df4bfbfdd334f4ba93de15c9cdde7e9c 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"