keycloak/test-framework/db-edb/container
Akbar Husain 3f62bb4d2b
Make shebang in bash scripts consistent (#37369)
Closes #34983

Signed-off-by: akbarhusainpatel <apatel@intermiles.com>
2026-02-17 11:32:28 +01:00
..
Dockerfile Support EDB 18 (#44856) 2025-12-15 07:36:26 +01:00
init-and-start-db.sh Make shebang in bash scripts consistent (#37369) 2026-02-17 11:32:28 +01:00
README.md Support EDB 18 (#44856) 2025-12-15 07:36:26 +01:00

Create test EDB image

  1. Get EDB repo token from Get the token at https://www.enterprisedb.com/repos-downloads.
  2. 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 .
  1. Push the multi-arch image:
podman manifest push quay.io/keycloakqe/enterprisedb:[version]