We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fa216c + c718145 commit c015e60Copy full SHA for c015e60
Makefile
@@ -247,7 +247,7 @@ endif
247
$(ROOTDIR)/scripts/kube_create_storage.sh $(DEPLOYMENTNAMESPACE)
248
kubectl --namespace $(DEPLOYMENTNAMESPACE) \
249
run arangodb-operator-test -i --rm --quiet --restart=Never \
250
- --image=$(TESTIMAGE) \
+ --image=$(shell docker inspect $(TESTIMAGE) '--format={{index .RepoDigests 0}}') \
251
--env="ENTERPRISEIMAGE=$(ENTERPRISEIMAGE)" \
252
--env="TEST_NAMESPACE=$(DEPLOYMENTNAMESPACE)" \
253
-- \
0 commit comments