Skip to content

Commit

Permalink
ci: set hyperledger/identus-cloud-agent image in the docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
yshyn-iohk committed Apr 25, 2024
1 parent bfb52ba commit 02481c6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 161 deletions.
154 changes: 0 additions & 154 deletions infrastructure/ci/docker-compose-multiple-actors.yml

This file was deleted.

2 changes: 1 addition & 1 deletion infrastructure/shared/docker-compose-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
condition: service_healthy

prism-agent:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/hyperledger/identus-cloud-agent:${PRISM_AGENT_VERSION}
environment:
DIDCOMM_SERVICE_URL: http://${DOCKERHOST}:${PORT}/didcomm
REST_SERVICE_URL: http://${DOCKERHOST}:${PORT}/prism-agent
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/shared/docker-compose-mt-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
retries: 5

prism-agent:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/hyperledger/identus-cloud-agent:${PRISM_AGENT_VERSION}
environment:
POLLUX_DB_HOST: db
POLLUX_DB_PORT: 5432
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/shared/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
retries: 5

prism-agent:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/hyperledger/identus-cloud-agent:${PRISM_AGENT_VERSION}
environment:
POLLUX_DB_HOST: db
POLLUX_DB_PORT: 5432
Expand Down
6 changes: 3 additions & 3 deletions infrastructure/single-tenant-testing-stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ services:
condition: service_healthy

issuer-oea:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/hyperledger/identus-cloud-agent:${PRISM_AGENT_VERSION}
environment:
POLLUX_DB_HOST: issuer-db
POLLUX_DB_PORT: 5432
Expand Down Expand Up @@ -155,7 +155,7 @@ services:
- 9095:9095

verifier-oea:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/hyperledger/identus-cloud-agent:${PRISM_AGENT_VERSION}
environment:
POLLUX_DB_HOST: verifier-db
POLLUX_DB_PORT: 5432
Expand Down Expand Up @@ -227,7 +227,7 @@ services:
- DATA_SOURCE_NAME=postgresql://postgres:postgres@issuer-db:5432/postgres?sslmode=disable

holder-oea:
image: ghcr.io/input-output-hk/prism-agent:${PRISM_AGENT_VERSION}
image: ghcr.io/hyperledger/identus-cloud-agent:${PRISM_AGENT_VERSION}
environment:
POLLUX_DB_HOST: holder-db
POLLUX_DB_PORT: 5432
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

# Open Enterprise Agent
open-enterprise-agent:
image: ghcr.io/input-output-hk/prism-agent:${OPEN_ENTERPRISE_AGENT_VERSION}
image: ghcr.io/hyperledger/identus-cloud-agent:${OPEN_ENTERPRISE_AGENT_VERSION}
environment:
PRISM_NODE_HOST: host.docker.internal
PRISM_NODE_PORT:
Expand Down

0 comments on commit 02481c6

Please sign in to comment.