UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 9fab2995 authored by sean.melissari's avatar sean.melissari
Browse files

bump keycloak version

parent 72545bec
Pipeline #11163 passed with stage
...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry.access.redhat.com ...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry.access.redhat.com
ARG BASE_IMAGE=ubi8 ARG BASE_IMAGE=ubi8
ARG BASE_TAG=8.2 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 COPY --chown=jboss:root scripts/ /opt/jboss/tools
...@@ -14,9 +14,9 @@ LABEL name="Keycloak" \ ...@@ -14,9 +14,9 @@ LABEL name="Keycloak" \
vendor="Opensource" \ vendor="Opensource" \
summary="Keycloak Container" \ summary="Keycloak Container" \
maintainer="melissari_sean@bah.com" \ 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_POSTGRES_VERSION="42.2.5" \
JDBC_MYSQL_VERSION="8.0.19" \ JDBC_MYSQL_VERSION="8.0.19" \
JDBC_MARIADB_VERSION="2.5.4" \ JDBC_MARIADB_VERSION="2.5.4" \
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline(version: "10.0.0") dccscrPipeline(version: "10.0.1")
# 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 ## Running the container
In order to run the container, enter the following command: `podman run -d -p 8080:8080 <image name>. Please see full Keycloak documentation for more information: https://www.keycloak.org/documentation.html. In order to run the container, enter the following command: `podman run -d -p 8080:8080 <image name>. Please see full Keycloak documentation for more information: https://www.keycloak.org/documentation.html.
......
resources: resources:
- url: "docker://docker.io/jboss/keycloak@sha256:ed18c13b2c1d55895cc82f8ed80c93f2ec1122f133c723aa65684884a9bd6448" - url: "docker://docker.io/jboss/keycloak@sha256:0bf1fc2fde730a34bae4bd47ca29877977910a436265238a8d99caeb1558ab82"
tag: "jboss/keycloak:10.0.0" tag: "jboss/keycloak:10.0.1"
  • Pipeline Status: SUCCESS
    Branch: bump-keycloak-version

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([Publish, Scan & Report]):::INTERNAL_NOT_BUILT
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment