docker pull fails
- Platform: Debian 12, Docker v25.0.3
Expected Behavior
The image should be able to be pulled without a problem.
Current Behavior
When running docker pull wangqiru/mercury-parser-api the pull fails with the following error:
failed to register layer: failed to Lchown "/app/node_modules/content-type/HISTORY.md" for UID 1516583083, GID 0 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /app/node_modules/content-type/HISTORY.md: invalid argument
Rebuilding the image locally works. So I would suggest a simple rebuild and push to Docker Hub could fix this problem.
same problem here
# docker pull wangqiru/mercury-parser-api:latest latest: Pulling from wangqiru/mercury-parser-api 63b65145d645: Pull complete 68feab6e6b05: Pull complete a514ccb7ad93: Pull complete 1c37126ac662: Pull complete 2cb47d005f81: Pull complete b3dd17c15f1d: Pull complete 88379b731210: Extracting 14.26MB/14.26MB 0746abc2b75d: Download complete failed to register layer: failed to Lchown "/app/node_modules/content-type/HISTORY.md" for UID 1516583083, GID 0 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /app/node_modules/content-type/HISTORY.md: invalid argumen