mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Docker build fails #254
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @edingor on GitHub (Nov 24, 2022).
Tried multiple ways to build this image and just cannot
Portainer - fails
LXC with Turnkey docker - fails
LXC with Ubuntu 20.04 and manual docker + docker compose install
Nothings seems to truly work and the error is always the same
anyone had this issues?
Is it better to just boot up a FULL debian or ubuntu VM and try it there?
@ghost commented on GitHub (Nov 29, 2022):
I'm also getting the same for 1.8.5 and upwards.
@meltyshev commented on GitHub (Nov 29, 2022):
Very strange. I updated libvips version in the base image, but how can it be related to this error...
@ghost commented on GitHub (Nov 29, 2022):
I'm running rootless Docker which might be the issue here. I'm not super great at *nix permissions but if I had to guess there might be some odd permission stuff going on in the updated vips tar? Though I would expect tar to just extract as the current user... uncharted terrority for me.
@meltyshev commented on GitHub (Nov 30, 2022):
The files in
/app/node_modules/buffer-equal-constant-timeseem to have large UID/GIDs. I'm thinking about the best way to fix it.@benscobie commented on GitHub (Nov 30, 2022):
Latest version is working for me, thank you 😄