GeiserX / genieacs-docker

Automated configuration files for your GenieACS deployment
GNU Lesser General Public License v3.0
72 stars 38 forks source link

ApplyLayer exit status 1 stdout: stderr: lchown /opt/genieacs/node_modules/buffer-equal-constant-time/.npmignore: invalid argument #14

Closed jbartak closed 4 months ago

jbartak commented 9 months ago

Getting this on Debian 12. Looks like some file is using weird GID which is out of range. https://github.com/moby/moby/issues/45757 may be related.

root@tr069A:~/genieacs-docker# docker-compose up -d
Pulling genieacs (drumsergio/genieacs:1.2.9)...
1.2.9: Pulling from drumsergio/genieacs
4e2befb7f5d1: Pull complete
792af667f626: Pull complete
3e37868ebf66: Pull complete
591fe17e35dd: Pull complete
b9cba6e3073a: Pull complete
5d54aff43b9d: Pull complete
94704c6ed815: Pull complete
6a29537f8b68: Pull complete
33653a0104b5: Pull complete
b47afd6e8f25: Pull complete
12f58adaa1e6: Pull complete
4f4fb700ef54: Pull complete
3d47fdb9ca12: Pull complete
0d96c007e333: Extracting [==================================================>]   75.5MB/75.5MB
5e59bf7c4b74: Download complete
93d8d6d0aee8: Download complete
9441aa144636: Download complete
a57a2969e3f9: Download complete
a7218095f143: Download complete
1919cfb42359: Download complete
2f0fcd55bccb: Download complete
d0dab9ef941e: Download complete
06408ea64b09: Download complete
f67bf4c130a3: Download complete
1b10776001da: Download complete
25014ac6f666: Download complete
ERROR: failed to register layer: ApplyLayer exit status 1 stdout:  stderr: lchown /opt/genieacs/node_modules/buffer-equal-constant-time/.npmignore: invalid argument
GeiserX commented 4 months ago

Check it with newest 1.2.13 version and let me know if it solved the issue