oc new-app --name=mysql debezium/example-mysql:1.2 -e MYSQL_ROOT_PASSWORD=debezium -e MYSQL_USER=mysqluser -e MYSQL_PASSWORD=mysqlpw -l name=mysql-debug
W0201 03:09:29.852261 4027182 dockerimagelookup.go:237] container image registry lookup failed: docker.io/debezium/example-mysql:1.0: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https:error: local file access failed with: stat debezium/example-mysql:1.0: no such file or directory
error: unable to locate any images in image streams, templates loaded in accessible projects, template files, local docker images with name "debezium/example-mysql:1.0"
Argument 'debezium/example-mysql:1.0' was classified as an image, image~source, or loaded template reference.
The 'oc new-app' command will match arguments to the following types:
1. Images tagged into image streams in the current project or the 'openshift' project
- if you don't specify a tag, we'll add ':latest'
2. Images in the Docker Hub, on remote registries, or on the local Docker engine
3. Templates in the current project or the 'openshift' project
4. Git repository URLs or local paths that point to Git repositories
--allow-missing-images can be used to point to an image that does not exist yet.
See 'oc new-app -h' for examples.