Skip to content

Commit

Permalink
compose: switch testbed images to date tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 14, 2024
1 parent 0cbafcc commit a64fea1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: testbed
services:
master:
image: ghcr.io/named-data/testbed-master:latest
image: ghcr.io/named-data/testbed-master:20240512
init: true
tty: true
volumes:
Expand All @@ -23,7 +23,7 @@ services:
interval: 3s

caddy:
image: ghcr.io/named-data/testbed-caddy:latest
image: ghcr.io/named-data/testbed-caddy:20240512
cap_add:
- NET_ADMIN
ports:
Expand Down Expand Up @@ -147,7 +147,7 @@ services:
nfd: { condition: service_healthy }

root-http-ca:
image: ghcr.io/named-data/testbed-master:latest
image: ghcr.io/named-data/testbed-master:20240512
profiles: [root-ca] # in .env
init: true
tty: true
Expand Down

0 comments on commit a64fea1

Please sign in to comment.