-
Notifications
You must be signed in to change notification settings - Fork 66
use RHEL7 in base images for all production images #3321
Comments
For the openshiftio/openshift.io we would also need this merge: #3323 |
@maxandersen @jmelis aren't we porting wit service to RHEL? I don't see any rhel deploy Dockerfile there? |
that is at fabric8-ui/fabric8-ui#2805 (just added to list above) |
raising to SEV1 - has production impact |
Added fabric8-auth (done) and keycloak (currently run in prod-preview, will push to prod if no issues found in preview) |
@maxandersen @surajssd It's here: fabric8-services/fabric8-wit#2004 updated list |
sorry for my bad copy/paste :) thanks for fixing it. |
Updated list for proxy/idler/online-docs |
New RHEL setup trigger whole process twice, CentOS and RHEL. Related to openshiftio/openshift.io#3321
Keycloak has been deployed to prod. Do we still have anything left? |
Have we also changed the image the pipeline builds, or is that another issue #? |
@cctrieloff were handling that as a seperate issue |
Everything is checked off here, should the issue be closed? |
The following is a list of services that have been deployed to staging but not to prod, alongside with the PRs that will promote them to prod:
I have unchecked those from the top as I think they should be checked only when they're deployed to prod. |
PR to promote jenkins-idler to prod has been sent: openshiftio/saas-openshiftio#847 As soon as that is merged, we can close this issue. |
All the services are now running on RHEL. Closing issue. |
New RHEL setup trigger whole process twice, CentOS and RHEL. Related to openshiftio/openshift.io#3321
Work on getting RHEL7 images used for base images.
Using this issue as overall tracker.
Others at https://docs.google.com/spreadsheets/d/1VHHnxeb_8ricpay6GoiRG0e3Jlg5klO5eTMMVWeTWBQ/edit#gid=1147758271
General approach should be:
mistakes, and that it continues to the same thing essentially, but
pushes to a different place if TARGET=rhel
should be compared against the existing one, based on CentOS
deployed in staging with a RHEL based container
It is somewhat a hard PR to address because the build scripts and
makefiles are generally copy/pastes from other projects with patched
parts. This is something very close to OpenShift that developers don't
usually touch.
The text was updated successfully, but these errors were encountered: