Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Backstage container init error #170

Closed
kubealex opened this issue Jan 10, 2024 · 3 comments
Closed

Backstage container init error #170

kubealex opened this issue Jan 10, 2024 · 3 comments
Labels
jira kind/bug Something isn't working status/triage

Comments

@kubealex
Copy link

Describe the bug

When installing via chart, the backstage container fails its init phase:

runc create failed: unable to start container process: exec: "./install-dynamic-plugins.sh": stat ./install-dynamic-plugins.sh: no such file or directory"

Expected Behavior

The container starts.

What are the steps to reproduce this bug?

  1. Follow instructions in the README
  2. Add helm repos
  3. (optional) customize values
  4. Helm install

Versions of software used and environment

OCP 4.14 fresh install with ODF
OCP 4.13 fresh install with ODF

@kubealex kubealex added kind/bug Something isn't working status/triage labels Jan 10, 2024
@github-actions github-actions bot added the jira label Jan 10, 2024
@Zaperex
Copy link
Member

Zaperex commented Jan 10, 2024

This bug is currently due to quay.io/janus-idp/backstage-showcase:latest still pointing to an image from before dynamic plugins were added (hence the missing ./install-dynamic-plugins.sh file).

A workaround at the moment is to change the upstream.backstage.image.tag field in the values.yaml to next or any of newer images in quay.io/janus-idp/backstage-showcase.

i.e. helm upgrade -i <release_name> janus-idp/backstage --set upstream.backstage.image.tag=next

@kubealex
Copy link
Author

Thank you @Zaperex!

@kadel
Copy link
Member

kadel commented Jan 23, 2024

this is fixed now quay.io/janus-idp/backstage-showcase:latest now points to the latest released version (1.0.0) which includes dynamic plugins

@kadel kadel closed this as completed Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
jira kind/bug Something isn't working status/triage
Projects
None yet
Development

No branches or pull requests

3 participants