more rfactoring
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM debian:stable-slim
|
||||
FROM cr.lan/debian-stable
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
curl procps && \
|
||||
|
||||
23
apps/curl/tekton.yaml
Normal file
23
apps/curl/tekton.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
name: img-curl
|
||||
spec:
|
||||
pipelineRef:
|
||||
name: kaniko-pipeline
|
||||
params:
|
||||
- name: git-url
|
||||
value: http://git-ui.lan/chaos/kubernetes.git
|
||||
- name: git-revision
|
||||
value: master
|
||||
- name: path-to-image-context
|
||||
value: apps/curl
|
||||
- name: path-to-dockerfile
|
||||
value: apps/curl/Dockerfile
|
||||
- name: image-name
|
||||
value: cr.lan/curl
|
||||
workspaces:
|
||||
- name: git-source
|
||||
persistentVolumeClaim:
|
||||
claimName: tektoncd-workspaces
|
||||
subPath: tekton/curl
|
||||
Reference in New Issue
Block a user