-
Task
-
Resolution: Done
-
Major
-
3.9.0.GA
-
None
-
False
-
-
False
-
-
*WARNING: This test is for when https://github.com/redhat-developer/devspaces-images/pull/489 is merged*
We need to verify that, when starting a workspace from https://github.com/l0rd/dockerfile-hello-world (notice that there is no devfile so the default UDI will be used) then, after opening the terminal, the following commands should succeed:
# Enable Kubedock
KUBEDOCK_ENABLED="true"
/entrypoint.sh
export USER=$(oc whoami)
export TKN=$(oc whoami -t)
export REG="image-registry.openshift-image-registry.svc:5000"
export PROJECT=$(oc project -q)
export IMG="${REG}/${PROJECT}/hello"
$ podman login --tls-verify=false --username ${USER} --password ${TKN} ${REG}
Login Succeeded!
$ podman build -t ${IMG} .
(...)
$ podman push --tls-verify=false ${IMG}
(...)
$ podman run --rm ${IMG}
Hello from Kubedock!
(...)
- account is impacted by
-
CRW-4863 [udi] Permission denied when trying to create container within a workspace with kubedock and podman
-
- Closed
-