Skip to content

Commit

Permalink
chore: pull docker images from ghcr (#3)
Browse files Browse the repository at this point in the history
* chore: pull all images from ghcr

* docs: update readme to ghcr
  • Loading branch information
tmberthold authored Jun 18, 2021
1 parent 381440b commit 84cd193
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dataspace-connector/full/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This deployment example builds on the following compatible versions:
|:----------|:--------|
| Dataspace Connector | 4.3.1 |
| Configuration Manager | 7.0.0 |
| Configuration Manager GUI | 7.0.0 |
| Configuration Manager GUI | 7.0.1 |
| Postgres | 12 |

### Prerequisites
Expand All @@ -50,7 +50,7 @@ This deployment example builds on the following compatible versions:
```
cd IDS-Deployment-Examples/dataspace-connector/full
```
3. Use a Docker Compose command to load the different Docker images of the components. **Note:** A GitHub account and Docker login is required for being able to pull all images of this deployment example.
3. Use a Docker Compose command to load the different Docker images of the components.
```
docker-compose pull
```
Expand Down
6 changes: 3 additions & 3 deletions dataspace-connector/full/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
restart: always

dataspaceconnector:
image: ghcr.io/international-data-spaces-association/dataspace-connector@sha256:5cc164fad3be63f3add2c4bcb65482c2fbe0d6f1c9239fbae3c357bc8a53adad
image: ghcr.io/international-data-spaces-association/dataspace-connector:4.3.1
container_name: dataspaceconnector
ports:
- 8080:8080
Expand All @@ -30,7 +30,7 @@ services:
restart: always

configmanager:
image: docker.pkg.github.com/international-data-spaces-association/ids-configurationmanager/configurationmanager:7.0.0
image: ghcr.io/international-data-spaces-association/ids-configurationmanager/configurationmanager:7.0.0
container_name: configmanager
ports:
- 8081:8081
Expand All @@ -43,7 +43,7 @@ services:
restart: always

ui:
image: docker.pkg.github.com/international-data-spaces-association/ids-configurationmanager-ui/configmanager-ui:7.0.0
image: ghcr.io/international-data-spaces-association/configmanager-ui:7.0.1
container_name: ui
ports:
- 8082:8082
Expand Down

0 comments on commit 84cd193

Please sign in to comment.