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
schemaVersion: 2.1.0 | |
metadata: | |
name: che-theia | |
commands: | |
- id: init-container-command | |
apply: | |
component: remote-runtime-injector | |
events: | |
preStart: | |
- init-container-command |
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
schemaVersion: 2.1.0 | |
metadata: | |
name: che-code | |
commands: | |
- id: init-container-command | |
apply: | |
component: che-code-injector | |
- id: init-che-code-command | |
exec: | |
component: che-code-runtime-description |
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
schemaVersion: 2.1.0 | |
metadata: | |
name: che-code | |
commands: | |
- id: init-container-command | |
apply: | |
component: che-code-injector | |
- id: init-che-code-command | |
exec: | |
component: che-code-runtime-description |
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
#!/bin/bash | |
# | |
# Copyright (c) 2018-2023 Red Hat, Inc. | |
# This program and the accompanying materials are made | |
# available under the terms of the Eclipse Public License 2.0 | |
# which is available at https://www.eclipse.org/legal/epl-2.0/ | |
# | |
# SPDX-License-Identifier: EPL-2.0 | |
# |
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
Checking meta /var/www/html/v3/plugins/timonwong/shellcheck/latest/meta.yaml | |
Checking meta /var/www/html/v3/plugins/timonwong/shellcheck/latest/che-theia-plugin.yaml | |
Checking meta /var/www/html/v3/plugins/jebbs/plantuml/latest/meta.yaml | |
Checking meta /var/www/html/v3/plugins/jebbs/plantuml/latest/che-theia-plugin.yaml | |
Checking meta /var/www/html/v3/plugins/bazelbuild/vscode-bazel/latest/meta.yaml | |
Checking meta /var/www/html/v3/plugins/bazelbuild/vscode-bazel/latest/che-theia-plugin.yaml | |
Checking meta /var/www/html/v3/plugins/bierner/markdown-mermaid/latest/meta.yaml | |
Checking meta /var/www/html/v3/plugins/bierner/markdown-mermaid/latest/che-theia-plugin.yaml | |
Checking meta /var/www/html/v3/plugins/octref/vetur/latest/meta.yaml | |
Checking meta /var/www/html/v3/plugins/octref/vetur/latest/che-theia-plugin.yaml |
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
apiVersion: workspace.devfile.io/v1alpha2 | |
kind: DevWorkspaceTemplate | |
metadata: | |
name: che-idea-spring-petclinic | |
spec: | |
commands: | |
- id: init-container-command | |
apply: | |
component: idea-rhel8-injector | |
events: |
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
schemaVersion: 2.1.0 | |
metadata: | |
name: che-code | |
commands: | |
- id: init-container-command | |
apply: | |
component: che-code-injector | |
events: | |
preStart: | |
- init-container-command |
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
schemaVersion: 2.1.0 | |
metadata: | |
name: che-code | |
commands: | |
- id: init-container-command | |
apply: | |
component: che-code-injector | |
events: | |
preStart: | |
- init-container-command |
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
schemaVersion: 2.1.0 | |
metadata: | |
name: che-code | |
commands: | |
- id: init-container-command | |
apply: | |
component: che-code-injector | |
events: | |
preStart: | |
- init-container-command |
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
kind: DevWorkspace | |
apiVersion: workspace.devfile.io/v1alpha2 | |
metadata: | |
name: test-contrib-code | |
spec: | |
started: true | |
template: | |
attributes: | |
controller.devfile.io/storage-type: ephemeral | |
projects: |