FROM registry.fedoraproject.org/fedora:27 MAINTAINER "Jason Brooks" ENV NAME=kubernetes-node VERSION=0 RELEASE=2 ARCH=x86_64 LABEL BZComponent="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ release="$RELEASE.$DISTTAG" \ architecture="$ARCH" RUN dnf -y update && dnf clean all RUN dnf install -y kubernetes-node findutils && dnf clean all