-
Notifications
You must be signed in to change notification settings - Fork 26
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 artifact names #103
Fix artifact names #103
Conversation
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
✅ Deploy Preview for kairos-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
hugo.toml
Outdated
exampleImageCoreTag = "leap-15.5-core-amd64-generic-v2.4.1" | ||
exampleImageStandardTag = "leap-15.5-core-amd64-generic-v2.4.1-k3sv1.27.3-k3s1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exampleImageCoreTag = "leap-15.5-core-amd64-generic-v2.4.1" | |
exampleImageStandardTag = "leap-15.5-core-amd64-generic-v2.4.1-k3sv1.27.3-k3s1" | |
exampleImageCoreTag = "leap-15.5-core-amd64-generic-v2.4.1" | |
exampleImageStandardTag = "leap-15.5-standard-amd64-generic-v2.4.1-k3sv1.27.3-k3s1" |
Standard one is incorrect here, but overall, I would prefer not to do this here since it will keep the versions of the examples pinned. I think it would be better to build them using the mechanism we already have with the version.
"{{< registryURL >}}/{{< exampleImage >}}:leap-15.5-core-amd64-generic-{{< kairosVersion >}}"
Or even better, maybe introduce another function which itself does the code above and can be used like so:
"{{< registryURL >}}/{{< exampleStandardImage >}}
maybe even go as far as
{{< exampleStandardImage >}}
Signed-off-by: Mauro Morales <[email protected]>
Signed-off-by: Mauro Morales <[email protected]>
Signed-off-by: Mauro Morales <[email protected]>
Part of: kairos-io/kairos#1978
Fixes kairos-io/kairos#103