You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for opening this! In general this flow would break the contract between how Skaffold works with Builders: skaffold creates a tag based on the tagpolicy for each of the artifacts and asks the builders (e.g. jib) to build an image and tag it/push it under that tag. Maybe we could think about a command based tagPolicy? If there is enough interest we can think more about this. For now I don't think we'd go down this path.
What I could recommend doing in a single-artifact project to run a command to extract the version and set it as an env var and then you can use it in envTemplate tagpolicy similar to this comment: #1937 (comment)
Allow using pom.xml as the version for the Docker Image tag. Maybe Jib can provide this?
For example:
The Jib equivalent would be
The text was updated successfully, but these errors were encountered: