-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Staged release process for security releases #1228
Comments
@daniel-beck are you able to create a private docker registry on repo.jenkins-ci.org please? If you can create a user that can push to it and create a username / password credential on trusted CI that would be great, or let me know a credential id that can already push. |
ugh that's a problem I remember from when we hosted our own artifactory instance. Given it's a hosted instance this is even worse. I assume we need an SSL certificate sent to jfrog to do this? (probably a SAN cert for repo.jenkins-ci.org and docker-staging.repo.jenkins-ci.org). We asked them last time about using lets encrypt which they seemed lost on. Any thoughts @olblak @dduportal @lemeurherve ? Or should we look at using something else maybe just an AWS / azure registry? Azure basic tier would be $5 a month or Azure standard $20. AWS looks basically free with the amount we would be using this (staging for security releases only)? |
For docker images, how about using github to also host them? |
That might work actually, from what I can tell they default to private and that's what we're after here: There's a separate issue for mirroring the images to github registry as well: |
#1149 (comment)
TODO design
The text was updated successfully, but these errors were encountered: