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

Fix the build by locking versions during the container build #871

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

ctron
Copy link
Contributor

@ctron ctron commented Nov 18, 2022

This adds the lock file to the build container, to use the expected versions and not let the build process select newer ones.

I believe this is ok, as the container build already selects a fixed build and runtime container tag. So the content of the container should be much more predictable.

This also adds full container names instead of shortnames.

Closes: #870

This adds the lock file to the build container, to use the expected versions and
not let the build process select newer ones.

I believe this is ok, as the container build already selects a fixed build and runtime
container tag. So the content of the container should be much more predictable.

This also adds full container names instead of shortnames.

Closes: eclipse-thingweb#870
Copy link
Member

@relu91 relu91 left a comment

Choose a reason for hiding this comment

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

Seems it was an oversight to put the lock file in .dockerignore, LGTM, ready to go 👍🏻

@danielpeintner danielpeintner merged commit 557adb6 into eclipse-thingweb:master Nov 22, 2022
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.

Docker build fails
3 participants