try building with kaniko (rather than making the container be privileged)
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
f2aa111012
commit
43beb488a9
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user