Skip to content
New issue

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 while setup #18

Open
supar opened this issue Aug 12, 2024 · 0 comments
Open

The entrypoint.sh fails at line 115 while setup #18

supar opened this issue Aug 12, 2024 · 0 comments

Comments

@supar
Copy link

supar commented Aug 12, 2024

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:=}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant