UNCLASSIFIED

Commit 5a110d39 authored by Al Fontaine's avatar Al Fontaine
Browse files

Merge branch 'development' into 'master'

bump v13.0.0

See merge request !35
parents 1dd43f9e 0af1f539
Pipeline #288659 failed with stages
in 17 minutes and 15 seconds
...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io ...@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11 ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk11
ARG BASE_TAG=1.11 ARG BASE_TAG=1.11
FROM jboss/keycloak:12.0.4 AS builder FROM jboss/keycloak:13.0.0 AS builder
COPY --chown=jboss:root scripts/ /opt/jboss/tools COPY --chown=jboss:root scripts/ /opt/jboss/tools
...@@ -14,7 +14,7 @@ RUN ${JBOSS_HOME}/bin/jboss-cli.sh --file=/opt/jboss/tools/cli/remove-datasource ...@@ -14,7 +14,7 @@ RUN ${JBOSS_HOME}/bin/jboss-cli.sh --file=/opt/jboss/tools/cli/remove-datasource
# This is the base image # This is the base image
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ENV KEYCLOAK_VERSION="12.0.4" \ ENV KEYCLOAK_VERSION="13.0.0" \
JDBC_POSTGRES_VERSION="42.2.5" \ JDBC_POSTGRES_VERSION="42.2.5" \
JDBC_MARIADB_VERSION="2.5.4" \ JDBC_MARIADB_VERSION="2.5.4" \
JDBC_MSSQL_VERSION="8.2.2.jre11" \ JDBC_MSSQL_VERSION="8.2.2.jre11" \
......
...@@ -8,7 +8,7 @@ name: "opensource/keycloak/keycloak" ...@@ -8,7 +8,7 @@ name: "opensource/keycloak/keycloak"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "12.0.4" - "13.0.0"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -27,7 +27,7 @@ labels: ...@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://www.keycloak.org" org.opencontainers.image.url: "https://www.keycloak.org"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "Red Hat" org.opencontainers.image.vendor: "Red Hat"
org.opencontainers.image.version: "12.0.4" org.opencontainers.image.version: "13.0.0"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "auth,idam,sso" mil.dso.ironbank.image.keywords: "auth,idam,sso"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -37,8 +37,8 @@ labels: ...@@ -37,8 +37,8 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- tag: jboss/keycloak:12.0.4 - tag: jboss/keycloak:13.0.0
url: docker://docker.io/jboss/keycloak@sha256:67e0c88e69bd0c7aef972c40bdeb558a974013a28b3668ca790ed63a04d70584 url: docker://docker.io/jboss/keycloak@sha256:73080b0af9a91f3ca3a397ee31dc958b7cbd92173c589efa834f5f33e30e4f71
# List of project maintainers # List of project maintainers
maintainers: maintainers:
......
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