Compare commits

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

12 commits

Author SHA1 Message Date
Adam Miller
38d9d4ad63 bump spec for test build, 2016-12-09 12:42:08 -06:00
Adam Miller
fa89fad94d bump spec for test build, add sleep for debugging 2016-12-09 12:11:19 -06:00
Adam Miller
8d6b83a243 bump spec for test build 2016-12-09 11:55:42 -06:00
Adam Miller
a693bb794f add FGC (Fedora Generational Core) and DISTTAG, bump release for test build
Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2016-12-08 12:30:10 -06:00
Adam Miller
c065150e81 bump spec for test build 2016-10-26 14:45:24 -05:00
Adam Miller
fe543a6bf1 bump release for test build 2016-10-25 09:43:36 -05:00
Adam Miller
425cd6a09c bump release for test build 2016-10-20 10:55:56 -05:00
Adam Miller
4e57fac32d bump Release for testing 2016-10-17 13:15:26 -05:00
Cockpit Project
3a98e45b25 Add package name suffix
When supplying version and release of the cockpit-ws package to dnf,
it can't find the right package without also stating the suffix,
e.g. '.fc24'.
2016-09-29 21:37:02 +00:00
Cockpit Project
99b1e11ca1 Bump version and rebuild 2016-09-26 19:44:58 +00:00
Cockpit Project
04f548129d Bump version and rebuild 2016-09-26 19:37:35 +00:00
Cockpit Project
efe3d66269 Ensure correct version of cockpit-ws is installed 2016-09-26 19:37:02 +00:00

View file

@ -1,14 +1,14 @@
FROM registry.fedoraproject.org/fedora:24 FROM fedora:24
MAINTAINER "Adam Miller" <maxamillion@fedoraproject.org> MAINTAINER "Adam Miller" <maxamillion@fedoraproject.org>
ENV VERSION=0.95 RELEASE=0.7 ENV NAME=cockpit VERSION=0.117 RELEASE=1.8
LABEL BZComponent="cockpit" \ LABEL BZComponent="cockpit" \
Name="fedora/cockpit" \ Name="$FGC/$NAME" \
Version="$VERSION" \ Version="$VERSION" \
Release="$RELEASE" \ Release="$RELEASE.$DISTTAG" \
Architecture="x86_64" Architecture="x86_64"
RUN dnf install -y cockpit-ws RUN dnf install -y $NAME
# And the stuff that starts the container # And the stuff that starts the container
RUN mkdir -p /container && ln -s /host/proc/1 /container/target-namespace RUN mkdir -p /container && ln -s /host/proc/1 /container/target-namespace