Hello,
I want to build a coreos oci image from a repository with github actions. The problem is that the actions pull the [repo]:37 tag, which quay.io/cgwalters/fcos doesn’t have. Is there a container repo which has it? Thanks
2 Likes
I think what you’re asking for is covered by the discussion in Create container repo tags for each FCOS release · Issue #1367 · coreos/fedora-coreos-tracker · GitHub
Is that correct?
1 Like
Or maybe you just want to know what registry/repo the Fedora CoreOS images are hosted in. In that case it’s quay.io/fedora/fedora-coreos
link.
The github issue is what I was looking for, thanks!