Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update opi sztp dockers #836

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions integration/docker-compose.pxe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
test: wget --silent --fail http://localhost:80 || exit 1

bootstrap:
image: ghcr.io/opiproject/opi-sztp-server:main@sha256:b50556916978fb6782bf71b7a40a1831f63cc1f34a432049ddfe34634cd2cc9d
image: ghcr.io/opiproject/opi-sztp-server:main@sha256:bb6a1d609db3260cc61cd1736a8c49b4d178ae5688f74fe837d612b6006190b8
environment:
SZTPD_INIT_PORT: 6080
SZTPD_NBI_PORT: 7080
Expand All @@ -59,7 +59,7 @@ services:
test: ["CMD-SHELL", "curl --fail -H Accept:application/yang-data+json http://127.0.0.1:$$SZTPD_NBI_PORT/.well-known/host-meta || exit 1"]

redirecter:
image: ghcr.io/opiproject/opi-sztp-server:main@sha256:b50556916978fb6782bf71b7a40a1831f63cc1f34a432049ddfe34634cd2cc9d
image: ghcr.io/opiproject/opi-sztp-server:main@sha256:bb6a1d609db3260cc61cd1736a8c49b4d178ae5688f74fe837d612b6006190b8
environment:
SZTPD_INIT_PORT: 6080
SZTPD_NBI_PORT: 7080
Expand Down Expand Up @@ -88,7 +88,7 @@ services:
command: dhclient -d -v

agent:
image: ghcr.io/opiproject/opi-sztp-client:main@sha256:3755b693cf268cc3d72829b92dc6dd9e47693285d0bffeaa631feb99be920676
image: ghcr.io/opiproject/opi-sztp-client:main@sha256:0bc2d1fc3612ac6b8c799c835da9623bfa7d3b0a2f1bd9dbae2bf575284569ff
depends_on:
bootstrap:
condition: service_healthy
Expand Down
Loading