FROM fedora:28

COPY ./cdi-operator /usr/bin/cdi-operator

ENTRYPOINT [ "/usr/bin/cdi-operator", "-alsologtostderr"]
