Lukas Holzer
Lukas Holzer
@mraerino what if we log the debug logs directly to humio without logging it to stdout. Then we could do it for every build. I know this is probably not...
Hey, I've got a similar problem. I want to pull a file from a git repository, created with `--no-checkout` flag ```bash # 1) Step create dir mkdir $foldername cd $foldername...
@airtonix thanks for opening the issue this looks really awesome! Was not aware of it :) Already brought this up for discussion in our internal channel. Would you be so...
This one is tackled in https://github.com/netlify/build-image/pull/845 as npm set is outdated an not used anymore by npm as they are now using cacache
they are only failing if you build the image locally with arm and then run the tests against them. When the image is built with `amd64` they are passing. in...
This should be fixed in #828
Currently hitting a wall with cross compilation issues and some of our binaries like wkhtml and erlang. Currently questioning if it is worth the effort on trying to do so...
So the full list would be: - homebrew (not working on arm in the current image as well, excluded via an if) - wkhtmltopdf (which throws this weird architecture issues)...
@kitop I've created a test image without them and pushed it so here it is: https://hub.docker.com/r/lukasholzer/build-image/tags It's the build image excluding the 2 things from the top:
Current status (Pipeline for building the image on circleci is working and already pushing it to hub.docker.com) `netlfiy/build:chore-build-multiarch-image`  ...