try building with kaniko (rather than making the container be privileged)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ask Bjørn Hansen 2020-05-24 22:54:48 -07:00
parent f2aa111012
commit 43beb488a9

View File

@ -13,11 +13,12 @@ steps:
memory: 100MiB memory: 100MiB
- name: docker - name: docker
image: plugins/docker #image: plugins/docker
image: banzaicloud/drone-kaniko
settings: settings:
repo: harbor.ntppool.org/ask/dron-test repo: harbor.ntppool.org/ask/drone-test
tags: latest tags: latest,${DRONE_COMMIT_SHA}
auto_tag: true #auto_tag: true
username: username:
from_secret: harbor_username from_secret: harbor_username
password: password: