Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Overwrite default DNS server for Concourse containers
Browse files Browse the repository at this point in the history
The default Linode DNS server fails to resolve FQDNs. The git check was
failing to clone from Github because github.com could not be resolved.

vmware-archive/bin#18

[#125480521]
  • Loading branch information
gerhard committed Sep 19, 2016
1 parent 0cde589 commit 7bc47f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/concourse/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
docker:
name: concourse-worker
image: "concourse/concourse:{{ concourse_version }}"
command: worker
command: worker --garden-dns-server 8.8.8.8
privileged: true
pull: missing
state: reloaded
Expand Down

0 comments on commit 7bc47f6

Please sign in to comment.