visualphoenix / jenkins-xml-to-jobdsl

Translates jenkins xml jobs into jobdsl groovy using ruby and nokogiri
Apache License 2.0
44 stars 16 forks source link

Please upload working Docker image to Dockerhub #48

Open tripleee opened 3 years ago

tripleee commented 3 years ago

It would be convenient and robust as well as good for reducing resource consumption if a working generated Docker image could be uploaded to https://dockerhub.com/ so that we could simply docker pull visualphoenix/jdsl rather than have to build the image ourselves (and besides, it would shield many of us from build failures).

(I'm guessing https://hub.docker.com/u/visualphoenix is you?)