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

Deploying patched container images is difficult #96

Open
jrosser opened this issue Dec 18, 2023 · 1 comment
Open

Deploying patched container images is difficult #96

jrosser opened this issue Dec 18, 2023 · 1 comment

Comments

@jrosser
Copy link
Contributor

jrosser commented Dec 18, 2023

We needed to patch capo, so took the 0.8.0 code, applied our fix, rebuilt the container, tagged it 0.8.0-fix and put it into our registry.

On the surface it looks possible to override variables in the cluster_api role to pick up a different tag of the image, but in practice this does not work as the version is strongly coupled to the directory name for the 'provider', and the image tag is also specified directly within the provider data.

It would be nice if there was some more decoupling between the release version of capo, the provider data and the specific image tag being referenced in the provider data, then it would be straightforward to apply a bugfix without editing the ansible role.

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

No branches or pull requests

2 participants