imagepullpolicy always for the go image.
authorErik Brakkee <erik@brakkee.org>
Tue, 12 Nov 2024 19:07:26 +0000 (20:07 +0100)
committerErik Brakkee <erik@brakkee.org>
Tue, 12 Nov 2024 19:07:26 +0000 (20:07 +0100)
images/compose.yaml
images/go-1-23-2/Dockerfile [moved from images/go.1.23.2/Dockerfile with 87% similarity]
resources/podtemplates/go-1-23-2.yaml

index 552208e156702846ebbeeee944c6e37a0921c31c..1dab6b8339bb1e0e6f526ef643bf6421658d79ff 100644 (file)
@@ -4,5 +4,5 @@ services:
   gobuilder:
     image: cat.wamblee.org/gobuilder:1.23.2
     build:
-      context: go.1.23.2
+      context: go-1-23-2
 
similarity index 87%
rename from images/go.1.23.2/Dockerfile
rename to images/go-1-23-2/Dockerfile
index aec77ebafc285b72af85eb87733ed92c8d9dda6c..c1a6e97b9d7d6015c84f51b35ae2bf029865517e 100644 (file)
@@ -1,6 +1,6 @@
 FROM golang:1.23.3-alpine3.20
 
-RUN apk update && apk add curl make bash docker
+RUN apk update && apk add curl make bash docker openssl inetutils-telnet 
 
 # 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 1180a23740976363c6c00d232e8b7e04db176ac5..ba45fb780749e9c90529fa9f58c7692aa6dffe5b 100644 (file)
@@ -3,6 +3,7 @@ kind: Pod
 spec:
   containers:
   - image: cat.wamblee.org/gobuilder:1.23.2
+    imagePullPolicy: Always
     name: go-1-23-2
     volumeMounts:
       - name: run