Compare commits

..

24 commits

Author SHA1 Message Date
Mohan Boddu
12df5558dd "Bump RELEASE for automatic rebuild" 2018-07-17 18:45:40 +00:00
Mohan Boddu
7c743143bb "Bump RELEASE for automatic rebuild" 2018-07-17 13:03:16 +00:00
Mohan Boddu
6c60d13937 "Bump RELEASE for automatic rebuild" 2018-07-06 13:41:14 +00:00
Mohan Boddu
b5f1f5664f "Bump RELEASE for automatic rebuild" 2018-05-21 15:53:01 +00:00
Mohan Boddu
dd048f3da4 "Bump RELEASE for automatic rebuild" 2018-04-20 14:10:27 +00:00
Mohan Boddu
ff73eb9c91 "Bump RELEASE for automatic rebuild" 2018-03-29 14:11:33 +00:00
Randy Barlow
827b9b92af Correct the from line tag (it's 27, not f27).
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-03-16 10:57:23 -04:00
Randy Barlow
2b102fb701 Use f27 as the base for the container.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-03-16 10:28:23 -04:00
Mohan Boddu
cf2659bb4f "Bump RELEASE for automatic rebuild" 2018-03-15 15:30:35 +00:00
Mohan Boddu
f827e239c7 "Bump RELEASE for automatic rebuild" 2018-03-01 18:31:20 +00:00
Mohan Boddu
cf4edbaf26 "Bump RELEASE for automatic rebuild" 2018-03-01 17:00:43 +00:00
Mohan Boddu
9edca7fce3 "Bump RELEASE for automatic rebuild" 2018-02-16 14:58:16 +00:00
Mohan Boddu
8f3508052a "Bump RELEASE for automatic rebuild" 2018-01-18 23:24:46 +00:00
Mohan Boddu
670a84a375 "Bump RELEASE for automatic rebuild" 2018-01-18 23:18:12 +00:00
Mohan Boddu
b1c0e40622 "Bump RELEASE for automatic rebuild" 2018-01-18 23:04:12 +00:00
Mohan Boddu
2b580f1e04 "Bump RELEASE for automatic rebuild" 2018-01-18 22:35:16 +00:00
Mohan Boddu
4f2a7f454d "Bump RELEASE for automatic rebuild" 2018-01-10 13:21:09 +00:00
Mohan Boddu
e462f444cb "Bump RELEASE for automatic rebuild" 2018-01-10 13:18:24 +00:00
Mohan Boddu
30e3a0ac7d "Bump RELEASE for automatic rebuild" 2018-01-10 00:24:55 +00:00
Mohan Boddu
93fd10e837 "Bump RELEASE for automatic rebuild" 2018-01-10 00:04:59 +00:00
Mohan Boddu
40e34f908b "Bump RELEASE for automatic rebuild" 2018-01-09 22:37:41 +00:00
Patrick Uiterwijk
10940280a1 F27 never had docker-distribution-2.5.1, it's 2.6.2
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-01-09 18:29:02 +01:00
Mohan Boddu
a1f9ebaed6 "Bump RELEASE for automatic rebuild" 2018-01-09 17:06:39 +00:00
Mohan Boddu
7dbc39cfab "Bump RELEASE for automatic rebuild" 2018-01-09 17:00:10 +00:00

View file

@ -1,10 +1,11 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:27
MAINTAINER "Randy Barlow" <bowlofeggs@fedoraproject.org>
ENV NAME=docker-distribution VERSION=2.6.2 ARCH=x86_64
ENV NAME=docker-distribution VERSION=2.6.2 RELEASE=22 ARCH=x86_64
LABEL BZComponent="$NAME" \
Name="$FGC/$NAME" \
Version="$VERSION" \
Release="$RELEASE.$DISTTAG" \
Architecture="$ARCH"
RUN dnf install -y docker-distribution-2.6.2 && dnf clean all