fabiojose
6/26/2017 - 2:59 PM

get image

get image

# go template
## get image from dc
oc get dc/dashboard \
   -o template \
   --template='{{(index .spec.template.spec.containers 0).image}}'

## get imagem from pod
oc get pod dashboard-5-ikntx \
   -o template \
   --template='{{(index .spec.containers 0).image}}'