the image builds with just a docker build
I understand this was the constraint with DockerHub in the past, but I don't see the point nowadays?
updatecli to update everything would be fine
👍️
For information, I've manually updated the tag v38db_38a_b_7a_86-2
on the image jenkins/docker-agent with the following command: git tag 3046.v38db_38a_b_7a_86-2 3046.v38db_38a_b_7a_86-2^{} -f -a && git push upstream v38db_38a_b_7a_86 --force
. The GitHub release did not change and points to the updated tag: https://github.com/jenkinsci/docker-agent/releases/tag/3046.v38db_38a_b_7a_86-2 (as the git ref did not change).
The reason was to annotate the tag so it's seen as the latest (before the change, 4.13-2 was still the "most recent")
Hello everyone!
I read that I can execute a groovy script on the first Jenkins start-up.
Is it also possible to somehow run a groovy script at Docker build time?