From 09e0ab129d41788ff73cd07226915f3da957ebb7 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Wed, 18 Sep 2019 10:27:21 +0200 Subject: [PATCH] Remove the confusing OpenJDK 8 reference from the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24a2413fd..a85150ee5 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ Jenkins Agent Docker image [![Docker Pulls](https://img.shields.io/docker/pulls/jenkins/slave.svg)](https://hub.docker.com/r/jenkins/slave/) [![Docker Automated build](https://img.shields.io/docker/automated/jenkins/slave.svg)](https://hub.docker.com/r/jenkins/slave/) -This is a base image for Docker, which includes OpenJDK 8 and the Jenkins agent executable (agent.jar). +This is a base image for Docker, which includes JDK and the Jenkins agent executable (agent.jar). This executable is an instance of the [Jenkins Remoting library](https://github.com/jenkinsci/remoting). +JDK version depends on the image and the platform, see the _Configurations_ section below. ## Usage