Difference between --image and ~ in new-app command

Posted on

Hi,
I need a clarification on differences using

oc new-app --name myapp --image registry.ocp4.example.com:8443/ubi9/httpd-24
https://git.ocp4.example.com/developer/DO288-apps

and this one

oc new-app --name myapp \
registry.ocp4.example.com:8443/ubi9/httpd-24~https://git.ocp4.example.com/developer/DO288-apps

Thank you

regards

Responses