jentz / vigilant-dollop

Command-line OIDC client, get a token without all the fuss
MIT License
1 stars 0 forks source link

Provide a container image as part of our release #24

Open jentz opened 3 months ago

jentz commented 3 months ago

Package the tool as a container image and publish it to a container repository.

Possible container repos to start with are Dockerhub and GitHub Container Registry. We want to make sure that it is free and open to the public.

The container image should be small and only contain our tool with no unnecessary stuff.

The images shall be multi-platform, supporting both arm64 and amd64.

Look into whether to use GoReleaser for this or not: https://goreleaser.com/cookbooks/multi-platform-docker-images/