-
Notifications
You must be signed in to change notification settings - Fork 62
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
Backstage pod is crashing due to : Failed to pull image "backstage:1.0.0": rpc error: code = failed to pull and unpack image "docker.io/library/backstage:1.0.0" #12
Comments
The image should actually be: https://gallery.ecr.aws/cnoe-io/backstage which is our CNOE branded backstage image. We should update the argo app to use this image |
Why having another backstage image vs using the official ? Is it because you package top of backstage some CNOE plugins ? If this is the case, what are then the plugins you are packaging AND which app.config should we use ? |
@nabuskey can you respond to this? |
Backstage customization requires code changes and it's really more of a framework than a ready-to-use solution. So we did have to publish our own image to include plugins and integrations. You don't have to use it and go with whatever image you'd like to use. As for the configuration file, it should be baked into the image. We really need to make this more configurable via #5 |
Can you please fix the existing issues as by the following secret do not exist ?
and pod will crash using the image: Can you also document and add the link about where you maintain the project + plugins to build such image ? |
…n public.ecr.aws by cnoe-io. cnoe-io#12 Signed-off-by: cmoulliard <[email protected]>
…n public.ecr.aws by cnoe-io. #12 (#26) Signed-off-by: cmoulliard <[email protected]>
Issue
The Backstage pod created by
./idpbuilder create --buildName localdev
is crashing due to the following docker error:AFAIK, the official backtage image is now hosted on ghcr - https://github.com/backstage/backstage/pkgs/container/backstage. See what the helm chart references as image here: https://github.com/backstage/charts/blob/main/charts/backstage/values.yaml#L93-L99
Warning: If we install backstage using ghcr.io repo, then we will get another error as a secret is missing
The text was updated successfully, but these errors were encountered: