first commit

This commit is contained in:
Jakub Vavřík
2021-10-05 15:45:17 +02:00
commit b3ec55c7a6
2 changed files with 9 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM alpine/git:v2.26.2
RUN wget https://github.com/mikefarah/yq/releases/download/v4.13.3/yq_linux_amd64.tar.gz -O - |\
tar xz && mv yq_linux_amd64 /usr/bin/yq

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
Simple image that is used for CICD build tasks in Tekton.
Contains:
git
yq