Robert Neumayer
Robert Neumayer
I do get the compartment name label in somewhat unexpected format. ``` __meta_oci_compute_compartment="Tenancy()/" ``` Seems ot me that just "" would be more intuitive maybe? For the scenario that one...
I also tried to take a look at that and to be honest I struggled quite a bit. I looked both at the existing pipelines at https://github.com/concourse/pipelines to run with...
Yeah, thanks a lot. I'll try to set this up myself and will report back on how it goes :-)
I managed to successfully run an aarch64 worker (before your update). Now I just need to figure out how to bootstrap the aarch64 image used to build another aarch64 image...
The actual task I'm trying to solve is to make concourse build (and publish) docker images for me. In my normal (x86_64) workflow I use a dind image to build...
Hi! I have some updates on my multi arch journey :-) One thing I thought would be great for this whole thing is to build all the images involved multi-arch...
I have a short update on my previous ramblings about the architecture propagation code being buggy. That is not true. It works as intended, I had mistagged my images. It...
I just used @petrosagg's binary.
I took another look after concourse 5 came out and was hoping the new build structure would be easier to deal with when it comes to arm. Which was true,...
In the meantime, I can offer this. We've been using native arm workers via docker for quite some time now, and containerd on arm has been working well here for...