-
Notifications
You must be signed in to change notification settings - Fork 5
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
Images/Version Tagging for Individual Carvel Tools #2
Comments
there hasnt been any discussion around this topic afaik. current state is driven by existing use cases where multiple tools are used together (ytt + kapp, or kbld + kapp, etc.). would like to hear more about workflows that will benefit from a dedicated image that contains one tools vs just all of them.
what kind of "interface" you are imaging for that? may be in release notes for each time new image is released. |
My original example of
Release notes would be really great as a starting point. I am also wondering if there would be a non verbose way to tag the images for users that makes it simple for users to declare what versions of each tool are used. Which versions to release together and how frequently I think would need to be further refined. |
I have pretty much the same use-case, as I've desribed here before I saw this issue:
We, too, use The image
It's impossible to see which version of kapp-controller is included just by reading the tags. |
Currently, Carvel tools are offered in a single image without much provided into what versions of tools are available in each tag. Additionally, there are not unique images for each tool. When trying to use Carvel tools with a tool like Tekton, which allows users to specify what image(s) to run CI/CD steps in, it can be challenging to figure out how to use specific tools/versions of tools in the process.
I am wondering if there have been discussions about supporting images for individual tools and having tagging that corresponds to tool versions (
k14s/ytt:v0.30.0
). Additionally, it would be helpful to provide more clarity around what versions of individual tools are part of the image that supports all the Carvel tools.The text was updated successfully, but these errors were encountered: