This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
OliveTin
mirror of
https://github.com/OliveTin/OliveTin.git
Watch
4
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
cicd: go-image-builder
jamesread
3 years ago
parent
7824ce176d
commit
31db838bfd
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
var/tekton/Dockerfile.gobuilder
+ 4
- 0
var/tekton/Dockerfile.gobuilder
View File
@@ -0,0 +1,4 @@
+FROM fedora
+RUN dnf install go make -y
+RUN make go-tools
+