From 6745e6fec94c278e6bde2323c6d0336f40a38dd1 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sun, 12 Apr 2020 23:34:49 +0200 Subject: [PATCH] [INFRA-1105] - Fix reference to the renamed Inbound Agent image, remove obsolete badges --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 47067b959..b3615e55e 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ Jenkins Agent Docker image === [![Join the chat at https://gitter.im/jenkinsci/docker](https://badges.gitter.im/jenkinsci/docker.svg)](https://gitter.im/jenkinsci/docker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Docker Stars](https://img.shields.io/docker/stars/jenkins/agent.svg)](https://hub.docker.com/r/jenkins/agent/) [![Docker Pulls](https://img.shields.io/docker/pulls/jenkins/agent.svg)](https://hub.docker.com/r/jenkins/agent/) -[![Docker Automated build](https://img.shields.io/docker/automated/jenkins/agent.svg)](https://hub.docker.com/r/jenkins/agent/) [![GitHub release](https://img.shields.io/github/release/jenkinsci/docker-agent.svg?label=changelog)](https://github.com/jenkinsci/docker-agent/releases/latest) This is a base image for Docker, which includes JDK and the Jenkins agent executable (agent.jar). @@ -23,7 +21,7 @@ Jenkins remoting changelogs are available [here](https://github.com/jenkinsci/re ## Usage -This image is used as the basis for the [Docker JNLP Agent](https://github.com/jenkinsci/docker-jnlp-agent/) image. +This image is used as the basis for the [Docker Inbound Agent](https://github.com/jenkinsci/docker-inbound-agent/) image. In that image, the container is launched externally and attaches to Jenkins. This image may instead be used to launch an agent using the **Launch method** of **Launch agent via execution of command on the master**. For example on Linux you can try