Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Clement Verna
11babda2b8 Drop Release label in favor of OSBS release_bump plugin.
OSBS can automatically bump the release number, for that
we just need to drop the label from the Dockerfile

See https://pagure.io/ContainerSIG/container-sig/issue/1

Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-20 17:37:05 +02:00
Mohan Boddu
63a45b1627 "Bump RELEASE for automatic rebuild" 2018-07-24 18:51:11 +00:00
Mohan Boddu
dfb0bcf055 "Bump RELEASE for automatic rebuild" 2018-07-23 13:09:38 +00:00
Mohan Boddu
70896d4cf7 "Bump RELEASE for automatic rebuild" 2018-07-09 13:31:37 +00:00
Mohan Boddu
0c0a670e53 "Bump RELEASE for automatic rebuild" 2018-05-30 19:20:17 +00:00
Mohan Boddu
2df33a9820 "Bump RELEASE for automatic rebuild" 2018-05-21 17:56:03 +00:00
Mohan Boddu
b88bd5f9cb "Bump RELEASE for automatic rebuild" 2018-05-21 14:19:07 +00:00
Mohan Boddu
bf88f42c65 "Bump RELEASE for automatic rebuild" 2018-04-20 16:00:49 +00:00
Randy Barlow
f59d83a199 Use the f28 container as a base.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
2018-03-16 10:27:19 -04:00

View file

@ -1,11 +1,10 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:28
MAINTAINER "Randy Barlow" <bowlofeggs@fedoraproject.org>
ENV NAME=docker-distribution VERSION=2.6.2 RELEASE=1 ARCH=x86_64
ENV NAME=docker-distribution VERSION=2.6.2 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