An error occurred while starting the build.Error resolving ImageStreamTag redhat-openjdk18-openshift:latest in namespace openshift: imagestreams.image.openshift.io "redhat-openjdk18-openshift" not found
Out of the box, the IS is not available and needs to be created, which is not in the readme.
I ran this and it worked:
oc import-image redhat-openjdk18-openshift --from=registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift --confirm --all
An error occurred while starting the build.Error resolving ImageStreamTag redhat-openjdk18-openshift:latest in namespace openshift: imagestreams.image.openshift.io "redhat-openjdk18-openshift" not found
Out of the box, the IS is not available and needs to be created, which is not in the readme.
I ran this and it worked:
oc import-image redhat-openjdk18-openshift --from=registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift --confirm --all