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
Commits
1dd43f9e
Commit
1dd43f9e
authored
Mar 23, 2021
by
Andy Maksymowicz
Browse files
Merge branch 'development' into 'master'
Development See merge request
!32
parents
021a32cb
60a77897
Pipeline
#248872
failed with stages
in 50 minutes and 3 seconds
Changes
2
Pipelines
5
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 @
1dd43f9e
...
...
@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=ironbank/redhat/openjdk/openjdk11
ARG
BASE_TAG=1.11
FROM
jboss/keycloak:12.0.
2
AS builder
FROM
jboss/keycloak:12.0.
4
AS builder
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
# This is the base image
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ENV
KEYCLOAK_VERSION="12.0.
2
" \
ENV
KEYCLOAK_VERSION="12.0.
4
" \
JDBC_POSTGRES_VERSION="42.2.5" \
JDBC_MARIADB_VERSION="2.5.4" \
JDBC_MSSQL_VERSION="8.2.2.jre11" \
...
...
hardening_manifest.yaml
View file @
1dd43f9e
...
...
@@ -8,7 +8,7 @@ name: "opensource/keycloak/keycloak"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
12.0.
2
"
-
"
12.0.
4
"
-
"
latest"
# Build args passed to Dockerfile ARGs
...
...
@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url
:
"
https://www.keycloak.org"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
Red
Hat"
org.opencontainers.image.version
:
"
12.0.
2
"
org.opencontainers.image.version
:
"
12.0.
4
"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
auth,idam,sso"
## This value can be "opensource" or "commercial"
...
...
@@ -37,8 +37,8 @@ labels:
# List of resources to make available to the offline build context
resources
:
-
tag
:
jboss/keycloak:12.0.
2
url
:
docker://docker.io/jboss/keycloak@sha256:
338681a8b048b99eba7097c3b2e971fdd71a045a4ed6c435bd6f29ecc11c9fda
-
tag
:
jboss/keycloak:12.0.
4
url
:
docker://docker.io/jboss/keycloak@sha256:
67e0c88e69bd0c7aef972c40bdeb558a974013a28b3668ca790ed63a04d70584
# List of project maintainers
maintainers
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment