blob: 9ec5611ebaa31e1bcb0c718d5f736b7a83eb1ac6 [file] [log] [blame]
FROM registry.access.redhat.com/ubi8/ubi-minimal
RUN mkdir -p /opt/camel-k
COPY target/camel-k-runtime-example-quarkus-knative-runner /opt/camel-k/runner
RUN chmod u+x /opt/camel-k/runner
ENTRYPOINT [ "/opt/camel-k/runner" ]