Bug 1929060 - fedora-toolbox:f34 still points to Rawhide, even though f34 has already been branched.
Summary: fedora-toolbox:f34 still points to Rawhide, even though f34 has already been ...
Keywords:
Status: CLOSED DUPLICATE of bug 1932087
Alias: None
Product: Fedora Container Images
Classification: Fedora
Component: fedora-toolbox
Version: 34
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Debarshi Ray
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-16 07:42 UTC by Otto Liljalaakso
Modified: 2021-03-03 10:10 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-03-03 10:10:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.