Skip to content

Commit

Permalink
Use nnf-mfu:update-mpi
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
  • Loading branch information
bdevcich committed Sep 27, 2024
1 parent 9946da1 commit 6293b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=update-mpi

# Build the manager binary
FROM golang:1.21-alpine AS builder
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ IMAGE_TARGET ?= production

# The NNF-MFU container image to use in NNFContainerProfile resources.
NNFMFU_TAG_BASE ?= ghcr.io/nearnodeflash/nnf-mfu
NNFMFU_VERSION ?= master
NNFMFU_VERSION ?= update-mpi

CONTAINER_BUILDARGS=--build-arg NNFMFU_TAG_BASE=$(NNFMFU_TAG_BASE) --build-arg NNFMFU_VERSION=$(NNFMFU_VERSION)

Expand Down

0 comments on commit 6293b06

Please sign in to comment.