Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/.nickel/stack.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in
|> std.record.remove "image"
)
& {
image = "ghcr.io/hyperledger/identus-keycloak-plugins:%{V.identusKeycloak}",
image = "ghcr.io/hyperledger-identus/keycloak-plugins:%{V.identusKeycloak}",
ports = ["%{std.to_string args.port}:8080"],
environment = args.extraEnvs
},
Expand Down
2 changes: 1 addition & 1 deletion examples/st-oid4vci/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
IDENTUS_URL: http://caddy-issuer:8080/cloud-agent
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
image: ghcr.io/hyperledger/identus-keycloak-plugins:0.2.0
image: ghcr.io/hyperledger-identus/keycloak-plugins:0.2.1
ports:
- 9980:8080
restart: always
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
keycloak:
image: ghcr.io/hyperledger/identus-keycloak-plugins:0.2.0
image: ghcr.io/hyperledger-identus/keycloak-plugins:0.2.1
pull_policy: if_not_present
ports:
- "${KEYCLOAK_HTTP_PORT}:8080"
Expand Down
Loading