Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-4833

Can't use universal-developer-image latest with podman

XMLWordPrintable

    • 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

            nickboldt Nick Boldt
            ehugonne1@redhat.com Emmanuel Hugonnet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: