Skip to content

Commit c0b1980

Browse files
committed
build: change compose to use prebuilt sidecar-updater image
1 parent 9b74c71 commit c0b1980

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

install/management_compose.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ services:
8181
timeout: 10s
8282
retries: 3
8383
updater:
84-
build:
85-
context: ./sidecar-updater
86-
dockerfile: Dockerfile
84+
image: ghcr.io/crosstalk-solutions/project-nomad-sidecar-updater:latest
85+
pull_policy: always
8786
container_name: nomad_updater
8887
restart: unless-stopped
8988
volumes:

0 commit comments

Comments
 (0)