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
a3e6c67270
commit
42dd8579f7
1 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# This image provides a Python 3.5 environment you can use to run your Python
|
# This image provides a Python 3.5 environment you can use to run your Python
|
||||||
# applications.
|
# applications.
|
||||||
FROM registry.fedoraproject.org/f26/s2i-base:latest
|
FROM registry.fedoraproject.org/f29/s2i-base:latest
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
@ -14,7 +14,6 @@ ENV PYTHON_VERSION=3.6 \
|
||||||
|
|
||||||
ENV NAME=python3 \
|
ENV NAME=python3 \
|
||||||
VERSION=0 \
|
VERSION=0 \
|
||||||
RELEASE=1 \
|
|
||||||
ARCH=x86_64
|
ARCH=x86_64
|
||||||
|
|
||||||
ENV SUMMARY="Platform for building and running Python $PYTHON_VERSION applications" \
|
ENV SUMMARY="Platform for building and running Python $PYTHON_VERSION applications" \
|
||||||
|
|
@ -35,7 +34,6 @@ LABEL summary="$SUMMARY" \
|
||||||
com.redhat.component="$NAME" \
|
com.redhat.component="$NAME" \
|
||||||
name="$FGC/$NAME" \
|
name="$FGC/$NAME" \
|
||||||
version="$VERSION" \
|
version="$VERSION" \
|
||||||
release="$RELEASE.$DISTTAG" \
|
|
||||||
architecture="$ARCH" \
|
architecture="$ARCH" \
|
||||||
usage="s2i build file:///your/app 26/python3 your-app" \
|
usage="s2i build file:///your/app 26/python3 your-app" \
|
||||||
maintainer="SoftwareCollections.org <sclorg@redhat.com>"
|
maintainer="SoftwareCollections.org <sclorg@redhat.com>"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue