Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't pull container. failed to register layer: lsetxattr user.overlay.impure /etc: operation not supported #1609

Open
aquarta opened this issue Apr 29, 2024 · 2 comments

Comments

@aquarta
Copy link

aquarta commented Apr 29, 2024

I tryed to pull the docker image in a brand new gitpod workspace with

$ docker pull quay.io/fiware/orion-ld
Using default tag: latest
latest: Pulling from fiware/orion-ld
ccedeed05e42: Pull complete 
614980cc4ef1: Pull complete 
d82869debe9e: Extracting [==================================================>]  572.8MB/572.8MB
failed to register layer: lsetxattr user.overlay.impure /etc: operation not supported
$ docker --version
Docker version 26.0.1, build d260a54
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"

There is a similar issue for curl image (curl/curl-container#55)

As I understand a rebuild of image is needed due to a new docker policy certain class of errors.
https://docs.docker.com/engine/release-notes/25.0/#extended-attributes-for-tar-files

No issue with podman version 4.9.0 is observed (in local machine)

@kzangeli
Copy link
Collaborator

kzangeli commented May 9, 2024

Not sure this issue has anything to do with Orion-LD ...
However, not an expert on dockerhub.
I've asked a colleague that knows a lot more than me to take a look.

@jicarretero
Copy link
Collaborator

jicarretero commented May 9, 2024

I've been trying to reproduce your problem and I don't have that kind of issues with Orion-ld image neither with curl image. I've used docker 26.1.1 in Ubuntu 22.04 (in LXC container -- there might be problems with containers in containers) and Ubuntu 20.04.

root@ub1:/home/ubuntu# docker -v
Docker version 26.1.1, build 4cf5afa
root@ub1:/home/ubuntu# cat /etc/issue
Ubuntu 22.04.4 LTS \n \l

CAVEAT: We need to solve now another issue about the tag "latest" in Orion-LD, but you can use tags 1.5.1 (last stable) or tag 1.6.0-pre-1596 (the latest unestable)

docker pull quay.io/fiware/orion-ld:1.6.0-pre-1596
docker pull quay.io/fiware/orion-ld:1.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants