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

Unable to pull container with Docker #188

Open
RobFisher opened this issue May 1, 2024 · 1 comment
Open

Unable to pull container with Docker #188

RobFisher opened this issue May 1, 2024 · 1 comment
Labels
bug Something isn't working meta Unrelated to the web app specifically

Comments

@RobFisher
Copy link

I have this error when running the docker command (though I am doing it via Portainer, not directly):

11.6MB/17.63MB 65aa6b7fe101 Extracting [==================================================>] 17.63MB/17.63MB failed to register layer: lsetxattr user.overlay.impure /etc: operation not supported

Reading around, this seems to affect several projects' docker images. It looks to be related to this limitation in recent Docker versions: https://docs.docker.com/engine/release-notes/25.0/#known-limitations

Here is an issue on another project dealing with the same thing, where they are planning to rebuild with updated buildah:
curl/curl-container#55

It's possible that this is caused by the upstream nginx image, in which case perhaps updating that might help.

@PixnBits
Copy link
Contributor

Can you try deploying a sample using just the base image (registry.access.redhat.com/ubi9/nginx-122:1-45)? 🤔
Might be useful to also try the official nginx image registry.hub.docker.com/library/nginx directly, and then (maybe 😅) an image built from this repository but substituting the latter for the former (that is, FROM registry.hub.docker.com/library/nginx https://github.com/meshtastic/web/blob/master/Containerfile#L1) 🤞

@Hunter275 Hunter275 added the bug Something isn't working label Jun 15, 2024
@Hunter275 Hunter275 added the meta Unrelated to the web app specifically label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working meta Unrelated to the web app specifically
Projects
None yet
Development

No branches or pull requests

3 participants