Compare commits

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

4 commits

Author SHA1 Message Date
Mohan Boddu
7e4ada1c95 "Bump RELEASE for automatic rebuild" 2018-03-15 14:38:14 +00:00
Adam Miller
d3c88bdf19 Bump RELEASE for automatic rebuild 2017-11-14 14:16:14 -06:00
Tomas Tomecek
7156633232 don't add help file
use OSBS for that

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
2017-11-06 14:50:41 +01:00
Tomas Tomecek
0cc99fdc5e remove gcc and gdb in favor of perftools image
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
2017-10-11 14:37:31 +02:00
2 changed files with 1 additions and 6 deletions

View file

@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:26 FROM registry.fedoraproject.org/fedora:26
LABEL maintainer "Tomas Tomecek \"ttomecek@redhat.com\"" LABEL maintainer "Tomas Tomecek \"ttomecek@redhat.com\""
ENV NAME=tools VERSION=0 RELEASE=2 ARCH=x86_64 ENV NAME=tools VERSION=0 RELEASE=5 ARCH=x86_64
LABEL com.redhat.component="$NAME" \ LABEL com.redhat.component="$NAME" \
name="$FGC/$NAME" \ name="$FGC/$NAME" \
version="$VERSION" \ version="$VERSION" \
@ -20,8 +20,6 @@ RUN dnf remove -y vim-minimal && dnf install -y \
e2fsprogs \ e2fsprogs \
ethtool \ ethtool \
file \ file \
gcc \
gdb \
git-core \ git-core \
glibc-utils \ glibc-utils \
gomtree \ gomtree \
@ -53,7 +51,4 @@ RUN dnf remove -y vim-minimal && dnf install -y \
xfsprogs \ xfsprogs \
&& dnf clean all && dnf clean all
# FIXME: current go-md2man can't convert tables :<
COPY ./root/ /
CMD ["/usr/bin/bash"] CMD ["/usr/bin/bash"]