Skip to content

Commit c718145

Browse files
committed
Force use of correct test image
1 parent 401e6eb commit c718145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ endif
244244
$(ROOTDIR)/scripts/kube_create_storage.sh $(DEPLOYMENTNAMESPACE)
245245
kubectl --namespace $(DEPLOYMENTNAMESPACE) \
246246
run arangodb-operator-test -i --rm --quiet --restart=Never \
247-
--image=$(TESTIMAGE) \
247+
--image=$(shell docker inspect $(TESTIMAGE) '--format={{index .RepoDigests 0}}') \
248248
--env="ENTERPRISEIMAGE=$(ENTERPRISEIMAGE)" \
249249
--env="TEST_NAMESPACE=$(DEPLOYMENTNAMESPACE)" \
250250
-- \

0 commit comments

Comments
 (0)