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