Remove Kaniko

Docker-in-Docker is working well enough, and it wasn't straightforward to get the certs injectect into Kaniko easily.
This commit is contained in:
2019-12-12 06:42:04 +00:00
parent fc353a6e0c
commit 153b3222fb

View File

@@ -1,14 +1,14 @@
--- # ---
kind: pipeline # kind: pipeline
name: kaniko # name: kaniko
#
steps: # steps:
- name: build # - name: build
image: banzaicloud/drone-kaniko # image: banzaicloud/drone-kaniko
settings: # settings:
registry: registry.lan # registry: registry.lan
repo: arm-build # repo: arm-build
tags: kaniko # tags: kaniko
--- ---
kind: pipeline kind: pipeline
name: docker name: docker