bump spec for test build, add sleep for debugging
This commit is contained in:
parent
8d6b83a243
commit
fa89fad94d
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM fedora:24
|
||||
MAINTAINER "Adam Miller" <maxamillion@fedoraproject.org>
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue