jenkinsci / docker-agent

Jenkins agent (base image) and inbound agent Docker images
https://hub.docker.com/r/jenkins/inbound-agent/
MIT License
282 stars 232 forks source link

Missing agent image with remoting `3248.3250.v3277a_8e88c9b_` #852

Closed jonesbusy closed 2 months ago

jonesbusy commented 2 months ago

Jenkins and plugins versions report

2.462.1

What Operating System are you using (both controller, and any agents involved in the problem)?

ALL

Reproduction steps

Hi,

Since 2.462.1 the remoting bundled by core is 3248.3250.v3277a8e88c9b

I would also expect to find a container image of inbound agent matching exact remoting of core

Such tag doesn't exists on https://hub.docker.com/r/jenkins/inbound-agent/

Because of https://github.com/jenkinsci/versioncolumn-plugin/ I would like to use the exact same remoting version for agents

remoting_mismatch

Expected Results

To find container agent images bundling remoting 3248.3250.v3277a8e88c9b

Actual Results

Not published

Anything else?

No response

Are you interested in contributing a fix?

No response

dduportal commented 2 months ago

Good catch, thanks for reporting!

In the heat of the security advisory we only focused on the latest (https://github.com/jenkinsci/remoting/releases/tag/3256.3258.v858f3c9a_f69d) but there are a few missing.

Working on it right now

dduportal commented 2 months ago

For information, we've opened 2 PRs to cover the 2 missing security releases:

I'll update the issue once the releases will be published (in a 2-3 hours) to let you know

dduportal commented 2 months ago

Update: we successfully released 3206.3208.v409508a_675ff-1:

Let's work on 3248.3250.v3277a_8e88c9b_ now...

dduportal commented 2 months ago

Update: we successfully released 3206.3208.v409508a_675ff-1:

* https://hub.docker.com/r/jenkins/agent/tags?page=&page_size=&ordering=&name=3206.3208.v409508a_675ff

* https://hub.docker.com/r/jenkins/inbound-agent/tags?page=&page_size=&ordering=&name=3206.3208.v409508a_675ff

Let's work on 3248.3250.v3277a_8e88c9b_ now...

I messed up tags, sorry. As per https://github.com/jenkinsci/docker-agent/pull/854#issuecomment-2275305767. Wait a bit for 3248, and 3206 will be overwritten

dduportal commented 2 months ago

Re-deploying in progress...

dduportal commented 2 months ago
$ docker run --rm jenkins/inbound-agent:3248.3250.v3277a_8e88c9b_-1 -version
3248.3250.v3277a_8e88c9b_
$ docker run --rm jenkins/inbound-agent:3206.3208.v409508a_675ff-1 -version 
3206.3208.v409508a_675ff

Finally!

dduportal commented 2 months ago

@jonesbusy can you confirm it's ok on your side by closing the issue, or commenting?

jonesbusy commented 2 months ago

Thanks!

Sure I will rebuild my agents this afternoon and let you know

Spanish93 commented 2 months ago

Hi @dduportal

Image [3261.v9c670a_4748a_9-1-jdk11] are missing on https://hub.docker.com/layers/jenkins/inbound-agent/

The latest jdk11 is for ARG VERSION=3248.3250.v3277a8e88c9b

Thanks

dduportal commented 2 months ago

Hi @dduportal

Image [3261.v9c670a_4748a_9-1-jdk11] are missing on https://hub.docker.com/layers/jenkins/inbound-agent/

The latest jdk11 is for ARG VERSION=3248.3250.v3277a8e88c9b

Thanks

Thanks for reporting. The release is currently in progress.

dduportal commented 2 months ago

Hi @dduportal Image [3261.v9c670a_4748a_9-1-jdk11] are missing on https://hub.docker.com/layers/jenkins/inbound-agent/ The latest jdk11 is for ARG VERSION=3248.3250.v3277a8e88c9b Thanks

Thanks for reporting. The release is currently in progress.

It's available now: https://hub.docker.com/r/jenkins/agent/tags?page=&page_size=&ordering=&name=3261 and https://hub.docker.com/r/jenkins/inbound-agent/tags?page=&page_size=&ordering=&name=3261

Spanish93 commented 2 months ago

Hi @dduportal Image [3261.v9c670a_4748a_9-1-jdk11] are missing on https://hub.docker.com/layers/jenkins/inbound-agent/ The latest jdk11 is for ARG VERSION=3248.3250.v3277a8e88c9b Thanks

Thanks for reporting. The release is currently in progress.

It's available now: https://hub.docker.com/r/jenkins/agent/tags?page=&page_size=&ordering=&name=3261 and https://hub.docker.com/r/jenkins/inbound-agent/tags?page=&page_size=&ordering=&name=3261

Perfect thanks

jonesbusy commented 2 months ago

All good on my side, thanks for the quick release