Skip to content

Commit

Permalink
Update the image names in docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
parauliya committed Apr 2, 2020
1 parent 747d159 commit a6aac4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- ./certs:/certs

tink-server:
image: quay.io/tinkerbell/tink-pr:master
image: quay.io/tinkerbell/tink:latest
environment:
FACILITY: ${FACILITY:-onprem}
PACKET_ENV: ${PACKET_ENV:-testing}
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
network_mode: host

boots:
image: quay.io/tinkerbell/boots-pr:master
image: quay.io/tinkerbell/boots:latest
network_mode: host
command: -dhcp-addr 0.0.0.0:67 -tftp-addr $HOST_IP:69 -http-addr $HOST_IP:80 -log-level DEBUG
environment:
Expand Down Expand Up @@ -217,7 +217,7 @@ services:
- 42112:42112/tcp

hegel:
image: quay.io/tinkerbell/hegel-pr:master
image: quay.io/tinkerbell/hegel:latest
network_mode: host
environment:
ROLLBAR_TOKEN: ${ROLLBAR_TOKEN-ignored}
Expand Down

0 comments on commit a6aac4a

Please sign in to comment.