NordicPlayground / nrf-docker

Dockerfile example for building nRF Connect SDK applications with GitHub Actions
BSD 3-Clause "New" or "Revised" License
72 stars 34 forks source link

Docker fails on GitLab CI/CD #82

Closed mrdiogodias closed 1 year ago

mrdiogodias commented 1 year ago

Hello.

I have been using this docker image for months in the gitlab ci/cd without any problems. However, since the last update, I have been getting the following error and I have no idea of whats going on:

image

Best regards

coderbyheart commented 1 year ago

This seems to be a problem with the GitLab pipeline. As you can see here, the image works.

lmensch commented 5 months ago

I have the same issue with GitLab. The referenced workflow file is from GitHub and not from GitLab @coderbyheart so it is no suprise that it works there. But I also think there is an issue with the current Dockerfile, because I also did not have problems in the past with my GitLab pipeline.

coderbyheart commented 5 months ago

This project does not support GitLab. Feel free to make a copy and adapt it to your needs.

TikimJV commented 4 months ago

For whoever struggles with running this image on Gitlab CI, a slightly more constructive answer than the one above has been posted as a commit comment by @TaeZStkyoht