Skip to content

Commit

Permalink
'custom_dns' in docker build steps to workaround dind DNS issues
Browse files Browse the repository at this point in the history
Ref. drone-plugins/drone-docker#193
Note: this disables cloud.drone.io from building the images, as
the alternative DNS servers are internal-only
  • Loading branch information
SamuAlfageme committed Jan 5, 2021
1 parent f7d4b1e commit ee7a19c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ steps:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
custom_dns:
- 128.142.17.5
- 128.142.16.5

0 comments on commit ee7a19c

Please sign in to comment.