Don't have space in label assignment
Use right base image
This commit is contained in:
parent
6d3fdf2066
commit
87cd773aa6
1 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM registry.fedoraproject.org/fedora:25
|
||||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
LABEL MAINTAINER SoftwareCollections.org <sclorg@redhat.com>
|
||||
|
||||
ENV NAME=mongodb \
|
||||
|
|
@ -6,7 +6,7 @@ ENV NAME=mongodb \
|
|||
RELEASE=1 \
|
||||
ARCH=x86_64
|
||||
|
||||
LABEL com.redhat.component = "$NAME" \
|
||||
LABEL com.redhat.component="$NAME" \
|
||||
name="$FGC/$NAME" \
|
||||
version="$VERSION" \
|
||||
release="$RELEASE.$DISTTAG" \
|
||||
|
|
@ -15,11 +15,11 @@ LABEL com.redhat.component = "$NAME" \
|
|||
help="help.1"
|
||||
|
||||
LABEL io.k8s.description="MongoDB is a scalable, high-performance, open source NoSQL database." \
|
||||
io.k8s.display-name="MongoDB 3.2" \
|
||||
io.k8s.display-name="MongoDB 3.4" \
|
||||
io.openshift.expose-services="27017:mongodb" \
|
||||
io.openshift.tags="database,mongodb"
|
||||
|
||||
ENV MONGODB_VERSION=3.2 \
|
||||
ENV MONGODB_VERSION=3.4 \
|
||||
# Set paths to avoid hard-coding them in scripts.
|
||||
HOME=/var/lib/mongodb \
|
||||
CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/mongodb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue