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>
This commit is contained in:
parent
38f7cc6ca0
commit
e5889cd33e
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
FROM registry.fedoraproject.org/fedora:f29
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue