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.
1 parent 401e6eb commit c718145Copy full SHA for c718145
Makefile
@@ -244,7 +244,7 @@ endif
244
$(ROOTDIR)/scripts/kube_create_storage.sh $(DEPLOYMENTNAMESPACE)
245
kubectl --namespace $(DEPLOYMENTNAMESPACE) \
246
run arangodb-operator-test -i --rm --quiet --restart=Never \
247
- --image=$(TESTIMAGE) \
+ --image=$(shell docker inspect $(TESTIMAGE) '--format={{index .RepoDigests 0}}') \
248
--env="ENTERPRISEIMAGE=$(ENTERPRISEIMAGE)" \
249
--env="TEST_NAMESPACE=$(DEPLOYMENTNAMESPACE)" \
250
-- \
0 commit comments