UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
keycloak
keycloak
Compare Revisions
eb387e18658db00026420cf4543618eb4f422a02...4085721917cdff75f5b08140b746c2bb103e2735
Commits (2)
Update jboss/keycloak Docker tag to v15.0.2
· 087a74b7
renovate
authored
Aug 26, 2021
087a74b7
Merge branch 'renovate/jboss-keycloak-15.0.x' into 'development'
· 40857219
renovate
authored
Aug 26, 2021
Update jboss/keycloak Docker tag to v15.0.2 See merge request
!51
40857219
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+4
-4
No files found.
Dockerfile
View file @
40857219
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil
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:15.0.
0
AS builder
FROM
jboss/keycloak:15.0.
2
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="15.0.
0
" \
ENV
KEYCLOAK_VERSION="15.0.
2
" \
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" \
...
...
hardening_manifest.yaml
View file @
40857219
...
@@ -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
:
-
"
15.0.
0
"
-
"
15.0.
2
"
-
"
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
:
"
15.0.
0
"
org.opencontainers.image.version
:
"
15.0.
2
"
## 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:15.0.
0
-
tag
:
jboss/keycloak:15.0.
2
url
:
docker://docker.io/jboss/keycloak@sha256:d
73612f2a587065b54f6216f8a274a82bbfbf8e50fa5a3567aa493e1b4387c29
url
:
docker://docker.io/jboss/keycloak@sha256:d
8ed1ee5df42a178c341f924377da75db49eab08ea9f058ff39a8ed7ee05ec93
# List of project maintainers
# List of project maintainers
maintainers
:
maintainers
:
...
...