UNCLASSIFIED

Commit 42930705 authored by sean.melissari's avatar sean.melissari
Browse files

bump to keycloak 10.x

parent 8505b3fc
Pipeline #10103 failed with stage
ARG BASE_REGISTRY=registry.access.redhat.com ARG BASE_REGISTRY=registry.access.redhat.com
ARG BASE_IMAGE=ubi8 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 # This is the base image
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...@@ -12,11 +12,11 @@ LABEL name="Keycloak" \ ...@@ -12,11 +12,11 @@ LABEL name="Keycloak" \
vendor="Opensource" \ vendor="Opensource" \
summary="Keycloak Container" \ summary="Keycloak Container" \
maintainer="Red Hat <hojeda@redhat.com>" \ maintainer="Red Hat <hojeda@redhat.com>" \
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_POSTGRES_VERSION="42.2.5" \
JDBC_MYSQL_VERSION="5.1.46" \ JDBC_MYSQL_VERSION="8.0.19" \
JDBC_MARIADB_VERSION="2.5.4" \ JDBC_MARIADB_VERSION="2.5.4" \
JDBC_MSSQL_VERSION="7.4.1.jre11" \ JDBC_MSSQL_VERSION="7.4.1.jre11" \
LAUNCH_JBOSS_IN_BACKGROUND="1" \ LAUNCH_JBOSS_IN_BACKGROUND="1" \
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline(version: "9.0.3") dccscrPipeline(version: "10.0.0")
# 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 ## 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:e327b52ed4dbdb1875250d6eaed803d7a5453d0ca3e8f2a35b662499293d684c" - url: "docker://docker.io/jboss/keycloak@sha256:ed18c13b2c1d55895cc82f8ed80c93f2ec1122f133c723aa65684884a9bd6448"
tag: "jboss/keycloak:9.0.3" tag: "jboss/keycloak:10.0.0"
  • Pipeline Status: FAILURE
    FAILURE Stage: Anchore Scan
    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_FAILURE
    
    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
    
  • Pipeline Status: FAILURE
    FAILURE Stage: Anchore Scan
    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_FAILURE
    
    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
    
  • 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