dockerx build for multi arch builds
first problem: docker image with wrong arch ➜ helloworld-go git:(main) kubectl describe pod helloworld-go Name: helloworld-go-586857689f-7dtxb Namespace: default ... Containers: helloworld-go: Container ID: containerd://2a812fef1c5961108c94b15aa7232d459c783b6fa35d697491d13e3097116e3e Image: docker.io/tjenwellens/helloworld-go:latest Image ID: docker.io/tjenwellens/helloworld-go@sha256:21f452f905d1453d914641ad98fd23d36282ccab688a1ea123689584699051ce ... Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 30s default-scheduler Successfully assigned default/helloworld-go-586857689f-7dtxb to homeserver Normal Pulled 5s (x3 over 30s) kubelet Container image "docker.io/tjenwellens/helloworld-go:latest" already present on machine Normal Created 5s (x3 over 30s) kubelet Created container helloworld-go Normal Started 5s (x3 over 30s) kubelet Started container helloworld-go Warning BackOff 0s (x4 over 29s) kubelet Back-off restarting failed container helloworld-go in pod helloworld-go-586857689f-7dtxb_default(67ed7a01-671a-4a64-a64f-9fc04fb0c65d) originally there was something in the events which made me google k3s readyness probe failedconnection refused...