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 a629084 commit a55cc0bCopy full SHA for a55cc0b
entrypoint.sh
@@ -167,7 +167,7 @@ else
167
return 405 "DELETE method is not allowed";
168
}
169
EOF
170
- if [[ -v UPSTREAM_REGISTRIES ]]; then
+ if [[ "a${UPSTREAM_REGISTRIES}" != "a" ]]; then
171
UPSTREAM_REGISTRIES_DELIMITER=${UPSTREAM_REGISTRIES_DELIMITER:-" "}
172
s=$UPSTREAM_REGISTRIES$UPSTREAM_REGISTRIES_DELIMITER
173
upstream_array=()
0 commit comments