From 60424af5e19031c62e3bf36d397bd927ec4276b0 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Tue, 21 Aug 2018 09:06:25 +0200 Subject: [PATCH] bump to F29 & remove "release" Signed-off-by: Tomas Tomecek --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ee48a8f..a46abd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ -FROM registry.fedoraproject.org/fedora:28 +FROM registry.fedoraproject.org/fedora:29 LABEL maintainer "Tomas Tomecek \"ttomecek@redhat.com\"" -ENV NAME=tools VERSION=0 RELEASE=3 ARCH=x86_64 +ENV NAME=tools VERSION=0 ARCH=x86_64 LABEL com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ - release="$RELEASE.$DISTTAG" \ architecture="$ARCH" \ run="docker run -it --name NAME --privileged --ipc=host --net=host --pid=host -e HOST=/host -e NAME=NAME -e IMAGE=IMAGE -v /run:/run -v /var/log:/var/log -v /etc/machine-id:/etc/machine-id -v /etc/localtime:/etc/localtime -v /:/host IMAGE" \ summary="container with all the management tools you miss in Atomic Host"