Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: image release process to Docker registry #1463

Closed
scadu opened this issue Sep 19, 2022 · 4 comments
Closed

Question: image release process to Docker registry #1463

scadu opened this issue Sep 19, 2022 · 4 comments

Comments

@scadu
Copy link

scadu commented Sep 19, 2022

Describe your use-case which is not covered by existing documentation.

Hello,

I saw automated commit updating the plugin manager and related pipeline.
I wasn't, however, be able to pinpoint where the image release takes place.
Most of the updates in the Docker registry are from 6 days ago, but there are other updates to the main branch in the meantime. Is this process documented somewhere, or is it a manual process requiring maintainers' attention?
I assume #1228 can be related.

Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.

No response

@timja
Copy link
Member

timja commented Sep 19, 2022

Images are released as part of the Jenkins release process.

every Tuesday for weekly releases and as part of the LTS release schedule for LTS releases

@scadu
Copy link
Author

scadu commented Sep 19, 2022

@timja thanks for answering this quick!
I assume that comes from the schedule in the Jenkinsfile?
I guess my coffee hasn't kicked in yet as I thought there's no conditional on the Publish step.

@timja
Copy link
Member

timja commented Sep 19, 2022

Kind of.

The publish script only publishes versions that haven't been published yet.
There's a cron that runs it every few hours but it will only do something if it finds a non published version.

We plan to remove the cron and trigger it directly from the release process at some point, currently its generally triggered manually during the release so you don't have to wait for the cron

@scadu
Copy link
Author

scadu commented Sep 19, 2022

@timja thanks. I think it clarifies a little.

@scadu scadu closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants