Skip to content

Commit 981d91e

Browse files
committed
Update base image to version with Darwin detection
To provide a better (contributing) experience to those with Apple machines, as determining the correct paths there is a bit harder. Signed-off-by: Hidde Beydals <[email protected]>
1 parent 0358ebc commit 981d91e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/fluxcd/golang-with-libgit2:1.16.8-bullseye-libgit2-1.1.1 as build
1+
FROM ghcr.io/fluxcd/golang-with-libgit2:1.16.8-bullseye-libgit2-1.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_IMG=ghcr.io/fluxcd/golang-with-libgit2
2-
ARG BASE_TAG=1.16.8-bullseye-libgit2-1.1.1
2+
ARG BASE_TAG=1.16.8-bullseye-libgit2-1.1.1-1
33
FROM ${BASE_IMG}:${BASE_TAG} AS build
44

55
# Configure workspace

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TAG ?= latest
44

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

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

0 commit comments

Comments
 (0)