Closed zamrokk closed 1 year ago
btw, when we run the ligo CLI , it is on the current user and not root, as expected
I reopen because now I cannot download ligo libraries doing this command :
TAQ_LIGO_IMAGE=ligolang/ligo:0.57.0 taq ligo --command "install @ligo/fa"
docker: Error response from daemon: unable to find user undefined: no matching entries in passwd file.
Command "install @ligo/fa" failed. Please check your command
if I change ligo version it does not change the error above.
I have a lot of issues with Docker recently , I upgraded it several times With last v4.17 I have this problem with taqueria
Maybe is caused by last Docker version ?
I have 2 other people with same errors and config like mine : Windows + WSL2 Ubuntu and last Docker v4.17
taq compile-all works fine, it seems to be the only the ligo install
QUICK WORKAROUND :
npm i -g esy
ligo install <mybeautifullibrary>
And solved for now
๐ฅ Status (Internal Taqueria Team Use Only)
๐ What happened?
when I run
TAQ_LIGO_IMAGE=ligolang/ligo:0.58.0 taq ligo --command "init contract --template shifumi-jsligo shifumiTemplate"
The folder
shifumiTemplate
is created on root user.Is it possible to attach the current Unix user to the folder and not root ?
๐ Steps to Reproduce?
see above
๐ชต Relevant log output
๐ How impactful is this bug?
๐ Minor annoyance
โฑ๏ธ Prevalance
No response
๐ป Operating System
Windows -> WSL
๐ธ๏ธ System Architecture
x64
๐ฎ Taqueria Version
0.24.2
๐ฟ Node.js Version
No response
โ๏ธ Contact Details
No response
Code of Conduct