-
Notifications
You must be signed in to change notification settings - Fork 9
Fix image build by locking Ansible version #40
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
Conversation
Signed-off-by: balajikumaran-c-s <balajikumaran.cs@dellteam.com>
d2dde21 to
b7b9816
Compare
|
Looks like this is the same error as documented here and is fixed by this commit. Can you see if that change works for you? |
|
@synackd Pulled the change and verified. It is working for me. Could you please let me know by when the related PR will be merged? |
It's almost there. Will work with @travisbcotton to get it done this week. |
Will there be two different container for x86 and aarch64? Image which is present in github registry is only for x86. |
|
In the context of the linked PR, there will only be x86_64 since that is currently what the image-builder supports. A separate PR will be required to add aarch64 support. |
|
@synackd @alexlovelltroy We need image builder with aarch64 to support for ARM node. can we know when can we get this container?? |
|
@synackd @alexlovelltroy we tried to build image with container available here ghcr.io/openchami/image-build:v0.1.2 but we faced issues to build images But we did not face any issue when we tried with container which built using following steps on ARM node Can you please help to update container for ARM? |
|
@priti-parate Please file an issue with the problem details so we don't keep necro-bumping this closed PR. |
The requirements.txt file in the repo was pulling the latest Ansible version, which caused errors during the image-building process. I have fixed this by specifying a particular Ansible version.