Skip to content

Use fully qualified image names in docker-compose files#1640

Closed
VanL wants to merge 7 commits into
aboutcode-org:mainfrom
ospoco:fully-qualified-image-names
Closed

Use fully qualified image names in docker-compose files#1640
VanL wants to merge 7 commits into
aboutcode-org:mainfrom
ospoco:fully-qualified-image-names

Conversation

@VanL
Copy link
Copy Markdown

@VanL VanL commented Mar 24, 2025

No description provided.

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

Thanks! @tdruez ping ^ ?

Copy link
Copy Markdown
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.

Comment thread Makefile
@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
Copy Markdown
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
Copy Markdown
Contributor

tdruez commented Apr 25, 2025

@modelmonster could you fix the DCO failure?

tdruez and others added 6 commits May 2, 2025 18:32
…de-org#1376 (aboutcode-org#1636)

Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: Model Monster <van@modelmonster.ai>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: Model Monster <van@modelmonster.ai>
Signed-off-by: tdruez <tdruez@nexb.com>
Signed-off-by: Model Monster <van@modelmonster.ai>
Signed-off-by: Model Monster <van@modelmonster.ai>
…ner naming

Signed-off-by: Model Monster <van@modelmonster.ai>
Signed-off-by: Model Monster <van@modelmonster.ai>
@marcellus-monster marcellus-monster force-pushed the fully-qualified-image-names branch from 6c8592f to 6e74f9f Compare May 2, 2025 23:32
@tdruez
Copy link
Copy Markdown
Contributor

tdruez commented Jul 14, 2025

@VanL Thanks for the PR! Merged in #1745

@tdruez tdruez closed this Jul 14, 2025
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