We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like there is an issue with the last image available for the pluginregistry image.
jdk was updated from 11.0.19 to 11.0.20 and appears an error:
java.lang.Error: java.io.FileNotFoundException: /usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/lib/tzdb.dat (No such file or directory)
You can override main/tooling/charts/tl500-course-content/templates/crw/crwv2.yaml
to: ... components: pluginRegistry: deployment: containers: - image: >- registry.redhat.io/devspaces/pluginregistry-rhel8@sha256:1be5c836fb2531475f07f48153d4b8c3db84fb7281c2cd54844b9037b0a526d5 name: plugin-registry
... components: pluginRegistry: deployment: containers: - image: >- registry.redhat.io/devspaces/pluginregistry-rhel8@sha256:1be5c836fb2531475f07f48153d4b8c3db84fb7281c2cd54844b9037b0a526d5 name: plugin-registry
Updating this will solve the issue and will deploy the dev workspaces.
#168
The text was updated successfully, but these errors were encountered:
possibly related to
eclipse-che/che#22368
Sorry, something went wrong.
No branches or pull requests
Seems like there is an issue with the last image available for the pluginregistry image.
jdk was updated from 11.0.19 to 11.0.20 and appears an error:
java.lang.Error: java.io.FileNotFoundException: /usr/lib/jvm/java-11-openjdk-11.0.20.0.8-2.el8.x86_64/lib/tzdb.dat (No such file or directory)
You can override main/tooling/charts/tl500-course-content/templates/crw/crwv2.yaml
to:
... components: pluginRegistry: deployment: containers: - image: >- registry.redhat.io/devspaces/pluginregistry-rhel8@sha256:1be5c836fb2531475f07f48153d4b8c3db84fb7281c2cd54844b9037b0a526d5 name: plugin-registry
#168
The text was updated successfully, but these errors were encountered: