Created
January 28, 2020 19:09
-
-
Save rthallisey/27c10dd68ea3571650329f7ee57f538c to your computer and use it in GitHub Desktop.
$PROJECT_ROOT/tools/operator-courier/Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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