Compare commits

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

3 commits

Author SHA1 Message Date
Clement Verna
2b9b88aefa Use the correct tag for f29 base image.
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-20 18:06:15 +02:00
Clement Verna
e5889cd33e 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:38:14 +02:00
Clement Verna
38f7cc6ca0 Use f29 tag for f29 branch
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-20 17:37:42 +02:00

View file

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