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

[BUG]: Installation on rootless-docker instance fails #4884

Open
Husky110 opened this issue Jun 8, 2024 · 2 comments
Open

[BUG]: Installation on rootless-docker instance fails #4884

Husky110 opened this issue Jun 8, 2024 · 2 comments
Labels
🛠️ CI help wanted Extra attention is needed

Comments

@Husky110
Copy link

Husky110 commented Jun 8, 2024

Describe the bug
When I try to pull the latest image of activepieces via docker image pull activepieces/activepieces:latest on my rootless docker-server I get the following error:

failed to register layer: failed to Lchown "/usr/src/app/dist/packages/server/api/node_modules/buffer-equal-constant-time/.npmignore" for UID 718322462, GID 454177323 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /usr/src/app/dist/packages/server/api/node_modules/buffer-equal-constant-time/.npmignore: invalid argument

The error in turn blocks an installation via portainer aswell (portainer thinks that there is no image activepieces/activepieces:latest). Some research showed that this seems to be a problem within the image (see moby/moby#45757 ) and not with docker in general. The image works fine on my rootfull-dockerserver.
Please fix. :)

To Reproduce
Steps to reproduce the behavior:

  1. Install docker root-less on a machine
  2. try docker image pull activepieces/activepieces:latest

Expected behavior
The image should pull normally.

Additional context
There is no good reason that activepieces should need a root-full docker-instance to work.
Edit: The referenced link seem to have it fixed. See m9sweeper/m9sweeper#117 and subsequent links.

@Husky110 Husky110 changed the title [BUG]: Installation on rootless-docker instance failes [BUG]: Installation on rootless-docker instance fails Jun 8, 2024
@abuaboud
Copy link
Contributor

abuaboud commented Jun 8, 2024

Hi @Husky110

I am not sure currently which package is causing that, this going need sometime to find, If anyone reading this and find why it's happening please let us know.

@abuaboud abuaboud added help wanted Extra attention is needed 🛠️ CI labels Jun 8, 2024
@Husky110
Copy link
Author

Husky110 commented Jun 8, 2024

Hey @abuaboud
Have you tried the fix they did at the link I provided?
See https://github.com/m9sweeper/m9sweeper/pull/134/files
Maybe that helps with the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ CI help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants