Compare commits

..

10 commits

Author SHA1 Message Date
Mohan Boddu
d508281d52 "Bump RELEASE for automatic rebuild" 2018-07-17 18:44:39 +00:00
Mohan Boddu
2681aa7f36 "Bump RELEASE for automatic rebuild" 2018-07-17 13:02:17 +00:00
Mohan Boddu
1f0b0481ff "Bump RELEASE for automatic rebuild" 2018-07-06 13:40:16 +00:00
Mohan Boddu
84fe3db66c "Bump RELEASE for automatic rebuild" 2018-05-21 15:52:04 +00:00
Mohan Boddu
17fbdbbed4 "Bump RELEASE for automatic rebuild" 2018-04-20 14:09:44 +00:00
Mohan Boddu
08d51b01eb "Bump RELEASE for automatic rebuild" 2018-03-29 14:10:23 +00:00
Mohan Boddu
29fb93d0bb "Bump RELEASE for automatic rebuild" 2018-03-15 15:29:30 +00:00
Mohan Boddu
1a316a6500 "Bump RELEASE for automatic rebuild" 2018-03-01 18:30:22 +00:00
Mohan Boddu
89ff9fd2ac "Bump RELEASE for automatic rebuild" 2018-03-01 16:59:38 +00:00
Tomas Tomecek
6d0272df47 bump release
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
2018-02-22 14:24:07 +01:00

View file

@ -1,10 +1,11 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:27
LABEL maintainer "Tomas Tomecek \"ttomecek@redhat.com\""
ENV NAME=tools VERSION=0 ARCH=x86_64
ENV NAME=tools VERSION=0 RELEASE=13 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"