changed image name to private repo
authorErik Brakkee <erik@brakkee.org>
Mon, 11 Nov 2024 20:54:14 +0000 (21:54 +0100)
committerErik Brakkee <erik@brakkee.org>
Mon, 11 Nov 2024 20:54:14 +0000 (21:54 +0100)
images/compose.yaml
images/go.1.23.2/Dockerfile
resources/podtemplates/go-1-23-2.yaml

index 6a59a5ec569cb038d7ee73b0888150906886d268..552208e156702846ebbeeee944c6e37a0921c31c 100644 (file)
@@ -2,7 +2,7 @@
 services:
 
   gobuilder:
-    image: wamblee/gobuilder:1.23.2
+    image: cat.wamblee.org/gobuilder:1.23.2
     build:
       context: go.1.23.2
 
index e78d811c73b7cdd211a1fdf001a4e23fba10315a..3739897179be0ae53b4c768f2ffaa6f69c04d2ab 100644 (file)
@@ -1,6 +1,6 @@
 FROM golang:1.23.3-alpine3.20
 
-RUN apk update && apk add curl make 
+RUN apk update && apk add curl make bash docker
 
 # if templ cannot be obtained: quick fix, remove this statement and run make, then build the image.
 RUN curl -L https://github.com/a-h/templ/releases/download/v0.2.747/templ_Linux_x86_64.tar.gz -o templ.tar.gz && \
index eaf499834f4ec3d1be1f09f1e4e65509c0922636..1180a23740976363c6c00d232e8b7e04db176ac5 100644 (file)
@@ -2,7 +2,7 @@ apiVersion: v1
 kind: Pod
 spec:
   containers:
-  - image: wamblee/gobuilder:1.23.2
+  - image: cat.wamblee.org/gobuilder:1.23.2
     name: go-1-23-2
     volumeMounts:
       - name: run