-
Task
-
Resolution: Not a Bug
-
Minor
-
3.8.0.GA
-
None
-
False
-
None
-
False
-
n/a
-
Upstream Only
-
-
When trying to use the latest universal developer image with podman running:
podman run -ti --rm \ quay.io/devfile/universal-developer-image:ubi8-latest \ bash
I'm getting:
Error: writing blob: adding layer with blob "sha256:1f4abeef9a2375a4dac1e5133ad687bee86026eefff792f8754fc7680e2588f6": processing tar file(potentially insufficient UIDs or GIDs available in user namespace (requested 0:1000640000 for /usr/local/bin/tkn): Check /etc/subuid and /etc/sub gid if configured locally and run "podman system migrate": lchown /usr/local/bin/tkn: invalid argument): exit status 1
This is due to required root access when installing tekon-cli
The workaround is to use storage.conf and set ignore_chown_errors = "true"
Also if i used a bit older versions like :
quay.io/mloriedo/universal-developer-image:kubedock
quay.io/devfile/universal-developer-image:ubi8-c0b5f15
it works