Compare commits

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

2 commits

Author SHA1 Message Date
Tomas Tomecek
c106a7035a bump to :rawhide & * remove "release"
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
2018-08-21 16:34:59 +02:00
Tomas Tomecek
45869ebb41 update from to f28
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
2018-05-15 09:54:49 +02:00

View file

@ -1,11 +1,10 @@
FROM registry.fedoraproject.org/fedora:27
FROM registry.fedoraproject.org/fedora:rawhide
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"