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 2eb90ec commit 75455a8Copy full SHA for 75455a8
Makefile
@@ -38,7 +38,7 @@ enable: install
38
39
pull: clean
40
@echo "### install plugin ${PLUGIN_NAME}:${PLUGIN_TAG}"
41
- docker plugin install ${PLUGIN_NAME}:${PLUGIN_TAG}
+ docker plugin install --grant-all-permissions ${PLUGIN_NAME}:${PLUGIN_TAG}
42
43
push: install
44
@echo "### push plugin ${PLUGIN_NAME}:${PLUGIN_TAG}"
@@ -55,4 +55,4 @@ node-test:
55
56
integration:
57
docker build -t "${PLUGIN_NAME}-e2e" tests/e2e
58
- docker run -v /var/run/docker.sock:/var/run/docker.sock -e JOURNAL_TOKEN -e JOURNAL_ID "${PLUGIN_NAME}-e2e"
+ docker run -v /var/run/docker.sock:/var/run/docker.sock -e JOURNAL_TOKEN -e JOURNAL_ID "${PLUGIN_NAME}-e2e"
0 commit comments