Skip to content

Commit 0358ebc

Browse files
committed
Change image to image under Flux organization
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 7a212b6 commit 0358ebc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/run-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/hiddeco/golang-with-libgit2:dev as build
1+
FROM ghcr.io/fluxcd/golang-with-libgit2:1.16.8-bullseye-libgit2-1.1.1 as build
22

33
# Use the GitHub Actions uid:gid combination for proper fs permissions
44
RUN groupadd -g 116 test && \

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG BASE_IMG=ghcr.io/hiddeco/golang-with-libgit2
2-
ARG BASE_TAG=dev
1+
ARG BASE_IMG=ghcr.io/fluxcd/golang-with-libgit2
2+
ARG BASE_TAG=1.16.8-bullseye-libgit2-1.1.1
33
FROM ${BASE_IMG}:${BASE_TAG} AS build
44

55
# Configure workspace

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ IMG ?= fluxcd/source-controller
33
TAG ?= latest
44

55
# Base image used to build the Go binary
6-
BASE_IMG ?= ghcr.io/hiddeco/golang-with-libgit2
7-
BASE_TAG ?= dev
6+
BASE_IMG ?= ghcr.io/fluxcd/golang-with-libgit2
7+
BASE_TAG ?= 1.16.8-bullseye-libgit2-1.1.1
88

99
# Allows for defining additional Docker buildx arguments,
1010
# e.g. '--push'.

0 commit comments

Comments
 (0)