FROM fedora:29

COPY ./cdi-apiserver /usr/bin/cdi-apiserver

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