asciinema / agg

asciinema gif generator
https://docs.asciinema.org/manual/agg/
Apache License 2.0
1.18k stars 43 forks source link

Cannot find docker image #53

Closed D3vil0p3r closed 1 year ago

D3vil0p3r commented 1 year ago

Could you please fix the command for pulling the docker image of agg? It seems to not work.

ku1ik commented 1 year ago

I don't remember including a command for pulling the image anywhere. If you refer to the one in the README then it's for building the image from source code checkout.

What's the command you tried?

D3vil0p3r commented 1 year ago

Sorry, it was my misunderstanding... I needed to clone the repo and then build it... Is there the chance to upload the docker image to Docker Hub or similar?

ku1ik commented 1 year ago

I've moved other asciinema images from Docker Hub to Github's ghcr.io, so if we create one for agg then it will likely be on ghcr.io as well. In the future we could extend release workflow in GH Actions to create image for tagged commits, but at the moment I'm busy with other things so I can't give an ETA. Happy to accept a PR though.