-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fb440c
commit bda5b22
Showing
45 changed files
with
18 additions
and
4,112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,15 @@ FROM quay.io/keycloak/keycloak:23.0.4 as builder | |
RUN /opt/keycloak/bin/kc.sh build | ||
|
||
FROM quay.io/keycloak/keycloak:23.0.4 | ||
LABEL MAINTAINER="Entando <[email protected]>" | ||
ARG VERSION | ||
LABEL name="Entando Keycloak" \ | ||
vendor="Entando" \ | ||
version="v${VERSION}" \ | ||
release="7.3" \ | ||
summary="Keycloak with Entando's themes and extensions." \ | ||
description="This is container hosts Keycloak along with themes created for Entando." | ||
COPY LICENSE /licences/entando-lgpl.txt | ||
|
||
COPY themes/entando /opt/keycloak/themes/entando | ||
COPY --from=builder /opt/keycloak/ /opt/keycloak/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
292 changes: 0 additions & 292 deletions
292
themes/entando_old/login/messages/messages_en.properties
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.