Skip to content

Commit

Permalink
chore: update client-api image (#1011)
Browse files Browse the repository at this point in the history
* chore: add missing configApi_ConfigurationEntryDN config

* chore: update image dependencies

Overview:
- base image pinned to liberica-openjre-alpine:11.0.13-8
- updated jans-client-api-server source (contains fix for #1006)
  • Loading branch information
iromli authored Mar 11, 2022
1 parent 6b38096 commit 86d9b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-jans-client-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bellsoft/liberica-openjre-alpine:11
FROM bellsoft/liberica-openjre-alpine:11.0.13-8

# ===============
# Alpine packages
Expand All @@ -16,7 +16,7 @@ RUN apk update \
# ==========

ENV CN_VERSION=1.0.0-SNAPSHOT
ENV CN_BUILD_DATE='2021-12-21 10:52'
ENV CN_BUILD_DATE='2022-03-10 17:03'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-client-api-server/${CN_VERSION}/jans-client-api-server-${CN_VERSION}-distribution.zip

RUN wget -q ${CN_SOURCE_URL} -O /tmp/client-api.zip \
Expand Down
1 change: 1 addition & 0 deletions docker-jans-client-api/templates/jans.properties.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ persistence.type=%(persistence_type)s
jansAuth_ConfigurationEntryDN=ou=jans-auth,ou=configuration,o=jans
fido2_ConfigurationEntryDN=ou=jans-fido2,ou=configuration,o=jans
scim_ConfigurationEntryDN=ou=jans-scim,ou=configuration,o=jans
configApi_ConfigurationEntryDN=ou=jans-config-api,ou=configuration,o=jans

certsDir=/etc/certs
confDir=
Expand Down

0 comments on commit 86d9b9d

Please sign in to comment.