mercury-parser-api icon indicating copy to clipboard operation
mercury-parser-api copied to clipboard

docker pull fails

Open EarMaster opened this issue 1 year ago • 2 comments

  • 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

EarMaster avatar Feb 21 '24 21:02 EarMaster

Rebuilding the image locally works. So I would suggest a simple rebuild and push to Docker Hub could fix this problem.

EarMaster avatar Feb 21 '24 21:02 EarMaster

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

mitchneal avatar Feb 26 '24 08:02 mitchneal