From 03bd70f57c18960bd337490e5a3f15c8af13093c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 21:28:11 +0000 Subject: [PATCH] chore(deps): update opi sztp dockers --- integration/docker-compose.pxe.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/docker-compose.pxe.yml b/integration/docker-compose.pxe.yml index 56742abf..a73514e1 100644 --- a/integration/docker-compose.pxe.yml +++ b/integration/docker-compose.pxe.yml @@ -42,7 +42,7 @@ services: test: wget --silent --fail http://localhost:80 || exit 1 bootstrap: - image: ghcr.io/opiproject/opi-sztp-server:main@sha256:7a59ba7dd579817fd6d740e280b83db891725b97c70876e47ad9f1313165836e + image: ghcr.io/opiproject/opi-sztp-server:main@sha256:b50556916978fb6782bf71b7a40a1831f63cc1f34a432049ddfe34634cd2cc9d environment: SZTPD_INIT_PORT: 6080 SZTPD_NBI_PORT: 7080 @@ -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:7a59ba7dd579817fd6d740e280b83db891725b97c70876e47ad9f1313165836e + image: ghcr.io/opiproject/opi-sztp-server:main@sha256:b50556916978fb6782bf71b7a40a1831f63cc1f34a432049ddfe34634cd2cc9d environment: SZTPD_INIT_PORT: 6080 SZTPD_NBI_PORT: 7080 @@ -88,7 +88,7 @@ services: command: dhclient -d -v agent: - image: ghcr.io/opiproject/opi-sztp-client:main@sha256:65f525ebc3f53178445970c832de327633810eb4c2257169aed0c67a849b8f67 + image: ghcr.io/opiproject/opi-sztp-client:main@sha256:3755b693cf268cc3d72829b92dc6dd9e47693285d0bffeaa631feb99be920676 depends_on: bootstrap: condition: service_healthy