Skip to content

Commit

Permalink
Temporarily use custom go-build image for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
coutinhop committed Nov 20, 2024
1 parent cb9a500 commit 2d971e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion felix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ endif

FV_ETCDIMAGE?=$(ETCD_IMAGE)
FV_TYPHAIMAGE?=felix-test/typha:latest-$(BUILDARCH)
FV_K8SIMAGE=calico/go-build:$(GO_BUILD_VER)
#FV_K8SIMAGE=calico/go-build:$(GO_BUILD_VER)
FV_K8SIMAGE=quay.io/coutinho/calico-go-build:v0.92 # TODO: remove this
FV_FELIXIMAGE?=$(FELIX_IMAGE):latest-$(ARCH)

# Total number of batches to split the tests into. In CI we set this to say 5 batches,
Expand Down
3 changes: 2 additions & 1 deletion lib.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ endif
# the one for the host should contain all the necessary cross-compilation tools
# we do not need to use the arch since go-build:v0.15 now is multi-arch manifest
GO_BUILD_IMAGE ?= calico/go-build
CALICO_BUILD = $(GO_BUILD_IMAGE):$(GO_BUILD_VER)
#CALICO_BUILD = $(GO_BUILD_IMAGE):$(GO_BUILD_VER)
CALICO_BUILD = quay.io/coutinho/calico-go-build:v0.92 # TODO: remove this


# We use BoringCrypto as FIPS validated cryptography in order to allow users to run in FIPS Mode (amd64 only).
Expand Down

0 comments on commit 2d971e0

Please sign in to comment.