Distribute as Docker image #588
mircea-pavel-anton
started this conversation in
UX reports
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be helpful to also package these binaries (
age
andage-keygen
) as Docker images.My main usecase for this is:
docker run
to generate a new key, for exampleI already managed to package this in a docker container in this repo by cloning the git repo and running a
go build
, essentially.Mainly, I was wondering if you're interested in a PR including a Dockerfile and a github workflow to build and push that docker image to ghcr.io
Beta Was this translation helpful? Give feedback.
All reactions