We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The entrypoint.sh fails at line 115 if there are no variables in .env
REGISTRY_S3_ACCESSKEY= REGISTRY_S3_SECRET= REGISTRY_S3_REGION= REGISTRY_S3_ENDPOINT= REGISTRY_S3_BUCKET= REGISTRY_TOKEN_REALM=
To fix
registry_conf() { ... accesskey: ${REGISTRY_S3_ACCESSKEY:=} secretkey: ${REGISTRY_S3_SECRET:=} region: ${REGISTRY_S3_REGION:=} regionendpoint: ${REGISTRY_S3_ENDPOINT:=} bucket: ${REGISTRY_S3_BUCKET:=} ... }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The entrypoint.sh fails at line 115 if there are no variables in .env
To fix
The text was updated successfully, but these errors were encountered: