Bug 1386866 - request for fedora 25 beta docker image on docker hub
Summary: request for fedora 25 beta docker image on docker hub
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora Container Images
Classification: Fedora
Component: cockpit
Version: 25
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Adam Miller
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-19 18:01 UTC by Andrew Hsu
Modified: 2016-12-04 21:48 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-04 21:48:37 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1396699 0 unspecified CLOSED Please add fedora:26 tag to docker hub during alpha or beta 2021-02-22 00:41:40 UTC

Internal Links: 1396699

Description Andrew Hsu 2016-10-19 18:01:58 UTC
Description of problem:

Not sure if this is the correct place to raise this issue...I'd like to request a docker image on docker hub for the Fedora 25 beta so that I can build RPMs and do other development stuff in a docker container in preparation for the Fedora 25 GA release on November 15, 2016.

Version-Release number of selected component (if applicable):

Fedora 25 Beta

How reproducible:

Every time, I suppose.

Steps to Reproduce:

$ docker run --rm -i -t --entrypoint=/bin/bash fedora:25-beta

Actual results:

$ docker run --rm -i -t --entrypoint=/bin/bash fedora:25-beta
Unable to find image 'fedora:25-beta' locally
Pulling repository docker.io/library/fedora
docker: Tag 25-beta not found in repository docker.io/library/fedora.
See 'docker run --help'.

Expected results:

$ docker run --rm -i -t --entrypoint=/bin/bash fedora:25-beta
[root@24c641204366 /]#

Additional info:

Perhaps this docker image can be used to upload to docker hub? Perhaps this image can be used? https://getfedora.org/en/cloud/prerelease/docker.html

I've also created a github issue in the repo that needs a PR to create the image: https://github.com/fedora-cloud/docker-brew-fedora/issues/40

Comment 1 Adam Miller 2016-10-24 20:06:10 UTC
Fedora has historically not released anything pre-GA to the Docker Hub (with Rawhide being it's own separate thing that is not treated the same as releases in most regards). Testing images are available via koji and in the future will be available via Fedora's docker registry.

Comment 2 Ralph Giles 2016-11-19 18:17:42 UTC
(In reply to Adam Miller from comment #1)

> Testing images are available via koji and in the
> future will be available via Fedora's docker registry.

Ah, thanks. As near as I can tell this means:

1. Go to http://koji.fedoraproject.org/koji/builds?userID=releng
   (not available over https!)
2. Select a green Fedora-Docker-Base image.
3. Download the .tar.xz image from the build information page
4. docker load -i Fedora-Docker-Base-$ver-$date.$rev.x86_64.tar.xz

You then have a container you can start.

There are similar instructions for the upcoming release on https://getfedora.org/en/cloud/prerelease/docker.html and allow better verification.

Good to know. Having fedora-specific resources is excellent for advanced users, but discoverability is also important, which is what the official docker, etc. registries offer.

Comment 3 Andrew Hsu 2016-12-04 21:48:37 UTC
Closing ticket as WONTFIX since the fedora:25 image was pushed to official docker hub on 2016-11-23: https://hub.docker.com/r/library/fedora/tags/25/


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