Skip to content

Instantly share code, notes, and snippets.

@rthallisey
Created January 28, 2020 19:09
Show Gist options
  • Save rthallisey/27c10dd68ea3571650329f7ee57f538c to your computer and use it in GitHub Desktop.
Save rthallisey/27c10dd68ea3571650329f7ee57f538c to your computer and use it in GitHub Desktop.
$PROJECT_ROOT/tools/operator-courier/Dockerfile
FROM registry.access.redhat.com/ubi8/python-36
RUN pip3 install operator-courier
COPY deploy/olm-catalog/$APP_NAME-operator /manifests
RUN operator-courier verify --ui_validate_io /manifests
ENTRYPOINT ["operator-courier"]
CMD ["--help"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment