Hi Zed,
Thanks much for the clarification. I was thinking (and am looking for) a
"Fedora-minimal" type of image for spinning out low resource, edge deployed
containers. I'll also have a check of the resources, best,
Hans
On Tue, Aug 13, 2024 at 5:21 PM Zed Spencer-Milnes <zed(a)ziax.com> wrote:
> Hi Hans,
>
> My understanding is that it's not particularly within the scope of Fedora
> CoreOS to produce a base docker image. Fedora itself does provide base
> images, and you can match this to the same version of Fedora that CoreOS is
> based on. The purpose of Fedora CoreOS is to be the runtime OS for
> container-based workloads.
>
> The official Fedora images can be found here:
> https://hub.docker.com/_/fedora/
> The relevant repo is here
> <https://github.com/fedora-cloud/docker-brew-fedora>.
>
> I'm not sure what you are trying to do, if it's just building an
> application image you can discard this bit, but you may be thinking about
> the bootc <https://github.com/containers/bootc> project which is the new
> "boot a Container file" project that is in R&D... it may sound similar to
> what FCOS is doing but is seperate... more information on the distinction
> is here <https://docs.fedoraproject.org/en-US/bootc/fedora-coreos/>.
>
> Best regards,
>
> *Zed Spencer-Milnes*
> ziax.com
>
>
> On Tue, 13 Aug 2024 at 10:45, Hans Zaunere <hans(a)zaunere.com> wrote:
>
>> Hello all,
>>
>> I'm likely missing something, but I'm thinking that CoreOS isn't
>> available from the Docker Hub? I've reviewed
>> https://fedoraproject.org/coreos/download?stream=stable#arches and it
>> looks like I can I download the vhdx, but can't figure how this can be
>> managed through the typical FROM coreos:latest method in Dockerfiles.
>>
>> Thanks all,
>>
>> Hans
>> --
>> _______________________________________________
>> CoreOS mailing list -- coreos(a)lists.fedoraproject.org
>> To unsubscribe send an email to coreos-leave(a)lists.fedoraproject.org
>> Fedora Code of Conduct:
>> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
>> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
>> List Archives:
>> https://lists.fedoraproject.org/archives/list/coreos@lists.fedoraproject.org
>> Do not reply to spam, report it:
>> https://pagure.io/fedora-infrastructure/new_issue
>>
>
Hello all,
I'm likely missing something, but I'm thinking that CoreOS isn't available from the Docker Hub? I've reviewed https://fedoraproject.org/coreos/download?stream=stable#arches and it looks like I can I download the vhdx, but can't figure how this can be managed through the typical FROM coreos:latest method in Dockerfiles.
Thanks all,
Hans