Bug 1929060

Summary: fedora-toolbox:f34 still points to Rawhide, even though f34 has already been branched.
Product: [Fedora] Fedora Container Images Reporter: Otto Liljalaakso <otto.liljalaakso>
Component: fedora-toolboxAssignee: Debarshi Ray <debarshir>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 34CC: debarshir, fedoraproject, harrymichal, petersen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-03 10:10:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Otto Liljalaakso 2021-02-16 07:42:35 UTC
Description of problem:

fedora-toolbox:f34 still points to Rawhide, even though f34 has already been branched.

I use toolbox on regular Fedora 33 with fedora-toolbox images. In order to perform some packaging work, I needed a f34 environment. As far as I understand, this should give me that:

    $ toolbox create --container fedora-34 --release f34
    Created container: fedora-34
    Enter with: toolbox enter fedora-34
    $ toolbox enter fedora-34
    ⬢$ 

So a container was created. But I got Rawhide instead of branched f34:

    ⬢$ ls /etc/yum.repos.d/
    fedora-rawhide.repo
    ...

How reproducible:
Always

Steps to Reproduce:
1. toolbox create --container fedora-34 --release f34
2. toolbox enter fedora-34
3. ls /etc/yum.repos.d/

Actual results:
Rawhide repositories listed

Expected results:
Fedora 34 repositories listed

Additional info:

Relevant part of `toolbox list`:

    $ toolbox list
    IMAGE ID      IMAGE NAME                                        CREATED
    7f6c60b1df02  registry.fedoraproject.org/f34/fedora-toolbox:34  4 months ago

    CONTAINER ID  CONTAINER NAME       CREATED         STATUS      IMAGE NAME
    a0455b432613  fedora-34            57 minutes ago  running     registry.fedoraproject.org/f34/fedora-toolbox:34

Checking from registry.fedoraproject.org, f34/fedora-toolbox:34 has been last updated on 2020-10-07 [1]. There is also another image called fedora-toolbox:34, which is much more recent. I do not understand the different, or why I get the older one by default.

It is unclear to me what would be correct way to use Toolbox for Fedora release development and packaging.

[1]: https://registry.fedoraproject.org/repo/f34/fedora-toolbox/tags/
[2]: https://registry.fedoraproject.org/repo/fedora-toolbox/tags/

Comment 1 Debarshi Ray 2021-03-03 10:10:20 UTC

*** This bug has been marked as a duplicate of bug 1932087 ***