#7874 Move fedora-toolbox images to registry.fp.o
Closed: Fixed 5 years ago Opened 5 years ago by rishi.

The following fedora-toolbox images have been in the candidate-registry for a while. It would be nice to have them moved to registry.fedoraproject.org. The builds are:
- Fedora 30: https://koji.fedoraproject.org/koji/buildinfo?buildID=1147805
- Fedora 29: https://koji.fedoraproject.org/koji/buildinfo?buildID=1148038
- Fedora 28: https://koji.fedoraproject.org/koji/buildinfo?buildID=1147923

Having them moved will make it easier to hack on Fedora Silverblue because it will make it easier to have a toolbox environment.


@rishi Can you tell us which tags you are interested in?

I don't know what a tag is in this context. I am afraid I am not very knowledgeable about terms related to containers in Fedora.

I'd like to be to use URLs like these in my Dockerfiles, with buildah, etc.:
- registry.fedoraproject.org/f30/fedora-toolbox:30
- registry.fedoraproject.org/f29/fedora-toolbox:29
- registry.fedoraproject.org/f28/fedora-toolbox:28

... just as I am able to use them right now with candidate-registry.fedoraproject.org. The Koji links that I mentioned are the latest builds of those images.

@rishi you can get the tags by using skopeo like that

skopeo inspect docker://candidate-registry.fedoraproject.org/f28/fedora-toolbox

@mohanboddu let's do
for f28

skopeo copy docker://candidate-registry.fedoraproject.org/f28/fedora-toolbox:latest docker://registry.fedoraproject.org/f28/fedora-toolbox:latest
skopeo copy docker://candidate-registry.fedoraproject.org/f28/fedora-toolbox:28 docker://registry.fedoraproject.org/f28/fedora-toolbox:28

for f29

skopeo copy docker://candidate-registry.fedoraproject.org/f29/fedora-toolbox:latest docker://registry.fedoraproject.org/f29/fedora-toolbox:latest
skopeo copy docker://candidate-registry.fedoraproject.org/f29/fedora-toolbox:29 docker://registry.fedoraproject.org/f29/fedora-toolbox:29

and finally

skopeo copy docker://candidate-registry.fedoraproject.org/f30/fedora-toolbox:latest docker://registry.fedoraproject.org/f30/fedora-toolbox:latest
skopeo copy docker://candidate-registry.fedoraproject.org/f30/fedora-toolbox:30 docker://registry.fedoraproject.org/f30/fedora-toolbox:30

Metadata Update from @mohanboddu:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Thanks @mohanboddu They work as expected.

Login to comment on this ticket.

Metadata