asciidoctor / docker-asciidoctor

:ship: A Docker image for using the Asciidoctor toolchain to process AsciiDoc content
https://hub.docker.com/r/asciidoctor/docker-asciidoctor/
Other
321 stars 151 forks source link

Rename image in Docker Hub to asciidoctor/asciidoctor #79

Open mojavelinux opened 5 years ago

mojavelinux commented 5 years ago

Currently, the image in the Docker register is asciidoctor/docker-asciidoctor. This name is not consistent with how other Docker images are named. Since this is the official Docker image for Asciidoctor, the name should be asciidoctor/asciidoctor. Let's change it.

We might even want to see if we can become an official image, so we get the name "asciidoctor" all by itself (like ruby). But that might be a next step after resolving the topic at hand.

dduportal commented 5 years ago

👍 I'm on it.

About the "official" image, the process on Docker side is quite tedious:

(I'm thinking about the jenkins image which moved to jenkins/jenkins or the amount of work required for us at Containous for the traefik official image...)

mojavelinux commented 5 years ago

Thanks for the insight @dduportal! If it would restrict us too much, then I say we don't want to pursue the official image...at least not now. We could also consider a simpler image for that purpose, as you suggested, if we really want to hold that spot.

egorse commented 5 years ago

How about to have properly tagged images there too ? ;)

mojavelinux commented 5 years ago

Could you file a separate issue for that?

tbreuss commented 4 years ago

I stumpled upon this issue while looking for the official asciidoctor image on docker registry.

Is there any progress on this? The issue is exactly one year old.

mojavelinux commented 4 years ago

This is rolled up into #54.

dduportal commented 4 years ago

For clarity, the issue #54 will be solved only on the current name. As soon as the release process will be ok, a new task for renaming the Docker repos and building 2 images (asciidoctor/asciidoctor and asciidoctor/box) will be done then.