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

make: set missing IMAGE_TAG variable #432

Merged
merged 1 commit into from
Nov 23, 2020
Merged

Conversation

rolinh
Copy link
Member

@rolinh rolinh commented Nov 20, 2020

This variable is used to set the tag for the docker image. It is now set to latest if the version string contains -dev and to the
v${VERSION} otherwise and was previously unassigned leading to always produce latest when building a docker image.

This variable is used to set the tag for the docker image. It is now set
to `latest` if the version string contains `-dev` and to the
`v${VERSION}` otherwise and was previously unassigned leading to always
produce `latest` when building a docker image.

Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
Co-authored-by: Alexandre Perrin <alex@kaworu.ch>
@rolinh rolinh added 🐛 kind/bug This is a bug in the Hubble logic. release-note/misc This PR makes changes that have no direct user impact. needs-backport/0.7 This PR needs backporting to the v0.7 branch. needs-backport/0.6 This PR needs backporting to the v0.6 branch. needs-backport/0.5 This PR needs backporting to the v0.5 branch. labels Nov 20, 2020
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Nov 20, 2020
@rolinh rolinh merged commit 9a7abca into master Nov 23, 2020
@rolinh rolinh deleted the pr/rolinh/fix-missing-image-tag branch November 23, 2020 09:29
@rolinh rolinh added backport-pending/0.7 The backport for Hubble 0.7.x for this PR is in progress. and removed needs-backport/0.7 This PR needs backporting to the v0.7 branch. labels Nov 23, 2020
@rolinh rolinh added backport-pending/0.6 The backport for Hubble 0.6.x for this PR is in progress. backport-done/0.6 The backport for Hubble 0.6.x for this PR is done. backport-done/0.7 The backport for Hubble 0.7.x for this PR is done. and removed needs-backport/0.6 This PR needs backporting to the v0.6 branch. needs-backport/0.5 This PR needs backporting to the v0.5 branch. backport-pending/0.6 The backport for Hubble 0.6.x for this PR is in progress. backport-pending/0.7 The backport for Hubble 0.7.x for this PR is in progress. labels Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-done/0.6 The backport for Hubble 0.6.x for this PR is done. backport-done/0.7 The backport for Hubble 0.7.x for this PR is done. 🐛 kind/bug This is a bug in the Hubble logic. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants