Compare commits

..

2 commits

Author SHA1 Message Date
Bhavin Gandhi
1c35a2501b 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>
2018-08-21 23:18:40 +05:30
Jason Brooks
51b38c0262 fix uid/gid, bind mount /var/run/kubernetes 2017-11-28 12:49:30 -08:00

View file

@ -1,19 +1,18 @@
FROM registry.fedoraproject.org/f27/kubernetes-master:latest
FROM registry.fedoraproject.org/kubernetes-master:rawhide
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
ENV container=docker
ENV NAME=kubernetes-apiserver VERSION=0 RELEASE=14 ARCH=x86_64
ENV NAME=kubernetes-apiserver VERSION=0 ARCH=x86_64
LABEL BZComponent="$NAME" \
name="$FGC/$NAME" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \
atomic.type='system'
COPY launch.sh /usr/bin/kube-apiserver-docker.sh
RUN chmod +x /usr/bin/kube-apiserver*
RUN chmod +x /usr/bin/kube-apiserver
LABEL RUN /usr/bin/docker/ run -d --net=host -p 443:443