Docker image to to build, validate and push Kubernetes Operator Artifacts with Operator Courier.
1.1K
To verify your operator artifacts, run this in the artifacts directory:
docker run -v `pwd`:`pwd` -w `pwd` tufin/operator-courier operator-courier --verbose verify .
Help:
docker run tufin/operator-courier
Running operator-courier in a container can be useful to automate the artifact validation in a CI pipeline which doesn't have Python 3.6 on the host VM/container.
Here's an example in CircleCI: https://github.com/Tufin/orca-operator/blob/master/.circleci/config.yml
Additional info:
Content type
Image
Digest
Size
344.6 MB
Last updated
over 7 years ago
docker pull tufin/operator-courier