Compare commits

..

5 commits

Author SHA1 Message Date
Mohan Boddu
13d92bc6c0 "Bump RELEASE for automatic rebuild" 2018-03-15 14:40:09 +00:00
Adam Miller
c0b2f081d0 Bump RELEASE for automatic rebuild 2017-11-14 14:17:47 -06:00
Adam Miller
942244ca92 Bump RELEASE for automatic rebuild 2017-09-21 14:02:13 -05:00
Adam Miller
b74070b644 Bump RELEASE for automatic rebuild 2017-08-24 16:55:00 -05:00
Adam Miller
7f1b7ba200 Bump RELEASE for automatic rebuild 2017-07-25 16:17:53 -05:00

View file

@ -1,13 +1,14 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:26
MAINTAINER "Randy Barlow" <bowlofeggs@fedoraproject.org>
ENV NAME=docker-distribution VERSION=2.6.2 ARCH=x86_64
ENV NAME=docker-distribution VERSION=2.5.1 RELEASE=6 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
RUN dnf install -y docker-distribution-2.5.1 && dnf clean all
VOLUME ["/var/lib/registry"]
EXPOSE 5000