Skip to content

Commit c015e60

Browse files
committed
Merge branch 'master' into operator-split
2 parents 5fa216c + c718145 commit c015e60

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
@@ -247,7 +247,7 @@ endif
247247
$(ROOTDIR)/scripts/kube_create_storage.sh $(DEPLOYMENTNAMESPACE)
248248
kubectl --namespace $(DEPLOYMENTNAMESPACE) \
249249
run arangodb-operator-test -i --rm --quiet --restart=Never \
250-
--image=$(TESTIMAGE) \
250+
--image=$(shell docker inspect $(TESTIMAGE) '--format={{index .RepoDigests 0}}') \
251251
--env="ENTERPRISEIMAGE=$(ENTERPRISEIMAGE)" \
252252
--env="TEST_NAMESPACE=$(DEPLOYMENTNAMESPACE)" \
253253
-- \

0 commit comments

Comments
 (0)