Skip to content

Conversation

@ldionne
Copy link
Member

@ldionne ldionne commented Oct 30, 2025

Instead of building the image from scratch from the Docker Compose file, use the image that we automatically build and push to ghcr.io.

Instead of building the image from scratch from the Docker Compose
file, use the image that we automatically build and push to ghcr.io.
build:
context: ../
dockerfile: docker/lnt.dockerfile
image: ghcr.io/llvm/llvm-lnt:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I personally don't use docker for local development so am fine if it no longer builds the local image. But did you find a way to parameterise it at all?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I searched for ways to do that and didn't find anything satisfactory, unfortunately. For local development, I think it's fine to just use lnt runserver .

@ldionne ldionne merged commit f89e20a into llvm:main Oct 30, 2025
15 checks passed
@ldionne ldionne deleted the review/docker-compose-pull branch October 30, 2025 18:12
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.

2 participants