UNCLASSIFIED

Commit 2b4e8a5c authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'renovate/docker-jboss-keycloak-11.x' into 'development'

Update jboss/keycloak Docker tag to v11

See merge request !16
parents 253a8811 7e714a5a
Pipeline #30659 passed with stage
......@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=nexus-docker-secure.levelup-dev.io
ARG BASE_IMAGE=redhat/openjdk/openjdk11
ARG BASE_TAG=1.11
FROM jboss/keycloak:10.0.2 AS builder
FROM jboss/keycloak:11.0.0 AS builder
COPY --chown=jboss:root scripts/ /opt/jboss/tools
......@@ -19,9 +19,9 @@ LABEL name="Keycloak" \
vendor="Opensource" \
summary="Keycloak Container" \
maintainer="melissari_sean@bah.com" \
version="10.0.2"
version="11.0.0"
ENV KEYCLOAK_VERSION="10.0.2" \
ENV KEYCLOAK_VERSION="11.0.0" \
JDBC_POSTGRES_VERSION="42.2.5" \
JDBC_MARIADB_VERSION="2.5.4" \
JDBC_MSSQL_VERSION="7.4.1.jre11" \
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "10.0.2")
dccscrPipeline(version: "11.0.0")
resources:
- url: "docker://docker.io/jboss/keycloak@sha256:3720b5ace316b5790a58ce838f46e8cd44cedbdb7e35d3866311ddc5a5e71466"
tag: "jboss/keycloak:10.0.2"
- url: "docker://docker.io/jboss/keycloak@sha256:cc624aa8a797046a826bd70b1a2ff041beeb70a15ae5fa4ae4f832e4366f23f1"
tag: "jboss/keycloak:11.0.0"
  • Pipeline Status: SUCCESS
    Branch: development

    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