Morgan Christiansson
Morgan Christiansson
I believe outstanding issues are: - aws-iam-authenticator needs new source for arm64 - oc I'm struggling to find arm64 binary for.. - Add uncached runs for upgrading dependencies - Tho...
Also add arm64 to nightly builds with/without build cache
I'm not sure there's a way to do `COPY openshift-client` conditionally in Dockerfile. We may need a separate Dockerfile for arm64? Or if Dockerfile-aws-oc was split out to separate image...
Could we split out openshift client to a new image tag?
I decided I will build arm64 only images in my fork. So I simply removed openshift and old kops that don't support arm64 and not build those tags. I am...
Latest aws-iam-authenticator now has arm64 release binaries https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/
Just seen this. I'm maintaining a small fork at https://github.com/morganchristiansson/docker-ansible/ with only a few issues left for merging. Some niggling issues are aws-iam-authenticator and openshift-client arm64 binaries but they are...
I also had some partial success in having openshift-client in amd64 docker images only https://github.com/morganchristiansson/docker-ansible/pull/6 I don't think anyone expects openshift-client in arm64 docker image? So this would unblock openshift-client...
There was a PR merged to use older mitogen for ansible 2.9 and earlier #91. Ansible 2.11 which is later should have support same as 2.10....
I got working build on amd64+arm64 in github actions here: https://github.com/morganchristiansson/docker-ansible/pull/2 Which has pushed images with `-arm64` and `-amd64` suffix to https://hub.docker.com/r/morganchristiansson/ansible/tags