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

nRF Docker image doesn't build #4655

Closed
woody-apple opened this issue Feb 4, 2021 · 3 comments · Fixed by #4657
Closed

nRF Docker image doesn't build #4655

woody-apple opened this issue Feb 4, 2021 · 3 comments · Fixed by #4657
Assignees

Comments

@woody-apple
Copy link
Contributor

Problem

 ---> Running in 7f43ad14d5bf
+ mkdir -p /opt/NordicSemiconductor/nRF5_tools
+ cd /opt/NordicSemiconductor/nRF5_tools
+ curl https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF-command-line-tools/sw/Versions-10-x-x/10-7-0/nRFCommandLineTools1070Linuxamd64tar.gz
+ tar zxvf -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   121  100   121    0     0     83      0  0:00:01  0:00:01 --:--:--    83

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The command '/bin/sh -c set -x     && (mkdir -p /opt/NordicSemiconductor/nRF5_tools && cd /opt/NordicSemiconductor/nRF5_tools     && curl https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF-command-line-tools/sw/Versions-10-x-x/10-7-0/nRFCommandLineTools1070Linuxamd64tar.gz     | tar zxvf -     && dpkg -i --force-depends JLink_Linux_*.deb     && dpkg -i --force-depends nRF-Command-Line-Tools_*.deb     && tar zxvf nRF-Command-Line-Tools_*.tar.gz)     && rm -rf /opt/NordicSemiconductor/nRF5_tools/*.tar.gz     && rm -rf /opt/NordicSemiconductor/nRF5_tools/*.deb     && : # last line' returned a non-zero code: 2

Proposed Solution

Fix

@woody-apple woody-apple added this to the V0.7 milestone Feb 4, 2021
@woody-apple woody-apple added the p1 priority 1 work label Feb 4, 2021
@woody-apple woody-apple modified the milestones: V0.7, Next Feb 4, 2021
@woody-apple
Copy link
Contributor Author

Note: Had to workaround this in .devcontainer too. Working on auto building docker - but until we'll need to pull from stable artifacts.

@woody-apple
Copy link
Contributor Author

Working on this, I think I have it fixed. the nordic path is wrong, as well as the ubuntu deb path..

@woody-apple woody-apple self-assigned this Feb 4, 2021
@woody-apple
Copy link
Contributor Author

Yup, fixed. Coming in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant