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

docker pull fails #451

Open
EarMaster opened this issue Feb 21, 2024 · 2 comments
Open

docker pull fails #451

EarMaster opened this issue Feb 21, 2024 · 2 comments

Comments

@EarMaster
Copy link

  • 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
Copy link
Author

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

@mitchneal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants