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

Docker publishing updates #1471

Merged
merged 1 commit into from
Apr 17, 2020
Merged

Docker publishing updates #1471

merged 1 commit into from
Apr 17, 2020

Conversation

kensipe
Copy link
Member

@kensipe kensipe commented Apr 16, 2020

Better solution to #1468
The solution here is to always push the release tag (even if it is an RC release) but to only bump the :latest tag for full releases.

Signed-off-by: Ken Sipe kensipe@gmail.com

Fixes #1466

Signed-off-by: Ken Sipe <kensipe@gmail.com>
Copy link
Member

@nfnt nfnt left a comment

Choose a reason for hiding this comment

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

Awesome, that's a great approach!

@kensipe kensipe merged commit 1009a83 into master Apr 17, 2020
@kensipe kensipe deleted the ken/docker-release branch April 17, 2020 13:35
binaries:
- manager
image_templates:
- "kudobuilder/controller:latest"
Copy link
Member

Choose a reason for hiding this comment

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

Is there anything that uses :latest? (AFAICT even if someone manually specifies --version=latest it won't work because we prefix the value with letter v:

Image: fmt.Sprintf("kudobuilder/controller:v%v", v),

Why not just get rid of the :latest altogether?

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.

Bad experience installing KUDO
3 participants