Compare commits
No commits in common. "92e5c65b919d22c17a749569b9b97b7ff5274ca5" and "981df789d6b0859403dbb45f67aa21e89af5c75b" have entirely different histories.
92e5c65b91
...
981df789d6
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ steps:
|
|||
- name: build
|
||||
image: quay.io/buildah/stable
|
||||
commands:
|
||||
- buildah build --manifest dev.ccchb.de/ccchb/oci-images/keycloak keycloak/
|
||||
- buildah build --manifest dev.ccchb.de/ccchb/oci-images/keycloak --platform=linux/amd64,linux/arm64 keycloak/
|
||||
- buildah manifest --push all dev.ccchb.de/ccchb/oci-images/keycloak oci-archive:keycloak.tar
|
||||
privileged: true
|
||||
- name: push
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM quay.io/keycloak/keycloak:26.0.5
|
||||
FROM quay.io/keycloak/keycloak:26.0
|
||||
|
||||
ENV KC_DB=postgres
|
||||
ENV KC_FEATURES=token-exchange,scripts,admin-fine-grained-authz
|
||||
|
|
Loading…
Reference in a new issue