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: tekton.dev/v1 | |
| kind: Pipeline | |
| metadata: | |
| name: build-single | |
| spec: | |
| description: | | |
| Build a single Python wheel by specifying the package and version directly, | |
| bypassing the identify-packages step. Useful for manual/one-off builds. | |
| Usage: pass e.g. package="requests==2.31.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
| 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 |
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 | |
| 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:" |
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
| 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 |
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: 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 |
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: 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 |
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: 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 |
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
| # | |
| # 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 |
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
| # | |
| # 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 |
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: operators.coreos.com/v1 | |
| kind: OperatorGroup | |
| metadata: | |
| name: operatorgroup | |
| namespace: <TODO-EXISTING_NAMESPACE> | |
| spec: | |
| targetNamespaces: | |
| - <TODO-EXISTING_NAMESPACE> |
NewerOlder