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: Bhavin Gandhi <bhavin7392@gmail.com>
This commit is contained in:
parent
6705d4ec86
commit
4001eb2fb7
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
||||
|
||||
ENV NAME=kubernetes-node VERSION=1.7.1 RELEASE=0 ARCH=x86_64
|
||||
ENV NAME=kubernetes-node VERSION=1.7.1 ARCH=x86_64
|
||||
LABEL BZComponent="$NAME" \
|
||||
name="$FGC/$NAME" \
|
||||
version="$VERSION" \
|
||||
release="$RELEASE.$DISTTAG" \
|
||||
architecture="$ARCH"
|
||||
|
||||
RUN dnf -y update && dnf clean all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue