Skip to content

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

VanL
Copy link

@VanL VanL commented Mar 24, 2025

No description provided.

@modelmonster modelmonster force-pushed the fully-qualified-image-names branch from 17386e6 to 6ab1628 Compare March 24, 2025 19:31
@pombredanne
Copy link
Member

Thanks! @tdruez ping ^ ?

Copy link
Contributor

@tdruez tdruez left a 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}
Copy link
Contributor

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.

@tdruez
Copy link
Contributor

tdruez commented Apr 25, 2025

@modelmonster could you fix the DCO failure?

@modelmonster modelmonster force-pushed the fully-qualified-image-names branch from 6c8592f to 6e74f9f Compare May 2, 2025 23:32
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

Successfully merging this pull request may close these issues.

4 participants