Build with Kaniko (#3)
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -17,3 +17,15 @@ steps:
|
|||||||
image: registry.lan/alpine:3.8
|
image: registry.lan/alpine:3.8
|
||||||
commands:
|
commands:
|
||||||
- echo "building"
|
- echo "building"
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: kaniko
|
||||||
|
image: banzaicloud/drone-kaniko
|
||||||
|
settings:
|
||||||
|
registry: registry.lan
|
||||||
|
repo: drone-test
|
||||||
|
tags: latest
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
FROM registy.lan/alpine:3.10
|
FROM registry.lan/alpine:3.10
|
||||||
|
|
||||||
RUN echo "hello" > /hello.txt
|
RUN echo "hello" > /hello.txt
|
||||||
Reference in New Issue
Block a user