fix: update redis image reference to use proper docker io location#876
Merged
Skarlso merged 3 commits intoopen-component-model:mainfrom Mar 30, 2026
Merged
Conversation
frewilhelm
previously approved these changes
Mar 30, 2026
Contributor
|
any idea why it stopped working? |
Contributor
Author
|
@frewilhelm It's a hunch right now. :D There was a change in docker hub that looks like it's affecting some things with regards to how it resolves access. Let's see if this works or not. :) |
Contributor
Author
Nope. :) |
Contributor
Author
|
Ah... it is that.... docker hub old version is no longer accessible. Just need to update the version to latest. Because of their licensing changes. Hmmm... nope. |
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
dc665fd to
6853ae3
Compare
Contributor
Author
|
Ah I found it. I'll try to implement a fix. |
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Contributor
Author
|
FUCK! The signing and verification also wants/needs access and I don't want to set up an ocmconfig with tokens and credentials and whatnot. I will just rip out redis from podinfo. |
On-behalf-of: Gergely Brautigam <gergely.brautigam@sap.com> Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Contributor
Author
|
Okay, done. Podinfo will no longer deploy and need redis. |
fabianburth
approved these changes
Mar 30, 2026
frewilhelm
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On-behalf-of: Gergely Brautigam gergely.brautigam@sap.com
What this PR does / why we need it
Fixes open-component-model/ocm-project#974
Which issue(s) this PR is related to