Mark Waite

Results 427 comments of Mark Waite
trafficstars

> Hello, > I see now it's getting dramatic. Now we are at Java `8u292` on Debian 9 (oldstable): > > [docker-library/openjdk@765a1c4](https://github.com/docker-library/openjdk/commit/765a1c4dd6fa4fd9c2a0cf540e9c17ca73eb227b) > https://packages.debian.org/stretch/openjdk-8-jdk-headless > > but seems jenkins-inbount-agent `jdk8`...

Resolved for an extended period

Alpine image for JDK 11 is available.

Remoting agent `jenkins/agent:4.6-1-jdk8-windowsservercore-1809` is out of date. Use `jenkins/agent:4.13-1-jdk8-windowsservercore-1809`

Do Windows Docker images still require precise matching between the operating system kernel and the Docker image? In other words, does this pull request mean that we need to include...

Based on the [comment](https://github.com/docker/roadmap/issues/79#issuecomment-856115914) in the referenced issue, it appears that concurrently running Linux containers and Windows containers on a Windows 10 computer is not well supported by Docker.

> Can we merge #1195 ?, Will remove unwanted build from Drafts MRs Unfortunately, we cannot merge #1195. That is a draft pull request. It has not been reviewed. Pull...

I believe that you need to set the locale of the process to a version that supports the character set you are trying to display. I typically do that by...

I set `LANG=C.UTF-8` on the computers that run my agents and assure that the agent has the locale set correctly when the agent starts. I don't know if declarative Pipeline...

It could be that `C.UTF-8` is not an available locale on your operating system. The command `locale -a` will list the allowed values for the `LANG` and `LC_ALL` environment variables....