-
Notifications
You must be signed in to change notification settings - Fork 24
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
wifi: New example #14
Conversation
Support for wireless on FCOS has come up several times, and is one of the notable differences with current Fedora IoT. It also highlights a gap in our support for secret management.
Hi, it is not clear to me how to apply this on a bare metal installation media. |
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.
lgtm
Once you have the container built you can rebase your installation using these steps: https://coreos.github.io/rpm-ostree/layering/ feel free to reach out if you have any additional questions. |
I don't get the idea. What is the point in rebasing to a container image instead of just running |
While currently we don't have a mechanism to directly install your generated container on bare-metal that is something that we plan on doing in the future see coreos/fedora-coreos-tracker#1151 The current approach is something that enables an easy way to manage the host OS software at scale. For example If you have hundreds of nodes you need to be based on the exact OS level + packages you can now just rebase all of those hosts on your image using rpm-ostree without worrying if any software is different on them. Also your Dockerfile in git for can help you define packages and config in a way that you can easily track and audit. |
|
@romfreiman I wonder if it's a podman/environment version issue somehow... I tested by running
and
both build as expected. My podman version is:
In any case, if the issue persists for you please include as much information about your environment and open an issue. It's easy (at least for me) to miss comments closed PRs. |
Support for wireless on FCOS has come up several times, and is
one of the notable differences with current Fedora IoT. It also
highlights a gap in our support for secret management.