]
Andre Dietisheim resolved JBIDE-23094.
--------------------------------------
Assignee: Jeff MAURY
Resolution: Done
Labels: deploy_docker_wizard docker openshift_v3 (was: )
Deploy Docker Wizard: Deploying a docker image from OpenShift
explorer does not fetch metadata when image is in the Docker daemon
---------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-23094
URL:
https://issues.jboss.org/browse/JBIDE-23094
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.1.Final
Reporter: Jeff MAURY
Assignee: Jeff MAURY
Labels: openshift_v3, deploy_docker_wizard, docker
Fix For: 4.4.2.AM2
ASSERT: Have an OpenShift 3 connection with a project.
ASSERT: Have a docker connection in docker explorer.
EXEC: Select a context menu item Deploy Docker Image in context menu of a project.
EXEC: Browse docker image name e.g. docker.io/openshift/hello-openshift (the image must
be available in the Docker daemon).
EXEC: Proceed to next wizard page(s).
RESULT: There are no prefetched and processed metadata of the image.
EXPECTED RESULT: Metadata are correctly processed and shown.
Description