Skip to content

Commit

Permalink
Update nfd, ndnpingserver, and ndncert to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pesa committed Aug 29, 2024
1 parent c4b8d02 commit 922a1cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
driver: local

nfd:
image: ghcr.io/named-data/nfd:20240420
image: ghcr.io/named-data/nfd:24.07
init: true
volumes:
- /run/nfd:/run/nfd
Expand All @@ -65,7 +65,7 @@ services:
driver: local

nfd-http-status-server:
image: ghcr.io/named-data/nfd-status-http-server:20240420
image: ghcr.io/named-data/nfd-status-http-server:24.07
init: true
volumes:
- /run/nfd:/run/nfd:ro
Expand All @@ -76,7 +76,7 @@ services:
driver: local

ndnpingserver:
image: ghcr.io/named-data/ndn-tools:20240505
image: ghcr.io/named-data/ndn-tools:24.07
tty: true
init: true
volumes:
Expand Down Expand Up @@ -151,7 +151,7 @@ services:
driver: local

ndncert:
image: ghcr.io/named-data/ndncert-ca:20240507
image: ghcr.io/named-data/ndncert-ca:20240720
init: true
volumes:
- /run/nfd:/run/nfd:ro
Expand Down Expand Up @@ -187,7 +187,7 @@ services:
driver: local

root-ndncert:
image: ghcr.io/named-data/ndncert-ca:20240507
image: ghcr.io/named-data/ndncert-ca:20240720
profiles: [root-ca] # in .env
init: true
volumes:
Expand Down

0 comments on commit 922a1cf

Please sign in to comment.