Skip to content

Commit

Permalink
Merge pull request #6 from portward/update
Browse files Browse the repository at this point in the history
Update portward
  • Loading branch information
sagikazarmark authored Jan 28, 2024
2 parents b72d999 + 4f09ea1 commit 79077e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Keeping a Dockerfile in the repo to automate updates with Dependabot
FROM ghcr.io/portward/portward:v0.1.0
FROM ghcr.io/portward/portward:v0.2.0
7 changes: 3 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,23 @@ services:
- ./etc/portward/private_key.pem:/private_key.pem

docker:
image: registry:2.8.2
image: registry:2.8.3
ports:
- 127.0.0.1:5000:5000
volumes:
- ./var/registries/docker:/var/lib/registry
- ./etc/docker:/etc/docker/registry

zot:
# image: ghcr.io/project-zot/zot-linux-arm64:v2.0.0-rc6
image: ghcr.io/sagikazarmark/zot:auth-fix
image: ghcr.io/project-zot/zot-linux-amd64:v2.0.1
ports:
- 127.0.0.1:5001:5001
volumes:
- ./var/registries/zot:/var/lib/registry
- ./etc/zot:/etc/zot

cerbos:
image: ghcr.io/cerbos/cerbos:0.30.0
image: ghcr.io/cerbos/cerbos:0.33.0
ports:
- 127.0.0.1:3592:3592
- 127.0.0.1:3593:3593
Expand Down

0 comments on commit 79077e3

Please sign in to comment.