# Do not edit! This file was generated via Makefile
FROM registry.svc.ci.openshift.org/openshift/origin-v3.11:base
USER 65532

ADD hellovolume /usr/bin/hellovolume
ENTRYPOINT ["/usr/bin/hellovolume"]
