-
Notifications
You must be signed in to change notification settings - Fork 21
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
Examples should have an option to pull AMD64 or ARM64 / default to host #1154
Comments
Shouldn't we default to always pull the native platform? One thing less to worry about as a user and less things to maintain. |
Yup! Should default to host system architecture first but also have option to pull other arch's (for ex. building amd64 images on mac) |
cdrage
added a commit
to cdrage/podman-desktop-extension-bootc
that referenced
this issue
Jan 16, 2025
### What does this PR do? * Adds the ability to choose what initial arm64 or amd64 image example you want * Defaults to native architecture when initially loading * Pulls the architecture correctly ### Screenshot / video of UI <!-- If this PR is changing UI, please include screenshots or screencasts showing the difference --> ### What issues does this PR fix or reference? <!-- Include any related issues from Podman Desktop repository (or from another issue tracker). --> Closes podman-desktop#1154 ### How to test this PR? <!-- Please explain steps to reproduce --> 1. Go to examples page 2. Select from the drop down the arch you want 3. Pull the image & build
cdrage
added a commit
to cdrage/podman-desktop-extension-bootc
that referenced
this issue
Jan 16, 2025
### What does this PR do? * Adds the ability to choose what initial arm64 or amd64 image example you want * Defaults to native architecture when initially loading * Pulls the architecture correctly ### Screenshot / video of UI <!-- If this PR is changing UI, please include screenshots or screencasts showing the difference --> ### What issues does this PR fix or reference? <!-- Include any related issues from Podman Desktop repository (or from another issue tracker). --> Closes podman-desktop#1154 ### How to test this PR? <!-- Please explain steps to reproduce --> 1. Go to examples page 2. Select from the drop down the arch you want 3. Pull the image & build Signed-off-by: Charlie Drage <[email protected]>
cdrage
added a commit
to cdrage/podman-desktop-extension-bootc
that referenced
this issue
Jan 16, 2025
### What does this PR do? * Adds the ability to choose what initial arm64 or amd64 image example you want * Defaults to native architecture when initially loading * Pulls the architecture correctly ### Screenshot / video of UI <!-- If this PR is changing UI, please include screenshots or screencasts showing the difference --> ### What issues does this PR fix or reference? <!-- Include any related issues from Podman Desktop repository (or from another issue tracker). --> Closes podman-desktop#1154 ### How to test this PR? <!-- Please explain steps to reproduce --> 1. Go to examples page 2. Select from the drop down the arch you want 3. Pull the image & build Signed-off-by: Charlie Drage <[email protected]>
cdrage
added a commit
to cdrage/podman-desktop-extension-bootc
that referenced
this issue
Jan 22, 2025
### What does this PR do? * Adds the ability to choose what initial arm64 or amd64 image example you want * Defaults to native architecture when initially loading * Pulls the architecture correctly ### Screenshot / video of UI <!-- If this PR is changing UI, please include screenshots or screencasts showing the difference --> ### What issues does this PR fix or reference? <!-- Include any related issues from Podman Desktop repository (or from another issue tracker). --> Closes podman-desktop#1154 ### How to test this PR? <!-- Please explain steps to reproduce --> 1. Go to examples page 2. Select from the drop down the arch you want 3. Pull the image & build Signed-off-by: Charlie Drage <[email protected]>
cdrage
added a commit
that referenced
this issue
Jan 23, 2025
* feat: Adds option to pull arm64/amd64 examples ### What does this PR do? * Adds the ability to choose what initial arm64 or amd64 image example you want * Defaults to native architecture when initially loading * Pulls the architecture correctly ### Screenshot / video of UI <!-- If this PR is changing UI, please include screenshots or screencasts showing the difference --> ### What issues does this PR fix or reference? <!-- Include any related issues from Podman Desktop repository (or from another issue tracker). --> Closes #1154 ### How to test this PR? <!-- Please explain steps to reproduce --> 1. Go to examples page 2. Select from the drop down the arch you want 3. Pull the image & build Signed-off-by: Charlie Drage <[email protected]> * chore: update based on review Signed-off-by: Charlie Drage <[email protected]> * chore: update to use getArch Signed-off-by: Charlie Drage <[email protected]> --------- Signed-off-by: Charlie Drage <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your enhancement related to a problem? Please describe
When pulling or using the examples, we should be able to select if we want to pull either AMD64 or ARM64.
This is because if you are running the examples on mac m1, it is much faster using the arm examples, and vice versa for amd64 architecture.
We can now pull as per architecture in the Podman Desktop API, so this is now possible within bootc.
Describe the solution you'd like
Be able to select pulling amd64 or arm64 examples.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: