|
2 | 2 |
|
3 | 3 | [](https://gitter.im/jenkinsci/docker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
4 | 4 | [](https://hub.docker.com/r/jenkins/agent/) |
5 | | -[](https://github.com/jenkinsci/docker-agent/releases/latest) |
| 5 | +[](https://github.com/jenkinsci/docker-agents/releases/latest) |
6 | 6 |
|
7 | 7 | This is a base image for Docker, which includes Java and the Jenkins agent executable (agent.jar). |
8 | 8 | This executable is an instance of the [Jenkins Remoting library](https://github.com/jenkinsci/remoting). |
9 | 9 | Java version depends on the image and the platform, see the _Configurations_ section below. |
10 | 10 |
|
11 | 11 | ## Usage |
12 | 12 |
|
13 | | -This image is used as the basis for the [Docker Inbound Agent](https://github.com/jenkinsci/docker-agent/tree/master/README_inbound-agent.md) image. |
| 13 | +This image is used as the basis for the [Docker Inbound Agent](https://github.com/jenkinsci/docker-agents/tree/master/README_inbound-agent.md) image. |
14 | 14 | In that image, the container is launched externally and attaches to Jenkins. |
15 | 15 |
|
16 | 16 | This image may instead be used to launch an agent using the **Launch method** of **Launch agent via execution of command on the controller**. For example on Linux you can try |
@@ -99,7 +99,7 @@ The image has several supported configurations, which can be accessed via the fo |
99 | 99 | * `jenkins/agent:jdk21-windowsservercore-ltsc2019` |
100 | 100 | * `jenkins/agent:jdk21-windowsservercore-ltsc2022` |
101 | 101 |
|
102 | | -The file [docker-bake.hcl](https://github.com/jenkinsci/docker-agent/blob/master/docker-bake.hcl) defines all the configuration for Linux images and their associated tags. |
| 102 | +The file [docker-bake.hcl](https://github.com/jenkinsci/docker-agents/blob/master/docker-bake.hcl) defines all the configuration for Linux images and their associated tags. |
103 | 103 |
|
104 | 104 | There are also versioned tags in DockerHub, and they are recommended for production use. |
105 | 105 | See the full list at [https://hub.docker.com/r/jenkins/agent/tags](https://hub.docker.com/r/jenkins/agent/tags) |
@@ -139,7 +139,7 @@ RUN ln -snf /usr/share/zoneinfo/"${TZ}" /etc/localtime && echo "${TZ}" > /etc/ti |
139 | 139 |
|
140 | 140 | ## Changelog |
141 | 141 |
|
142 | | -See [GitHub releases](https://github.com/jenkinsci/docker-agent/releases) for versions `3.35-1` and above. |
| 142 | +See [GitHub releases](https://github.com/jenkinsci/docker-agents/releases) for versions `3.35-1` and above. |
143 | 143 | There is no changelog for previous versions, see the commit history. |
144 | 144 |
|
145 | 145 | Jenkins remoting changelogs are available at [https://github.com/jenkinsci/remoting/releases](https://github.com/jenkinsci/remoting/releases). |
|
0 commit comments