-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
use unauthenticated base image for machine exec rhel.Dockerfile (and update downstream sync scripts to handle downstreaming) #19593
Comments
Related to / blocks #18831 |
From Mykhailo:
So we should definitely switch to an unauth'd base image |
…olset instead of registry.redhat.io/ubi8/go-toolset to make dependabot happier Change-Id: I0e9d86896306b6eb4c7504c3bd89d5d95e416f1a Signed-off-by: nickboldt <nboldt@redhat.com>
possible fix in eclipse-che/che-machine-exec#159 But also noteworthy is that both the go-toolset-rhel7 and ubi8/go-toolset images are showing this notice:
So... we might have to move to ubi8:8.4 base image in future. |
…olset instead of registry.redhat.io/ubi8/go-toolset to make dependabot happier Change-Id: I0e9d86896306b6eb4c7504c3bd89d5d95e416f1a Signed-off-by: nickboldt <nboldt@redhat.com>
The above fix should work as it looks like the same fix I've used elsewhere... |
when syncing from rhel.Dockerfile in upstream to Dockerfile in downstream, we already do this:
So the second part of this task "and update downstream sync scripts to handle downstreaming" is already done. |
verified works:
|
Describe the bug
The machine exec rhel.Dockerfile is evidently never used in any PR checks, as it requires authenticated access to the RHEC registry:
This should use the same value as in the plugin brokers:
Once this change is applied, we'll also need to ensure that downstreaming jobs are updated to use the updated base image too:
etc.
The text was updated successfully, but these errors were encountered: