None at this time.
- 'node-debug' broken due to removal of legacy 'node-debug2' #16728
- Bug
- area/plugin-registry
- area/plugins
| WARNING: Using insecure TLS client config. Setting this option is not supported! | |
| Login successful. | |
| You have access to 89 projects, the list has been suppressed. You can list all projects with 'oc projects' | |
| Using project "default". | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed |
| #!/bin/bash | |
| help() | |
| { | |
| # Display Help | |
| echo "This script adds docker.io pull secret to your openshift instance." | |
| echo | |
| echo "Usage: $0 -u <dockerhub_user> -p <dockerhub_password> -n <target_namespace> -s <target_secret>" | |
| echo | |
| echo "Example for adding docker.io credentials to cluster pull secret:" |
| metadata: | |
| name: che-idea | |
| components: | |
| - type: cheEditor | |
| reference: 'https://gist.githubusercontent.com/rhopp/b1e40df24c02c0e29f492608d4bb66aa/raw/fb2e4bcf28cda2c6c7907e3a84a973cd9cd8fee9/meta.yaml' | |
| alias: che-idea | |
| apiVersion: 1.0.0 |
| apiVersion: v2 | |
| publisher: eclipse | |
| name: che-idea | |
| version: latest | |
| type: Che Editor | |
| displayName: IntelliJ IDEA Community | |
| title: IntelliJ IDEA Community as Editor for Eclipse Che | |
| description: IntelliJ IDEA Community running using Projector | |
| icon: https://resources.jetbrains.com/storage/products/intellij-idea/img/meta/intellij-idea_logo_300x300.png | |
| category: Editor |
| apiVersion: 1.0.0 | |
| metadata: | |
| name: java-eap-maven-eyeln | |
| projects: | |
| - name: kitchensink-example | |
| source: | |
| location: 'https://github.com/jboss-developer/jboss-eap-quickstarts.git' | |
| type: git | |
| sparseCheckoutDir: kitchensink-jsp | |
| branch: 7.4.x |
| apiVersion: v2 | |
| publisher: eclipse | |
| name: che-theia | |
| version: next | |
| type: Che Editor | |
| displayName: theia-ide | |
| title: Eclipse Theia development version. | |
| description: Eclipse Theia, get the latest release each day. | |
| icon: /v3/images/eclipse-che-logo.png | |
| category: Editor |
| # | |
| # Copyright (c) 2012-2019 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 | |
| # | |
| # Contributors: | |
| # Red Hat, Inc. - initial API and implementation |
| # | |
| # Copyright (c) 2012-2019 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 | |
| # | |
| # Contributors: | |
| # Red Hat, Inc. - initial API and implementation |
| apiVersion: operators.coreos.com/v1 | |
| kind: OperatorGroup | |
| metadata: | |
| name: operatorgroup | |
| namespace: <TODO-EXISTING_NAMESPACE> | |
| spec: | |
| targetNamespaces: | |
| - <TODO-EXISTING_NAMESPACE> |
None at this time.