You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 imageregistry.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/nginxhttps://github.com/meshtastic/web/blob/master/Containerfile#L1) 🤞
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.
The text was updated successfully, but these errors were encountered: