| |
@@ -15,7 +15,6 @@
|
| |
HOME=/var/lib/mysql \
|
| |
NAME=mariadb \
|
| |
VERSION=10.2 \
|
| |
- RELEASE="16" \
|
| |
ARCH=x86_64 \
|
| |
SUMMARY="MariaDB 10.2 SQL database server" \
|
| |
DESCRIPTION="MariaDB is a multi-user, multi-threaded SQL database server. The container \
|
| |
@@ -32,7 +31,6 @@
|
| |
com.redhat.component="$NAME" \
|
| |
name="$FGC/$NAME" \
|
| |
version="$VERSION" \
|
| |
- release="$RELEASE.$DISTTAG" \
|
| |
architecture="$ARCH" \
|
| |
usage="docker run -d -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DATABASE=db -p 3306:3306 $FGC/$NAME" \
|
| |
maintainer="SoftwareCollections.org <sclorg@redhat.com>"
|
| |
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