]
Marián Labuda updated JBIDE-22767:
----------------------------------
Labels: docker openshift_v3 (was: )
Deploy Docker Wizard: Create image stream contains wrong tags in some
cases
---------------------------------------------------------------------------
Key: JBIDE-22767
URL:
https://issues.jboss.org/browse/JBIDE-22767
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.1.AM2
Reporter: Marián Labuda
Labels: docker, openshift_v3
In Deploy Image to OpenShift wizard when I am trying to deploy image
docker.io/openshift/hello-openshift:v1.2.1, the image stream created contains some weird
tags. If I deploy this image via oc binary then a created image stream contains correct
tag v1.2.1, but from tooling it contains more tags and none of them is the desired one
(there are 0.4, 0.5, latest...).
Some behaviour is also common for normal usage. When deploying a image with tag latest,
there are also defined other tags. OC binary creates IS only with the one tag, the one
which was passed as "partial" argument when deploying an image.