Build with Kaniko (#3)

This commit is contained in:
2019-12-02 01:35:51 +00:00
parent 49215c1900
commit 8f69585f59
2 changed files with 14 additions and 2 deletions

View File

@@ -17,3 +17,15 @@ steps:
image: registry.lan/alpine:3.8
commands:
- echo "building"
---
kind: pipeline
name: default
steps:
- name: kaniko
image: banzaicloud/drone-kaniko
settings:
registry: registry.lan
repo: drone-test
tags: latest

View File

@@ -1,3 +1,3 @@
FROM registy.lan/alpine:3.10
FROM registry.lan/alpine:3.10
RUN echo "hello" > /hello.txt