disable base image pull

This commit is contained in:
shim_ 2018-11-10 15:29:52 +01:00
parent 3e8cadf6b8
commit 2d20c8447d

View File

@ -5,7 +5,6 @@ pipeline:
- cp nginx.conf /etc/nginx/ - cp nginx.conf /etc/nginx/
- nginx -t - nginx -t
docker: docker:
custom_dns: ["172.16.28.1", "8.8.8.8"]
image: plugins/docker image: plugins/docker
repo: repo.shimun.net/shimun/seafile repo: repo.shimun.net/shimun/seafile
registry: repo.shimun.net registry: repo.shimun.net
@ -14,3 +13,4 @@ pipeline:
storage_path: /drone/.docker storage_path: /drone/.docker
cache_from: ["repo.shimun.net/shimun/seafile", "repo.shimun.net/shimun/seafile:nginx-deb", "repo.shimun.net/shimun/seafile:alpine"] cache_from: ["repo.shimun.net/shimun/seafile", "repo.shimun.net/shimun/seafile:nginx-deb", "repo.shimun.net/shimun/seafile:alpine"]
use_cache: true use_cache: true
pull_image: false