From f010e7ad05c6883ff91cd47356b979127ce65ad0 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Sun, 14 May 2023 19:24:02 +0200 Subject: [PATCH] docs: update Docker image release step Related to https://github.com/jenkinsci/docker/pull/1630 --- docs/releases.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 63836041..01efaa25 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -269,9 +269,12 @@ For good measures, check the console log to confirm that the correct release pac Adjust state and `Released As` of [Jira issues](https://issues.jenkins.io/) fixed in the release (see the [changelog](https://www.jenkins.io/changelog-stable) for issue links) ### Publish Docker image -⚠️ **Requires access to the network trusted.ci.jenkins.io is in** ⚠️ +⚠️ **Requires write access to the repository jenkinsci/docker** ⚠️ +💡 **Access to the network trusted.ci.jenkins.io is could help in case of error but is not mandatory** 💡 -Run trusted.ci.jenkins.io [Docker image creation job](https://trusted.ci.jenkins.io:1443/job/Containers/job/Core%20Release%20Containers/job/master/). +Create a new tag in the repository jenkinsci/docker which value is the released core version. + +The [Container image job in trusted.ci.jenkins.io](https://trusted.ci.jenkins.io:1443/job/Containers/job/Core%20Release%20Containers) should detect the tag in the next 15 minutes and automatically publish it to the DockerHub. **Note**: If you do not have access to the network trusted.ci.jenkins.io is in, ask a release team or infrastructure team member to start the job for you. Access to the VPN is not sufficient.