jtblin / kube2iam

kube2iam provides different AWS IAM roles for pods running on Kubernetes
BSD 3-Clause "New" or "Revised" License
1.96k stars 318 forks source link

multi arch docker image for 0.11.0 #335

Open rr-nick-tan opened 2 years ago

rr-nick-tan commented 2 years ago

hi folks, very glad to see https://github.com/jtblin/kube2iam/releases/tag/0.11.0 release recently, could you push the multi arch (amd64 and arm64) images to dockerhub https://hub.docker.com/r/jtblin/kube2iam/tags? thanks

rr-nick-tan commented 2 years ago

@jtblin , looks like it builds single arch today https://github.com/jtblin/kube2iam/blob/master/Dockerfile i can raise a PR with buildx for multi arch build.

tavin commented 2 years ago

I don't get it, 0.11.0 is not on docker hub at all, let alone single/multi arch... ? Is there an alternative registry?

antoinedeschenes commented 2 years ago

@jtblin , looks like it builds single arch today https://github.com/jtblin/kube2iam/blob/master/Dockerfile i can raise a PR with buildx for multi arch build.

The image is built in the Docker Hub CI (there's no manifest for this). It's also misconfigured as it publishes images with heml chart tags (the kube2iam- prefix tags should be for the helm charts)

I would guess it's also a free Docker Hub account, which has rate limits on pulls. It would be a good thing to publish to ghcr and/or aws ecr public registries.

linki commented 2 years ago

@jtblin Do you mind releasing a multi-arch docker image for 0.11.0? Or can we help you in any way to get this out?

MichaelMarieJulie commented 1 year ago

@jtblin Is there any plan to build the 0.11.0 image soon?

smark88 commented 1 year ago

bump for a 0.11.0 build...

camaeel commented 1 year ago

There is now release 0.11.1 in dockerhub, without release/release notes.