From: Erik Brakkee <erik@brakkee.org>
Date: Mon, 11 Nov 2024 20:54:14 +0000 (+0100)
Subject: changed image name to private repo
X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=0cca335ff42d5c1e4936f0cc1b94e9f5db2ba2b7;p=pipelinelib

changed image name to private repo
---

diff --git a/images/compose.yaml b/images/compose.yaml
index 6a59a5e..552208e 100644
--- a/images/compose.yaml
+++ b/images/compose.yaml
@@ -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
 
diff --git a/images/go.1.23.2/Dockerfile b/images/go.1.23.2/Dockerfile
index e78d811..3739897 100644
--- a/images/go.1.23.2/Dockerfile
+++ b/images/go.1.23.2/Dockerfile
@@ -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 && \
diff --git a/resources/podtemplates/go-1-23-2.yaml b/resources/podtemplates/go-1-23-2.yaml
index eaf4998..1180a23 100644
--- a/resources/podtemplates/go-1-23-2.yaml
+++ b/resources/podtemplates/go-1-23-2.yaml
@@ -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