diff --git a/Dockerfile b/Dockerfile index 93ab416a..dc2bacaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ # These ARGs must be before the first FROM. This allows them to be valid for # use in FROM instructions. ARG NNFMFU_TAG_BASE=ghcr.io/nearnodeflash/nnf-mfu -ARG NNFMFU_VERSION=master +ARG NNFMFU_VERSION=dcp-sync-hang # Build the manager binary FROM golang:1.19-alpine as builder diff --git a/Makefile b/Makefile index 26e77d6a..c4adca2f 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ IMAGE_TAG_BASE ?= ghcr.io/nearnodeflash/nnf-dm # The NNF-MFU container image to use in NNFContainerProfile resources. NNFMFU_TAG_BASE ?= ghcr.io/nearnodeflash/nnf-mfu -NNFMFU_VERSION ?= master +NNFMFU_VERSION ?= dcp-sync-hang DOCKER_BUILDARGS=--build-arg NNFMFU_TAG_BASE=$(NNFMFU_TAG_BASE) --build-arg NNFMFU_VERSION=$(NNFMFU_VERSION)