Last active
October 18, 2018 12:28
-
-
Save AaronDMarasco-VSI/0a4a22ecd90baca49cae3f682421b603 to your computer and use it in GitHub Desktop.
CentOS 7.1 is a PITA with /etc/redhat-release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ for img in bdobyns/centos4.6_i386 fatherlinux/centos4-base gpmidi/centos-{5.{0..10},6.{0..5}} astj/centos5-vault centos:6.{6,7,8,9,10} centos:7.{0.1406,1.1503,2.1511,3.1611,4.1708,5.1804} fedora:{26,27,28,29,rawhide}; do echo -n "$img: "; docker run --rm ${img} cat /etc/redhat-release; done | |
bdobyns/centos4.6_i386: CentOS release 4.6 (Final) | |
fatherlinux/centos4-base: CentOS release 4.8 (Final) | |
gpmidi/centos-5.0: CentOS release 5 (Final) | |
gpmidi/centos-5.1: CentOS release 5 (Final) | |
gpmidi/centos-5.2: CentOS release 5.2 (Final) | |
gpmidi/centos-5.3: CentOS release 5.3 (Final) | |
gpmidi/centos-5.4: CentOS release 5.4 (Final) | |
gpmidi/centos-5.5: CentOS release 5.5 (Final) | |
gpmidi/centos-5.6: CentOS release 5.6 (Final) | |
gpmidi/centos-5.7: CentOS release 5.7 (Final) | |
gpmidi/centos-5.8: CentOS release 5.8 (Final) | |
gpmidi/centos-5.9: CentOS release 5.9 (Final) | |
gpmidi/centos-5.10: CentOS release 5.10 (Final) | |
gpmidi/centos-6.0: CentOS Linux release 6.0 (Final) | |
gpmidi/centos-6.1: CentOS release 6.1 (Final) | |
gpmidi/centos-6.2: CentOS release 6.2 (Final) | |
gpmidi/centos-6.3: CentOS release 6.3 (Final) | |
gpmidi/centos-6.4: CentOS release 6.4 (Final) | |
gpmidi/centos-6.5: CentOS release 6.5 (Final) | |
astj/centos5-vault: CentOS release 5.11 (Final) | |
centos:6.6: CentOS release 6.6 (Final) | |
centos:6.7: CentOS release 6.7 (Final) | |
centos:6.8: CentOS release 6.8 (Final) | |
centos:6.9: CentOS release 6.9 (Final) | |
centos:6.10: CentOS release 6.10 (Final) | |
centos:7.0.1406: CentOS Linux release 7.0.1406 (Core) | |
centos:7.1.1503: Derived from Red Hat Enterprise Linux 7.1 (Source) | |
centos:7.2.1511: CentOS Linux release 7.2.1511 (Core) | |
centos:7.3.1611: CentOS Linux release 7.3.1611 (Core) | |
centos:7.4.1708: CentOS Linux release 7.4.1708 (Core) | |
centos:7.5.1804: CentOS Linux release 7.5.1804 (Core) | |
fedora:26: Fedora release 26 (Twenty Six) | |
fedora:27: Fedora release 27 (Twenty Seven) | |
fedora:28: Fedora release 28 (Twenty Eight) | |
fedora:29: Fedora release 29 (Twenty Nine) | |
fedora:rawhide: Fedora release 30 (Rawhide) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment