mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-09 11:09:22 -04:00
|
|
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| init-and-start-db.sh | ||
| README.md | ||
Create test EDB image
- Get EDB repo token from Get the token at https://www.enterprisedb.com/repos-downloads.
- Build the multi-arch image:
EDB_TOKEN=[your token] podman build --secret id=edb_repo_token,env=EDB_TOKEN --manifest quay.io/keycloakqe/enterprisedb:[version] --platform=linux/arm64,linux/amd64 .
- Push the multi-arch image:
podman manifest push quay.io/keycloakqe/enterprisedb:[version]