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
ea79d3a69f
commit
39372cfa57
1 changed files with 1 additions and 2 deletions
|
|
@ -3,11 +3,10 @@ MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
|||
|
||||
ENV container=docker
|
||||
|
||||
ENV NAME=kubernetes-proxy VERSION=0 RELEASE=0 ARCH=x86_64
|
||||
ENV NAME=kubernetes-proxy VERSION=0 ARCH=x86_64
|
||||
LABEL BZComponent="$NAME" \
|
||||
name="$FGC/$NAME" \
|
||||
version="$VERSION" \
|
||||
release="$RELEASE.$DISTTAG" \
|
||||
architecture="$ARCH" \
|
||||
atomic.type='system'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue