You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			|  59c5b152b2 -e immediately exit when a command fails. No further commands are processed. -o pipefail, if a series of piped commands fail, do NOt return the last commands returncode, but DO return the return code of the failing command in the pipeline series -u, raise an error when an unset variable is used. Not using this results in an empty value being used and the script being executed differently without you knowing why. -x, print each command before executing it. Actual arguments are expanded. So you see the command with the actual parameter values. This is printed in red in the buildx log output. | 3 years ago | |
|---|---|---|
| .. | ||
| config | 3 years ago | |
| login | 3 years ago | |
| Dockerfile | 3 years ago | |
| start.py | 3 years ago | |