File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
.github/actions/run-tests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
# Use the GitHub Actions uid:gid combination for proper fs permissions
4
4
RUN groupadd -g 116 test && \
Original file line number Diff line number Diff line change 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
3
3
FROM ${BASE_IMG}:${BASE_TAG} AS build
4
4
5
5
# Configure workspace
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ IMG ?= fluxcd/source-controller
3
3
TAG ?= latest
4
4
5
5
# 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
8
8
9
9
# Allows for defining additional Docker buildx arguments,
10
10
# e.g. '--push'.
You can’t perform that action at this time.
0 commit comments