-
-
Notifications
You must be signed in to change notification settings - Fork 526
Revert "Allow the use of multiple arguments" #257
Conversation
This reverts commit 6936d2c.
Fyi @basil, see jenkinsci/docker-agent#617 and jenkinsci/docker-agent#618 Fixes jenkinsci/docker-agent#618 |
That was release drafter being 'helpful' and me not triple checking 😢 Thanks |
Is there any reasonable way that we can remove the 4.12.2-4 tag for the windows images on Dockerhub? |
|
That looks easy enough. Any caveats or major risks that should be considered before I remove
If a user has already pulled the image, they may be surprised that it no longer exists. Since the image has existed for less than 24 hours, it seems safe to remove them. |
Agree |
Deletions have been done. I fear that I may have also deleted one of the nanoserver images for 4.11.2-4 due to mouse clumsiness. Let me know if there are reports of issues |
Sorry for the trouble and thanks for reverting this. |
It appears that the latest tag right now is still pointing to 4.11.2-3
|
It should have been released 12 hours ago, I've retriggered it, all the digests on the docker hub UI look different. Did that fix it for you? |
I'm also experiencing this issue where |
Seems okay for me?
|
FYI, builds using |
do you get the same result as me? |
I see
When I compare the "Digest" values from hub.docker.com, I see that I can't explain why example 1 ( |
When checking the version I get the same output as you but when comparing the digests similar to @MarkEWaite above, |
Using
|
I rebuilt the release and seems to be right now:
|
Thanks very much @timja ! I've confirmed that the digest reported on hub.docker.com for |
Things are looking correct now on our end too, thank you!
|
Do the jenkins/jnlp-agent images also need to be rebuilt? They use jenkins/inbound-agent:alpine as the base layer and were working after this fix was merged yesterday, however now seem to be broken after something rebuilt them 8hrs ago. |
I don't think that a rebuild of that image is needed for this issue, since the base image in
|
Ok thats strange, the jnlp agent images started working for us yesterday after this fix was merged & built. However based on dockerhub it looks like the jnlp image were built again 8hrs ago and now we're getting the same behaviour again with the jnlp image terminating immediately |
I'm not sure of the purpose or use of the |
My understanding is that they are Jenkins provided jnlp images in various flavours, with different tooling preinstalled, sourced from here: https://github.com/jenkinsci/jnlp-agents. They seem to be based off the inbound agent with additional installs on top. |
Ok so an update, However if I
Which are the changes that should have been reverted by 4.11.2-4? |
…ullseye/master/debian-bullseye-20220527
Reverts #254