From 0cca335ff42d5c1e4936f0cc1b94e9f5db2ba2b7 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Mon, 11 Nov 2024 21:54:14 +0100 Subject: [PATCH] changed image name to private repo --- images/compose.yaml | 2 +- images/go.1.23.2/Dockerfile | 2 +- resources/podtemplates/go-1-23-2.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.31.1