-
-
Notifications
You must be signed in to change notification settings - Fork 400
getting default arduino data dir: retrieving user home dir: user: Current not implemented on linux/amd64 #133
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
Comments
cmaglie
added a commit
to cmaglie/arduino-cli
that referenced
this issue
Jan 29, 2019
Looks like A possible fix in #137 |
It worked fine on the previous alpha. I too build a docker image and ran with the same issue with this build. setting the user ENV variable did work properly as a work around. |
Same. As a side note, this seems to have been caused between 0.3.3 and 0.3.5 |
cmaglie
added a commit
to cmaglie/arduino-cli
that referenced
this issue
Jun 7, 2019
cmaglie
added a commit
to cmaglie/arduino-cli
that referenced
this issue
Jun 7, 2019
per1234
added a commit
that referenced
this issue
Nov 16, 2020
On every push to the master branch, size data will be written to a Google Sheets spreadsheet. This information will allow tracking the trends in memory usage over time.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have made the following Dockerfile to build a blink example for the esp8266 (still WIP):
If I do a
docker build
, I end up with the following error:After some research I found this discussion:
ksonnet/ksonnet#298
Now if I force the USER as an environment variable, it works fine:
Which gives:
It seems the environment variable USER has an impact here...
The text was updated successfully, but these errors were encountered: