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
docker-compose pull fails this is an upgrade on a known working system You are currently running version 1.40.3.8555 on the server "plexhost". Version 1.41.0.8992 is now available.
`docker-compose pull
Pulling plex ... download complete
ERROR: for plex failed to register layer: failed to Lchown "/usr/bin/crontab" for UID 0, GID 999 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /usr/bin/crontab: invalid argument
ERROR: failed to register layer: failed to Lchown "/usr/bin/crontab" for UID 0, GID 999 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /usr/bin/crontab: invalid argument`
Expected Behavior
docker-compose pull completes successfully.
Steps To Reproduce
Running in a container (nested virtualization). Docker-compose config below.
My /etc/subgid and /etc/subuid are both plex:100000:65536
Environment
OS is Ubuntu 22.04 (jammy) LTS, kernel is 6.18.12-1-pve
Docker is installed:
Client:
Version: 24.0.7
API version: 1.43
Go version: go1.21.1
Git commit: 24.0.7-0ubuntu2~22.04.1
Built: Wed Mar 13 20:23:54 2024
OS/Arch: linux/amd64
Context: default
Server:
Engine:
Version: 24.0.7
API version: 1.43 (minimum version 1.12)
Go version: go1.21.1
Git commit: 24.0.7-0ubuntu2~22.04.1
Built: Wed Mar 13 20:23:54 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.12
GitCommit:
runc:
Version: 1.1.12-0ubuntu2~22.04.1
GitCommit:
docker-init:
Version: 0.19.0
GitCommit:
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
docker-compose pull fails this is an upgrade on a known working system
You are currently running version 1.40.3.8555 on the server "plexhost". Version 1.41.0.8992 is now available.
`docker-compose pull
Pulling plex ... download complete
ERROR: for plex failed to register layer: failed to Lchown "/usr/bin/crontab" for UID 0, GID 999 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /usr/bin/crontab: invalid argument
ERROR: failed to register layer: failed to Lchown "/usr/bin/crontab" for UID 0, GID 999 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /usr/bin/crontab: invalid argument`
Expected Behavior
docker-compose pull completes successfully.
Steps To Reproduce
Running in a container (nested virtualization). Docker-compose config below.
My /etc/subgid and /etc/subuid are both
plex:100000:65536
Environment
CPU architecture
x86-64
Docker creation
Container logs
I'm skipping this as the version currently running works fine.
The text was updated successfully, but these errors were encountered: