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 23fed01 commit db91b28Copy full SHA for db91b28
services/portainer/Makefile
@@ -44,6 +44,9 @@ up-master: .init .env secrets ${TEMP_COMPOSE}-master
44
.PHONY: configure-portainer-registry
45
configure-portainer-registry: venv $(VENV_BIN)/python $(WAIT_FOR_IT) ## Add registry to Portainer
46
@$(MAKE) --no-print-directory install REQUIREMENTS_FILE=./scripts/requirements.txt
47
+ @set -o allexport; source $(REPO_CONFIG_LOCATION); set +o allexport; \
48
+ $(WAIT_FOR_IT) http $$PORTAINER_URL --timeout=120s --interval=5s --expect-status-code 200 && \
49
+ $(VENV_BIN)/python ./scripts/configure_portainer_registry.py
50
51
# Helpers -------------------------------------------------
52
0 commit comments