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
name: kaniko
steps:
- name: build
image: banzaicloud/drone-kaniko
settings:
registry: registry.lan
repo: arm-build
tags: kaniko
# ---
# kind: pipeline
# name: kaniko
#
# steps:
# - name: build
# image: banzaicloud/drone-kaniko
# settings:
# registry: registry.lan
# repo: arm-build
# tags: kaniko
---
kind: pipeline
name: docker