Skip to content

Commit

Permalink
fix: use latest tags for those docker compose build images
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Wang <[email protected]>
  • Loading branch information
jim-wang-intel committed Jun 5, 2023
1 parent b3be91a commit ff58e1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ services:
SECURITY_SPIRE_SERVER_HOST: edgex-security-spire-server
SECURITY_SPIRE_SERVER_PORT: 59840
hostname: edgex-device-ssh-proxy
image: device-ssh-proxy:3.0.0
image: device-ssh-proxy:latest
networks:
edgex-network:
aliases:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ networks:
driver: bridge
services:
sshd-remote:
image: edgex-sshd-remote:3.0.0
image: edgex-sshd-remote:latest
build:
context: sshd-remote
container_name: edgex-sshd-remote
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
MESSAGEQUEUE_HOST: edgex-redis
REGISTRY_HOST: edgex-core-consul
SECRETSTORE_HOST: edgex-vault
SECRETSTORE_PORT: '8200'
SECRETSTORE_PORT: "8200"
SECRETSTORE_RUNTIMETOKENPROVIDER_ENABLED: "true"
SECRETSTORE_RUNTIMETOKENPROVIDER_ENDPOINTSOCKET: /tmp/edgex/secrets/spiffe/public/api.sock
SECRETSTORE_RUNTIMETOKENPROVIDER_HOST: edgex-security-spiffe-token-provider
Expand All @@ -89,7 +89,7 @@ services:
SECRETSTORE_RUNTIMETOKENPROVIDER_TRUSTDOMAIN: edgexfoundry.org
SERVICE_HOST: edgex-device-virtual
hostname: edgex-device-virtual
image: nexus3.edgexfoundry.org:10004/device-virtual:latest
image: nexus3.edgexfoundry.org:10004/device-virtual:3.0.0
networks:
edgex-network: {}
ports:
Expand Down

0 comments on commit ff58e1e

Please sign in to comment.