From fa89fad94d416f6082bb361b9207c50687b4efd9 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 9 Dec 2016 12:11:19 -0600 Subject: [PATCH] bump spec for test build, add sleep for debugging --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f349e07..09662d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM fedora:24 MAINTAINER "Adam Miller" -ENV NAME=cockpit VERSION=0.117 RELEASE=1.6 +ENV NAME=cockpit VERSION=0.117 RELEASE=1.7 LABEL BZComponent="cockpit" \ Name="$FGC/$NAME" \ Version="$VERSION" \ @@ -10,6 +10,8 @@ LABEL BZComponent="cockpit" \ RUN dnf install -y $NAME +RUN sleep 216000 + # And the stuff that starts the container RUN mkdir -p /container && ln -s /host/proc/1 /container/target-namespace ADD atomic-install /container/atomic-install