Skip to content

Commit

Permalink
Merge branch 'AUTH-544' of github.com:Alfresco/keycloak-containers in…
Browse files Browse the repository at this point in the history
…to AUTH-544
  • Loading branch information
tiagosalvado10 committed Mar 18, 2022
2 parents c58df8c + 93221ad commit 839589c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.access.redhat.com/ubi8-minimal

FROM alfresco/alfresco-base-java:jre11-rockylinux8-202203101229
ENV LC_ALL=C
ENV KEYCLOAK_VERSION 16.1.1
ENV JDBC_POSTGRES_VERSION 42.2.5
ENV JDBC_MYSQL_VERSION 8.0.22
Expand All @@ -11,10 +11,6 @@ ENV PROXY_ADDRESS_FORWARDING true
ENV JBOSS_HOME /opt/jboss/keycloak
ENV LANG en_US.UTF-8

USER root

RUN microdnf update -y && microdnf install -y glibc-langpack-en hostname java-11-openjdk-headless openssl tar which && microdnf clean all

COPY temp/keycloak /opt/jboss/keycloak
ADD tools /opt/jboss/tools
RUN /opt/jboss/tools/build-keycloak.sh
Expand Down
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include build.properties
export $(shell sed 's/=.*//' build.properties)

IMAGE_NAME :=alfresco/alfresco-identity-service:$(IDENTITY_VERSION)
IMAGE_NAME_WITH_BASE_OS :=$(IMAGE_NAME)-java-11-openjdk-ubi8-minimal
IMAGE_NAME_WITH_BASE_OS :=$(IMAGE_NAME)-java-11-openjdk-rockylinux8
IMAGE_NAME_WITH_BASE_OS_AND_SHA :=$(IMAGE_NAME_WITH_BASE_OS)-$(shell git rev-parse HEAD | cut -c1-12)
export IMAGE_NAME
export IMAGE_NAME_WITH_BASE_OS
Expand Down

0 comments on commit 839589c

Please sign in to comment.