There are currently only old images available for arm based devices. Jenkins fails for some reason.
I'm trying to build the images local. It seems there is an old bug that causes the builds to fail:
I've added npm config set unsafe-perm true as solution to the docker file and now it's being build. Is it possible to add this solution to the docker files?
There are currently only old images available for arm based devices. Jenkins fails for some reason.
I'm trying to build the images local. It seems there is an old bug that causes the builds to fail:
I've added
npm config set unsafe-perm trueas solution to the docker file and now it's being build. Is it possible to add this solution to the docker files?