Bug 1094372
| Summary: | Images fedora:rawhide and fedora:20 are the same | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
| Component: | docker-io | Assignee: | Lokesh Mandvekar <lsm5> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | admiller, dwalsh, golang-updates, jkeck, jpazdziora, lsm5, mattdm, mgoldman, s, vbatts |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-02 10:54:16 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
Jan Pazdziora (Red Hat)
2014-05-05 14:19:58 UTC
I see the same behaviour (b7de3133ff98 used for both Fedora 20 and rawhide) on rawhide as well but that is expected: # rpm -q docker-io docker-io-0.10.0-4.fc21.x86_64 whoops ... let me fix that ..apologies hmm, not quite sure what's up here, this: https://github.com/lsm5/docker-brew-fedora/blob/rawhide/container-rawhide-medium.ks seems to use the rawhide repo, ..i'll look further. i just updated the image lsm5/fedora:rawhide, could you try it and let me know how it looks? i'll have default fedora updated if all's well It looks much more like rawhide, thank you: # docker run -ti lsm5/fedora:rawhide /bin/bash Unable to find image 'lsm5/fedora:rawhide' locally Pulling repository lsm5/fedora 02ee2941d7b5: Download complete bash-4.3# cat /etc/fedora-release Fedora release 21 (Rawhide) bash-4.3# rpm -q bash bash-4.3.11-1.fc21.x86_64 bash-4.3# cool ..i'll send the docker guys an update ..it should land in the official image soon (In reply to Lokesh Mandvekar from comment #6) > cool ..i'll send the docker guys an update ..it should land in the official > image soon correction, *semi*-official image :) Something got updated (see 5cc9e91966f7 vs the original b7de3133ff98) but it's still not rawhide: # date Tue May 13 10:38:26 EDT 2014 # docker run fedora:rawhide cat /etc/fedora-release Unable to find image 'fedora:rawhide' locally Pulling repository fedora 5cc9e91966f7: Download complete 511136ea3c5a: Download complete ef52fb1fe610: Download complete Fedora release 20 (Heisenbug) # (In reply to Jan Pazdziora from comment #9) > Something got updated (see 5cc9e91966f7 vs the original b7de3133ff98) but > it's still not rawhide: > > # date > Tue May 13 10:38:26 EDT 2014 > # docker run fedora:rawhide cat /etc/fedora-release > Unable to find image 'fedora:rawhide' locally > Pulling repository fedora > 5cc9e91966f7: Download complete > 511136ea3c5a: Download complete > ef52fb1fe610: Download complete > Fedora release 20 (Heisenbug) > # Any chance of getting this fixed? I still get the same result as of today. (In reply to Jan Pazdziora from comment #10) > Any chance of getting this fixed? I still get the same result as of today. Could you try lsm5/fedora:rawhide and let me know what you see in there? It's likely something I need to sort out with docker folks The lsm5/fedora:rawhide works: # date Tue May 27 07:45:39 EDT 2014 # docker run -ti lsm5/fedora:rawhide cat /etc/fedora-release Unable to find image 'lsm5/fedora:rawhide' locally Pulling repository lsm5/fedora 02ee2941d7b5: Download complete Fedora release 21 (Rawhide) fedora:rawhide has been fixed. $ docker run -i -t fedora:rawhide cat /etc/fedora-release Fedora release 21 (Rawhide) I'm sorry but on a fresh Fedora 20 installation, with docker-io-0.11.1-3.fc20.x86_64 freshly installed and started, I get # docker run -i -t fedora:rawhide cat /etc/fedora-release Unable to find image 'fedora:rawhide' locally Pulling repository fedora 0242f083b5d6: Download complete 511136ea3c5a: Download complete db0d8ad810e6: Download complete Fedora release 20 (Heisenbug) # Today, things look much better: # docker run -i -t fedora:rawhide cat /etc/fedora-release Unable to find image 'fedora:rawhide' locally Pulling repository fedora 7a269f6b492c: Download complete 511136ea3c5a: Download complete 8c982ec5ea99: Download complete Fedora release 21 (Rawhide) # rpm -q docker-io docker-io-0.11.1-1.fc20.x86_64 # date Mon Jun 2 06:53:38 EDT 2014 # |