On Mon, Jul 22, 2019 at 2:44 AM Oleg Nenashev <[email protected]> wrote: > Introduce new "*agent" images inside the > https://github.com/jenkinsci/remoting repository. Move docker-slave and > docker-jnlp-slave there > > We could keep using a separate repository, but I would rather prefer to have > Remoting and its packaging under the same roof. Subject for discussion
Makes sense to me. While we are at it, do we really need two images? Maybe the entrypoint could just have two modes selected by CLI option, one which makes an inbound connection (like current `docker-jnlp-slave`), and one which connects to stdin/out (like current `docker-slave` if you explicit add `java -jar /usr/share/jenkins/slave.jar`). -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3nYBzRBPy7aPwAQurnh7ShAyj5d1Fu%3DkYmW1xBPu7wXQ%40mail.gmail.com.
