Bootstrap FreeKB - OpenShift - Pull image from a registry using the podman pull command
OpenShift - Pull image from a registry using the podman pull command

Updated:   |  OpenShift articles

An image contains the code used to create a deployment. Then, a deployment can be created from an image, which should then create a replica set (which is the number of pods that should be created), and then the pods should be created.

The podman pull command can be used to pull an image from a registry. In this example, the hello-openshift image is pulled from registry.redhat.io.

AVOID TROUBLE

If "cannot clone: Invalid argument" is returned and you are not using sudo, try including sudo.

~]$ sudo podman pull registry.redhat.io/openshift4/ose-hello-openshift-rhel8:v4.7.0-202205312157.p0.g7706ed4.assembly.stream
Trying to pull registry.redhat.io/openshift4/ose-hello-openshift-rhel8:v4.7.0-202205312157.p0.g7706ed4.assembly.stream...
Getting image source signatures
Copying blob fd464176d200 done
Copying blob 818c647e4aa5 done
Copying blob cadc28304651 done
Copying blob bd80971c62b7 done
Copying blob f07762ea04d5 done
Copying config ec2022754d done
Writing manifest to image destination
Storing signatures
ec2022754d36012aa12de585ea09010057c28a1dc77035b3bd93e01fa81d5401

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter d7c8f4 in the box below so that we can be sure you are a human.