# Please edit the object below. Lines beginning with a '#' will be ignored, # and an empty file will abort the edit. If an error occurs while saving this file will be # reopened with the relevant failures. # apiVersion:config.openshift.io/v1 kind:Image ... spec: additionalTrustedCA: name:registry-config
--image registry.ocp4.example.com:8443/redhattraining/hello-world-nginx:v1.0 --> Found container image 44eaa13 (4 years old) from registry.ocp4.example.com:8443 for"registry.ocp4.example.com:8443/redhattraining/hello-world-nginx:v1.0"
Red Hat Universal Base Image 8 ------------------------------ The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
Tags: base rhel8
* An image stream tag will be created as "hello:v1.0" that will track this image
--> Creating resources ... imagestream.image.openshift.io "hello" created deployment.apps "hello" created service "hello" created --> Success WARNING: No container image registry has been configured with the server. Automatic builds and deployments may not function. Application is not exposed. You can expose services to the outside world by executing one or more of the commands below: 'oc expose service/hello' Run 'oc status' to view your app.