Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Martin Pitt
923efd20a3 Update for Cockpit 181 2018-11-08 21:49:00 +01:00
Martin Pitt
851196158d Update for Cockpit 176 2018-09-03 11:47:17 +02:00
Clement Verna
2a17e5664c 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>
2018-08-20 17:08:55 +02:00

View file

@ -1,15 +1,14 @@
FROM registry.fedoraproject.org/fedora:29
MAINTAINER "Stef Walter" <stefw@redhat.com>
ENV VERSION=166 RELEASE=1
ENV VERSION=181
LABEL BZComponent="cockpit" \
Name="$FGC/cockpit" \
Version="$VERSION" \
Release="$RELEASE.$DISTTAG" \
Architecture="x86_64"
RUN dnf install -y cockpit-ws cockpit-dashboard && \
RUN dnf install -y cockpit-ws cockpit-dashboard cockpit-bridge && \
mkdir -p /container && ln -s /host/proc/1 /container/target-namespace && \
dnf clean all