]
Andre Dietisheim updated JBIDE-22767:
-------------------------------------
Fix Version/s: 4.4.2.AM1
(was: 4.4.1.Final)
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
Fix For: 4.4.2.AM1
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.
Consequences of this issue are no pods created once the deploy image to OpenShift is
finished. User has to manually trigger Deploy Latest from context menu of a deployment
configuration to spin up an application pod.