Skip to content

Commit

Permalink
small rename fix
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Feb 16, 2023
1 parent 6fc53f8 commit 467cb44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3.7'
services:

bootstrap:
image: ghcr.io/opiproject/opi-sztp-server:main
image: ghcr.io/opiproject/sztpd:main
build:
context: sztp-server
environment:
Expand All @@ -22,7 +22,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
image: ghcr.io/opiproject/sztpd:main
build:
context: sztp-server
environment:
Expand Down Expand Up @@ -89,7 +89,7 @@ services:
command: dhclient -d -v

opi-sztp-go-agent:
image: ghcr.io/opiproject/opi-sztp-agent:main
image: ghcr.io/opiproject/sztp:main
build:
context: sztp-agent
depends_on:
Expand Down
6 changes: 3 additions & 3 deletions sztp-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ COPY ./*.json /tmp/
# hadolint ignore=DL3022
COPY --from=builder /opi-sztp-agent /
# hadolint ignore=DL3022
COPY --from=ghcr.io/opiproject/opi-sztp-server:main /opi.pem /opi.pem
COPY --from=ghcr.io/opiproject/sztpd:main /opi.pem /opi.pem
# hadolint ignore=DL3022
COPY --from=ghcr.io/opiproject/opi-sztp-server:main /tmp/sztpd-simulator/pki/client/end-entity/my_cert.pem /my_cert.pem
COPY --from=ghcr.io/opiproject/sztpd:main /tmp/sztpd-simulator/pki/client/end-entity/my_cert.pem /my_cert.pem
# hadolint ignore=DL3022
COPY --from=ghcr.io/opiproject/opi-sztp-server:main /tmp/sztpd-simulator/pki/client/end-entity/private_key.pem /private_key.pem
COPY --from=ghcr.io/opiproject/sztpd:main /tmp/sztpd-simulator/pki/client/end-entity/private_key.pem /private_key.pem
# TODO: consider generating iDevID certificates using https://github.com/usnistgov/iDevIDCerts

CMD [ "/opi-sztp-agent" ]

0 comments on commit 467cb44

Please sign in to comment.