-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configured production keycloak to copy theme archive directly into it…
…s image
- Loading branch information
Igor Kedzierawski
committed
Mar 9, 2024
1 parent
8f624f3
commit 910b3b8
Showing
4 changed files
with
11 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
FROM corn-keycloak-theme-builder AS build | ||
|
||
FROM quay.io/keycloak/keycloak:20.0.1 | ||
|
||
COPY --from=build /corn-theme.jar /opt/keycloak/providers/ |
This file was deleted.
Oops, something went wrong.
Empty file.
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