-
Notifications
You must be signed in to change notification settings - Fork 109
Use fully qualified image names in docker-compose files #1640
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
base: main
Are you sure you want to change the base?
Conversation
17386e6
to
6ab1628
Compare
Thanks! @tdruez ping ^ ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look fine, except for the .env entry that should be removed.
@@ -62,6 +62,7 @@ envfile: | |||
@if test -f ${ENV_FILE}; then echo ".env file exists already"; exit 1; fi | |||
@mkdir -p $(shell dirname ${ENV_FILE}) && touch ${ENV_FILE} | |||
@echo SECRET_KEY=\"${GET_SECRET_KEY}\" > ${ENV_FILE} | |||
@echo COMPOSE_PROJECT_NAME=\"scancodeio\" >> ${ENV_FILE} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the Django app .env
file. The COMPOSE_PROJECT_NAME
value does not seem relevant in that context.
@modelmonster could you fix the DCO failure? |
…de-org#1376 (aboutcode-org#1636) Signed-off-by: tdruez <[email protected]> Signed-off-by: Model Monster <[email protected]>
Signed-off-by: tdruez <[email protected]> Signed-off-by: Model Monster <[email protected]>
Signed-off-by: tdruez <[email protected]> Signed-off-by: Model Monster <[email protected]>
Signed-off-by: Model Monster <[email protected]>
…ner naming Signed-off-by: Model Monster <[email protected]>
Signed-off-by: Model Monster <[email protected]>
6c8592f
to
6e74f9f
Compare
No description provided.