diff --git a/deploy/operator-local.yaml b/deploy/operator-local.yaml index 2aea4f8f4..8da22fa1e 100644 --- a/deploy/operator-local.yaml +++ b/deploy/operator-local.yaml @@ -25,7 +25,7 @@ spec: serviceAccountName: che-operator containers: - name: che-operator - image: quay.io/eclipse/che-operator:7.16.1 + image: quay.io/eclipse/che-operator:7.16.2 ports: - containerPort: 60000 name: metrics @@ -44,13 +44,13 @@ spec: - name: OPERATOR_NAME value: che-operator - name: CHE_VERSION - value: 7.16.1 + value: 7.16.2 - name: RELATED_IMAGE_che_server - value: quay.io/eclipse/che-server:7.16.1 + value: quay.io/eclipse/che-server:7.16.2 - name: RELATED_IMAGE_plugin_registry - value: quay.io/eclipse/che-plugin-registry:7.16.1 + value: quay.io/eclipse/che-plugin-registry:7.16.2 - name: RELATED_IMAGE_devfile_registry - value: quay.io/eclipse/che-devfile-registry:7.16.1 + value: quay.io/eclipse/che-devfile-registry:7.16.2 - name: RELATED_IMAGE_che_tls_secrets_creation_job value: quay.io/eclipse/che-tls-secret-creator:alpine-3029769 - name: RELATED_IMAGE_pvc_jobs @@ -58,7 +58,7 @@ spec: - name: RELATED_IMAGE_postgres value: centos/postgresql-96-centos7:9.6 - name: RELATED_IMAGE_keycloak - value: quay.io/eclipse/che-keycloak:7.16.1 + value: quay.io/eclipse/che-keycloak:7.16.2 - name: RELATED_IMAGE_che_workspace_plugin_broker_metadata value: quay.io/eclipse/che-plugin-metadata-broker:v3.2.0 - name: RELATED_IMAGE_che_workspace_plugin_broker_artifacts diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 16b6111d2..a5a96fee3 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -24,7 +24,7 @@ spec: spec: containers: - name: che-operator - image: quay.io/eclipse/che-operator:7.16.1 + image: quay.io/eclipse/che-operator:7.16.2 ports: - containerPort: 60000 name: metrics @@ -43,13 +43,13 @@ spec: - name: OPERATOR_NAME value: che-operator - name: CHE_VERSION - value: 7.16.1 + value: 7.16.2 - name: RELATED_IMAGE_che_server - value: quay.io/eclipse/che-server:7.16.1 + value: quay.io/eclipse/che-server:7.16.2 - name: RELATED_IMAGE_plugin_registry - value: quay.io/eclipse/che-plugin-registry:7.16.1 + value: quay.io/eclipse/che-plugin-registry:7.16.2 - name: RELATED_IMAGE_devfile_registry - value: quay.io/eclipse/che-devfile-registry:7.16.1 + value: quay.io/eclipse/che-devfile-registry:7.16.2 - name: RELATED_IMAGE_che_tls_secrets_creation_job value: quay.io/eclipse/che-tls-secret-creator:alpine-3029769 - name: RELATED_IMAGE_pvc_jobs @@ -57,7 +57,7 @@ spec: - name: RELATED_IMAGE_postgres value: centos/postgresql-96-centos7:9.6 - name: RELATED_IMAGE_keycloak - value: quay.io/eclipse/che-keycloak:7.16.1 + value: quay.io/eclipse/che-keycloak:7.16.2 - name: RELATED_IMAGE_che_workspace_plugin_broker_metadata value: quay.io/eclipse/che-plugin-metadata-broker:v3.2.0 - name: RELATED_IMAGE_che_workspace_plugin_broker_artifacts diff --git a/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.crd.yaml b/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.crd.yaml new file mode 100644 index 000000000..72daf1af5 --- /dev/null +++ b/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.crd.yaml @@ -0,0 +1,562 @@ +# +# Copyright (c) 2012-2020 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: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: checlusters.org.eclipse.che +spec: + group: org.eclipse.che + names: + kind: CheCluster + listKind: CheClusterList + plural: checlusters + singular: checluster + scope: Namespaced + subresources: + status: {} + validation: + openAPIV3Schema: + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: Desired configuration of the Che installation. Based on these + settings, the operator automatically creates and maintains several config + maps that will contain the appropriate environment variables the various + components of the Che installation. These generated config maps should + NOT be updated manually. + properties: + auth: + description: Configuration settings related to the Authentication used + by the Che installation. + properties: + externalIdentityProvider: + description: 'Instructs the operator on whether or not to deploy + a dedicated Identity Provider (Keycloak or RH SSO instance). By + default a dedicated Identity Provider server is deployed as part + of the Che installation. But if `externalIdentityProvider` is + `true`, then no dedicated identity provider will be deployed by + the operator and you might need to provide details about the external + identity provider you want to use. See also all the other fields + starting with: `identityProvider`.' + type: boolean + identityProviderAdminUserName: + description: Overrides the name of the Identity Provider admin user. + Defaults to `admin`. + type: string + identityProviderClientId: + description: Name of a Identity provider (Keycloak / RH SSO) `client-id` + that should be used for Che. This is useful to override it ONLY + if you use an external Identity Provider (see the `externalIdentityProvider` + field). If omitted or left blank, it will be set to the value + of the `flavour` field suffixed with `-public`. + type: string + identityProviderImage: + description: Overrides the container image used in the Identity + Provider (Keycloak / RH SSO) deployment. This includes the image + tag. Omit it or leave it empty to use the defaut container image + provided by the operator. + type: string + identityProviderImagePullPolicy: + description: Overrides the image pull policy used in the Identity + Provider (Keycloak / RH SSO) deployment. Default value is `Always` + for `nightly` or `latest` images, and `IfNotPresent` in other + cases. + type: string + identityProviderPassword: + description: Overrides the password of Keycloak admin user. This + is useful to override it ONLY if you use an external Identity + Provider (see the `externalIdentityProvider` field). If omitted + or left blank, it will be set to an auto-generated password. + type: string + identityProviderPostgresPassword: + description: Password for The Identity Provider (Keycloak / RH SSO) + to connect to the database. This is useful to override it ONLY + if you use an external Identity Provider (see the `externalIdentityProvider` + field). If omitted or left blank, it will be set to an auto-generated + password. + type: string + identityProviderPostgresSecret: + description: 'The secret that contains `password` for The Identity + Provider (Keycloak / RH SSO) to connect to the database. If the + secret is defined then `identityProviderPostgresPassword` will + be ignored. If the value is omitted or left blank then there are + two scenarios: 1. `identityProviderPostgresPassword` is defined, + then it will be used to connect to the database. 2. `identityProviderPostgresPassword` + is not defined, then a new secret with the name `che-identity-postgres-secret` + will be created with an auto-generated value for `password`.' + type: string + identityProviderRealm: + description: Name of a Identity provider (Keycloak / RH SSO) realm + that should be used for Che. This is useful to override it ONLY + if you use an external Identity Provider (see the `externalIdentityProvider` + field). If omitted or left blank, it will be set to the value + of the `flavour` field. + type: string + identityProviderSecret: + description: 'The secret that contains `user` and `password` for + Identity Provider. If the secret is defined then `identityProviderAdminUserName` + and `identityProviderPassword` are ignored. If the value is omitted + or left blank then there are two scenarios: 1. `identityProviderAdminUserName` + and `identityProviderPassword` are defined, then they will be + used. 2. `identityProviderAdminUserName` or `identityProviderPassword` + are not defined, then a new secret with the name `che-identity-secret` + will be created with default value `admin` for `user` and with + an auto-generated value for `password`.' + type: string + identityProviderURL: + description: Public URL of the Identity Provider server (Keycloak + / RH SSO server). You should set it ONLY if you use an external + Identity Provider (see the `externalIdentityProvider` field). + By default this will be automatically calculated and set by the + operator. + type: string + oAuthClientName: + description: Name of the OpenShift `OAuthClient` resource used to + setup identity federation on the OpenShift side. Auto-generated + if left blank. See also the `OpenShiftoAuth` field. + type: string + oAuthSecret: + description: Name of the secret set in the OpenShift `OAuthClient` + resource used to setup identity federation on the OpenShift side. + Auto-generated if left blank. See also the `OAuthClientName` field. + type: string + openShiftoAuth: + description: 'Enables the integration of the identity provider (Keycloak + / RHSSO) with OpenShift OAuth. Enabled by default on OpenShift. + This will allow users to directly login with their Openshift user + through the Openshift login, and have their workspaces created + under personal OpenShift namespaces. WARNING: the `kubeadmin` + user is NOT supported, and logging through it will NOT allow accessing + the Che Dashboard.' + type: boolean + updateAdminPassword: + description: Forces the default `admin` Che user to update password + on first login. Defaults to `false`. + type: boolean + type: object + database: + description: Configuration settings related to the database used by + the Che installation. + properties: + chePostgresDb: + description: Postgres database name that the Che server uses to + connect to the DB. Defaults to `dbche`. + type: string + chePostgresHostName: + description: Postgres Database hostname that the Che server uses + to connect to. Defaults to postgres. This value should be overridden + ONLY when using an external database (see field `externalDb`). + In the default case it will be automatically set by the operator. + type: string + chePostgresPassword: + description: Postgres password that the Che server should use to + connect to the DB. If omitted or left blank, it will be set to + an auto-generated value. + type: string + chePostgresPort: + description: Postgres Database port that the Che server uses to + connect to. Defaults to 5432. This value should be overridden + ONLY when using an external database (see field `externalDb`). + In the default case it will be automatically set by the operator. + type: string + chePostgresSecret: + description: 'The secret that contains Postgres `user` and `password` + that the Che server should use to connect to the DB. If the secret + is defined then `chePostgresUser` and `chePostgresPassword` are + ignored. If the value is omitted or left blank then there are + two scenarios: 1. `chePostgresUser` and `chePostgresPassword` + are defined, then they will be used to connect to the DB. 2. `chePostgresUser` + or `chePostgresPassword` are not defined, then a new secret with + the name `che-postgres-secret` will be created with default value + of `pgche` for `user` and with an auto-generated value for `password`.' + type: string + chePostgresUser: + description: Postgres user that the Che server should use to connect + to the DB. Defaults to `pgche`. + type: string + externalDb: + description: 'Instructs the operator on whether or not to deploy + a dedicated database. By default a dedicated Postgres database + is deployed as part of the Che installation. But if `externalDb` + is `true`, then no dedicated database will be deployed by the + operator and you might need to provide connection details to the + external DB you want to use. See also all the fields starting + with: `chePostgres`.' + type: boolean + postgresImage: + description: Overrides the container image used in the Postgres + database deployment. This includes the image tag. Omit it or leave + it empty to use the defaut container image provided by the operator. + type: string + postgresImagePullPolicy: + description: Overrides the image pull policy used in the Postgres + database deployment. Default value is `Always` for `nightly` or + `latest` images, and `IfNotPresent` in other cases. + type: string + type: object + k8s: + description: Configuration settings specific to Che installations made + on upstream Kubernetes. + properties: + ingressClass: + description: 'Ingress class that will define the which controler + will manage ingresses. Defaults to `nginx`. NB: This drives the + `is kubernetes.io/ingress.class` annotation on Che-related ingresses.' + type: string + ingressDomain: + description: 'Global ingress domain for a K8S cluster. This MUST + be explicitly specified: there are no defaults.' + type: string + ingressStrategy: + description: Strategy for ingress creation. This can be `multi-host` + (host is explicitly provided in ingress), `single-host` (host + is provided, path-based rules) and `default-host.*`(no host is + provided, path-based rules). Defaults to `"multi-host` + type: string + securityContextFsGroup: + description: FSGroup the Che pod and Workspace pods containers should + run in. Defaults to `1724`. + type: string + securityContextRunAsUser: + description: ID of the user the Che pod and Workspace pods containers + should run as. Default to `1724`. + type: string + tlsSecretName: + description: Name of a secret that will be used to setup ingress + TLS termination if TLS is enabled. See also the `tlsSupport` field. + type: string + type: object + metrics: + description: Configuration settings related to the metrics collection + used by the Che installation. + properties: + enable: + description: Enables `metrics` Che server endpoint. Default to `true`. + type: boolean + type: object + server: + description: General configuration settings related to the Che server + and the plugin and devfile registries + properties: + airGapContainerRegistryHostname: + description: Optional hostname (or url) to an alternate container + registry to pull images from. This value overrides the container + registry hostname defined in all the default container images + involved in a Che deployment. This is particularly useful to install + Che in an air-gapped environment. + type: string + airGapContainerRegistryOrganization: + description: Optional repository name of an alternate container + registry to pull images from. This value overrides the container + registry organization defined in all the default container images + involved in a Che deployment. This is particularly useful to install + Che in an air-gapped environment. + type: string + allowUserDefinedWorkspaceNamespaces: + description: Defines if a user is able to specify Kubernetes namespace + (or OpenShift project) different from the default. It's NOT RECOMMENDED + to configured true without OAuth configured. This property is + also used by the OpenShift infra. + type: boolean + cheDebug: + description: Enables the debug mode for Che server. Defaults to + `false`. + type: string + cheFlavor: + description: Flavor of the installation. This is either `che` for + upstream Che installations, or `codeready` for CodeReady Workspaces + installation. In most cases the default value should not be overriden. + type: string + cheHost: + description: Public hostname of the installed Che server. This will + be automatically set by the operator. In most cases the default + value set by the operator should not be overriden. + type: string + cheImage: + description: Overrides the container image used in Che deployment. + This does NOT include the container image tag. Omit it or leave + it empty to use the defaut container image provided by the operator. + type: string + cheImagePullPolicy: + description: Overrides the image pull policy used in Che deployment. + Default value is `Always` for `nightly` or `latest` images, and + `IfNotPresent` in other cases. + type: string + cheImageTag: + description: Overrides the tag of the container image used in Che + deployment. Omit it or leave it empty to use the defaut image + tag provided by the operator. + type: string + cheLogLevel: + description: 'Log level for the Che server: `INFO` or `DEBUG`. Defaults + to `INFO`.' + type: string + cheWorkspaceClusterRole: + description: Custom cluster role bound to the user for the Che workspaces. + The default roles are used if this is omitted or left blank. + type: string + customCheProperties: + additionalProperties: + type: string + description: Map of additional environment variables that will be + applied in the generated `che` config map to be used by the Che + server, in addition to the values already generated from other + fields of the `CheCluster` custom resource (CR). If `customCheProperties` + contains a property that would be normally generated in `che` + config map from other CR fields, then the value defined in the + `customCheProperties` will be used instead. + type: object + devfileRegistryImage: + description: Overrides the container image used in the Devfile registry + deployment. This includes the image tag. Omit it or leave it empty + to use the defaut container image provided by the operator. + type: string + devfileRegistryMemoryLimit: + description: Overrides the memory limit used in the Devfile registry + deployment. Defaults to 256Mi. + type: string + devfileRegistryMemoryRequest: + description: Overrides the memory request used in the Devfile registry + deployment. Defaults to 16Mi. + type: string + devfileRegistryPullPolicy: + description: Overrides the image pull policy used in the Devfile + registry deployment. Default value is `Always` for `nightly` or + `latest` images, and `IfNotPresent` in other cases. + type: string + devfileRegistryUrl: + description: Public URL of the Devfile registry, that serves sample, + ready-to-use devfiles. You should set it ONLY if you use an external + devfile registry (see the `externalDevfileRegistry` field). By + default this will be automatically calculated by the operator. + type: string + externalDevfileRegistry: + description: Instructs the operator on whether or not to deploy + a dedicated Devfile registry server. By default a dedicated devfile + registry server is started. But if `externalDevfileRegistry` is + `true`, then no such dedicated server will be started by the operator + and you will have to manually set the `devfileRegistryUrl` field + type: boolean + externalPluginRegistry: + description: Instructs the operator on whether or not to deploy + a dedicated Plugin registry server. By default a dedicated plugin + registry server is started. But if `externalPluginRegistry` is + `true`, then no such dedicated server will be started by the operator + and you will have to manually set the `pluginRegistryUrl` field. + type: boolean + gitSelfSignedCert: + description: If enabled, then the certificate from `che-git-self-signed-cert` + config map will be propagated to the Che components and provide + particular configuration for Git. + type: boolean + nonProxyHosts: + description: List of hosts that should not use the configured proxy. + Use `|`` as delimiter, eg `localhost|my.host.com|123.42.12.32` + Only use when configuring a proxy is required. Operator respects + OpenShift cluster wide proxy configuration and no additional configuration + is required, but defining `nonProxyHosts` in a custom resource + leads to merging non proxy hosts lists from the cluster proxy + configuration and ones defined in the custom resources. (see the + doc https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html) + (see also the `proxyURL` fields). + type: string + pluginRegistryImage: + description: Overrides the container image used in the Plugin registry + deployment. This includes the image tag. Omit it or leave it empty + to use the defaut container image provided by the operator. + type: string + pluginRegistryMemoryLimit: + description: Overrides the memory limit used in the Plugin registry + deployment. Defaults to 256Mi. + type: string + pluginRegistryMemoryRequest: + description: Overrides the memory request used in the Plugin registry + deployment. Defaults to 16Mi. + type: string + pluginRegistryPullPolicy: + description: Overrides the image pull policy used in the Plugin + registry deployment. Default value is `Always` for `nightly` or + `latest` images, and `IfNotPresent` in other cases. + type: string + pluginRegistryUrl: + description: Public URL of the Plugin registry, that serves sample + ready-to-use devfiles. You should set it ONLY if you use an external + devfile registry (see the `externalPluginRegistry` field). By + default this will be automatically calculated by the operator. + type: string + proxyPassword: + description: Password of the proxy server Only use when proxy configuration + is required (see also the `proxyURL`, `proxyUser` and `proxySecret` + fields). + type: string + proxyPort: + description: Port of the proxy server. Only use when configuring + a proxy is required. (see also the `proxyURL` and `nonProxyHosts` + fields). + type: string + proxySecret: + description: The secret that contains `user` and `password` for + a proxy server. If the secret is defined then `proxyUser` and + `proxyPassword` are ignored + type: string + proxyURL: + description: URL (protocol+hostname) of the proxy server. This drives + the appropriate changes in the `JAVA_OPTS` and `https(s)_proxy` + variables in the Che server and workspaces containers. Only use + when configuring a proxy is required. Operator respects OpenShift + cluster wide proxy configuration and no additional configuration + is required, but defining `proxyUrl` in a custom resource leads + to overrides the cluster proxy configuration with fields `proxyUrl`, + `proxyPort`, `proxyUser` and `proxyPassword` from the custom resource. + (see the doc https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html) + (see also the `proxyPort` and `nonProxyHosts` fields). + type: string + proxyUser: + description: User name of the proxy server. Only use when configuring + a proxy is required (see also the `proxyURL`, `proxyPassword` + and `proxySecret` fields). + type: string + selfSignedCert: + description: Deprecated. The value of this flag is ignored. Che + operator will automatically detect if router certificate is self-signed. + If so it will be propagated to Che server and some other components. + type: boolean + serverMemoryLimit: + description: Overrides the memory limit used in the Che server deployment. + Defaults to 1Gi. + type: string + serverMemoryRequest: + description: Overrides the memory request used in the Che server + deployment. Defaults to 512Mi. + type: string + serverTrustStoreConfigMapName: + description: Name of the config-map with public certificates to + add to Java trust store of the Che server. This is usually required + when adding the OpenShift OAuth provider which has https endpoint + signed with self-signed cert. So, Che server must be aware of + its CA cert to be able to request it. This is disabled by default. + type: string + tlsSupport: + description: Deprecated. Instructs the operator to deploy Che in + TLS mode. This is enabled by default. Disabling TLS may cause + malfunction of some Che components. + type: boolean + workspaceNamespaceDefault: + description: 'Defines Kubernetes default namespace in which user''s + workspaces are created if user does not override it. It''s possible + to use , and placeholders (e.g.: + che-workspace-). In that case, new namespace will be + created for each user (or workspace). Is used by OpenShift infra + as well to specify Project' + type: string + type: object + storage: + description: Configuration settings related to the persistent storage + used by the Che installation. + properties: + postgresPVCStorageClassName: + description: Storage class for the Persistent Volume Claim dedicated + to the Postgres database. If omitted or left blank, default storage + class is used. + type: string + preCreateSubPaths: + description: Instructs the Che server to launch a special pod to + pre-create a subpath in the Persistent Volumes. Defaults to `false`, + however it might need to enable it according to the configuration + of your K8S cluster. + type: boolean + pvcClaimSize: + description: Size of the persistent volume claim for workspaces. + Defaults to `1Gi` + type: string + pvcJobsImage: + description: Overrides the container image used to create sub-paths + in the Persistent Volumes. This includes the image tag. Omit it + or leave it empty to use the defaut container image provided by + the operator. See also the `preCreateSubPaths` field. + type: string + pvcStrategy: + description: Persistent volume claim strategy for the Che server. + This Can be:`common` (all workspaces PVCs in one volume), `per-workspace` + (one PVC per workspace for all declared volumes) and `unique` + (one PVC per declared volume). Defaults to `common`. + type: string + workspacePVCStorageClassName: + description: Storage class for the Persistent Volume Claims dedicated + to the Che workspaces. If omitted or left blank, default storage + class is used. + type: string + type: object + type: object + status: + description: CheClusterStatus defines the observed state of Che installation + properties: + cheClusterRunning: + description: Status of a Che installation. Can be `Available`, `Unavailable`, + or `Available, Rolling Update in Progress` + type: string + cheURL: + description: Public URL to the Che server + type: string + cheVersion: + description: Current installed Che version + type: string + dbProvisioned: + description: Indicates if or not a Postgres instance has been correctly + provisioned + type: boolean + devfileRegistryURL: + description: Public URL to the Devfile registry + type: string + helpLink: + description: A URL that can point to some URL where to find help related + to the current Operator status. + type: string + keycloakProvisioned: + description: Indicates whether an Identity Provider instance (Keycloak + / RH SSO) has been provisioned with realm, client and user + type: boolean + keycloakURL: + description: Public URL to the Identity Provider server (Keycloak / + RH SSO). + type: string + message: + description: A human readable message indicating details about why the + pod is in this condition. + type: string + openShiftoAuthProvisioned: + description: Indicates whether an Identity Provider instance (Keycloak + / RH SSO) has been configured to integrate with the OpenShift OAuth. + type: boolean + pluginRegistryURL: + description: Public URL to the Plugin registry + type: string + reason: + description: A brief CamelCase message indicating details about why + the pod is in this state. + type: string + type: object + version: v1 + versions: + - name: v1 + served: true + storage: true diff --git a/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.crd.yaml.diff b/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.crd.yaml.diff new file mode 100644 index 000000000..e69de29bb diff --git a/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.v7.16.2.clusterserviceversion.yaml b/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.v7.16.2.clusterserviceversion.yaml new file mode 100644 index 000000000..7185ae7f4 --- /dev/null +++ b/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.v7.16.2.clusterserviceversion.yaml @@ -0,0 +1,1168 @@ +apiVersion: operators.coreos.com/v1alpha1 +kind: ClusterServiceVersion +metadata: + annotations: + alm-examples: "[\n {\n \"apiVersion\": \"org.eclipse.che/v1\",\n \"kind\"\ + : \"CheCluster\",\n \"metadata\": {\n \"name\": \"eclipse-che\"\n \ + \ },\n \"spec\": {\n \"k8s\": {\n \"ingressDomain\": \"\"\ + ,\n \"tlsSecretName\": \"\"\n },\n \"server\": {\n \ + \ \"cheImageTag\": \"\",\n \"devfileRegistryImage\": \"\",\n\ + \ \"pluginRegistryImage\": \"\",\n \"tlsSupport\": true,\n\ + \ \"selfSignedCert\": false\n },\n \"database\": {\n \ + \ \"externalDb\": false,\n \"chePostgresHostName\": \"\",\n\ + \ \"chePostgresPort\": \"\",\n \"chePostgresUser\": \"\",\n\ + \ \"chePostgresPassword\": \"\",\n \"chePostgresDb\": \"\"\ + \n },\n \"auth\": {\n \"identityProviderImage\": \"\",\n\ + \ \"externalIdentityProvider\": false,\n \"identityProviderURL\"\ + : \"\",\n \"identityProviderRealm\": \"\",\n \"identityProviderClientId\"\ + : \"\"\n },\n \"storage\": {\n \"pvcStrategy\": \"per-workspace\"\ + ,\n \"pvcClaimSize\": \"1Gi\",\n \"preCreateSubPaths\": true\n\ + \ },\n \"metrics\": {\n \"enable\": true\n }\n \ + \ }\n }\n]" + capabilities: Seamless Upgrades + categories: Developer Tools + certified: 'false' + containerImage: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a + createdAt: '2020-07-30T10:23:21Z' + description: A Kube-native development solution that delivers portable and collaborative + developer workspaces. + operatorframework.io/suggested-namespace: eclipse-che + repository: https://github.com/eclipse/che-operator + support: Eclipse Foundation + name: eclipse-che-preview-kubernetes.v7.16.2 + namespace: placeholder +spec: + apiservicedefinitions: {} + customresourcedefinitions: + owned: + - description: Eclipse Che cluster with DB and Auth Server + displayName: Eclipse Che Cluster + kind: CheCluster + name: checlusters.org.eclipse.che + specDescriptors: + - description: TLS routes + displayName: TLS Mode + path: server.tlsSupport + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:booleanSwitch + statusDescriptors: + - description: Ingress to access Eclipse Che + displayName: Eclipse Che URL + path: cheURL + x-descriptors: + - urn:alm:descriptor:org.w3:link + - description: Ingress to access Keycloak Admin Console + displayName: Keycloak Admin Console URL + path: keycloakURL + x-descriptors: + - urn:alm:descriptor:org.w3:link + - description: Eclipse Che server version + displayName: Eclipse Che version + path: cheVersion + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:label + - description: The current status of the application + displayName: Status + path: cheClusterRunning + x-descriptors: + - urn:alm:descriptor:io.kubernetes.phase + - description: Reason of the current status + displayName: Reason + path: reason + x-descriptors: + - urn:alm:descriptor:text + - description: Message explaining the current status + displayName: Message + path: message + x-descriptors: + - urn:alm:descriptor:text + - description: Link providing help related to the current status + displayName: Help link + path: helpLink + x-descriptors: + - urn:alm:descriptor:org.w3:link + version: v1 + description: "A collaborative Kubernetes-native development solution that delivers\ + \ Kubernetes workspaces and in-browser IDE for rapid cloud application development.\n\ + This operator installs PostgreSQL, Keycloak, Registries and the Eclipse Che server,\ + \ as well as configures all these services.\n## Prerequisites\n- Operator Lifecycle\ + \ Manager (OLM) needs to be installed.\n- Kubernetes Platform. For OpenShift,\ + \ the installation is directly made from OperatorHub UI in the admin console.\n\ + \nOLM installation can be checked by running the command:\n```\n$ kubectl get\ + \ pods --all-namespaces | grep olm\nolm catalog-operator-7b8cd7f8bf-2v7zj\ + \ 1/1 Running 0 10m\nolm olm-operator-5c5c798cd5-s6ll5\ + \ 1/1 Running 0 10m\nolm \ + \ olm-operators-fm5wc 1/1 Running 0\ + \ 10m\nolm operatorhubio-catalog-d78km \ + \ 1/1 Running 0 10m\nolm packageserver-5c5f64947b-trghp\ + \ 1/1 Running 0 9m56s\nolm \ + \ packageserver-5c5f64947b-zqvxg 1/1 Running 0\ + \ 9m56s\n```\n\n## How to Install\nInstall `Eclipse Che Operator` by\ + \ following instructions in top right button `Install`.\n\nA new pod che-operator\ + \ is created in `my-eclipse-che` namespace\n\n```\n$ kubectl get pods --all-namespaces\ + \ | grep my-eclipse-che\nmy-eclipse-che che-operator-554c564476-fl98z \ + \ 1/1 Running 0 13s\n```\n\nThe operator is\ + \ now providing new Custom Resources Definitions: `checluster.org.eclipse.che`\n\ + \nCreate a new Eclipse Che instance by creating a new CheCluster resource:\n\n\ + On the bottom of this page, there is a section `Custom Resource Definitions` with\ + \ `Eclipse Che Cluster` name.\n\nClick on `View YAML Example` *Link* and copy\ + \ the content to a new file named `my-eclipse-che.yaml`\n**Important!** Make sure\ + \ you provide **K8s.ingressDomain** which is a global ingress domain of your k8s\ + \ cluster, for example, `gcp.my-ide.cloud`\nCreate the new CheCluster by creating\ + \ the resource in the `my-eclipse-che` namespace :\n```\n$ kubectl create -f my-eclipse-che.yaml\ + \ -n my-eclipse-che\n```\n***important:*** The operator is only tracking resources\ + \ in its own namespace. If CheCluster is not created in this namespace it's ignored.\n\ + The operator will now create pods for Eclipse Che. The deployment status can be\ + \ tracked by looking at the Operator logs by using the command:\n```\n$ kubectl\ + \ logs -n my-eclipse-che che-operator-554c564476-fl98z\n```\n***important:***\ + \ pod name is different on each installation\n\nWhen all Eclipse Che containers\ + \ are running, the Eclipse Che URL is printed\n\n\nEclipse Che URL can be tracked\ + \ by searching for available trace:\n```\n$ kubectl logs -f -n my-eclipse-che\ + \ che-operator-7b6b4bcb9c-m4m2m | grep \"Eclipse Che is now available\"\ntime=\"\ + 2019-08-01T13:31:05Z\" level=info msg=\"Eclipse Che is now available at: http://che-my-eclipse-che.gcp.my-ide.cloud\"\ + \n```\nWhen Eclipse Che is ready, the Eclipse Che URL is displayed in CheCluster\ + \ resource in `status` section\n```\n$ kubectl describe checluster/eclipse-che\ + \ -n my-eclipse-che\n```\n\n```\nStatus:\n Che Cluster Running: Available\n\ + \ Che URL: http://che-my-eclipse-che.gcp.my-ide.cloud\n\ + \ Che Version: 7.0.0\n ...\n```\n\nBy opening this URL in\ + \ a web browser, Eclipse Che is ready to use.\n## Defaults\nBy default, the operator\ + \ deploys Eclipse Che with:\n* Bundled PostgreSQL and Keycloak\n* Per-Workspace\ + \ PVC strategy\n* Auto-generated passwords\n* TLS mode (secure routes)\n## Installation\ + \ Options\nEclipse Che operator installation options include:\n* Connection to\ + \ external database and Keycloak\n* Configuration of default passwords and object\ + \ names\n* PVC strategy (once shared PVC for all workspaces, PVC per workspace,\ + \ or PVC per volume)\n* Authentication options\n### External Database and Keycloak\n\ + To instruct the operator to skip deploying PostgreSQL and Keycloak and connect\ + \ to an existing DB and Keycloak instead:\n* set respective fields to `true` in\ + \ a custom resource spec\n* provide the operator with connection and authentication\ + \ details:\n ```\n externalDb: true\n chePostgresHostname: 'yourPostgresHost'\n\ + \ chePostgresPort: '5432'\n chePostgresUser: 'myuser'\n chePostgresPassword:\ + \ 'mypass'\n chePostgresDb: 'mydb'\n externalIdentityProvider: true\n identityProviderURL:\ + \ 'https://my-keycloak.com'\n identityProviderRealm: 'myrealm'\n identityProviderClientId:\ + \ 'myClient'\n ```\n#### Self-signed Certificates and TLS Secrets\n\nEclipse\ + \ Che uses self-signed certificates by default, as TLS mode is on by default.\n\ + \nTo provide the name of the tls secret that will be used for Eclipse Che and\ + \ workspaces ingresses:\n```\ntlsSecretName: 'my-ingress-tls-secret'\n```\n" + displayName: Eclipse Che + icon: + - base64data: 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 + mediatype: image/png + install: + spec: + deployments: + - name: che-operator + spec: + replicas: 1 + selector: + matchLabels: + app: che-operator + strategy: {} + template: + metadata: + labels: + app: che-operator + spec: + containers: + - command: + - /usr/local/bin/che-operator + env: + - name: WATCH_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.annotations['olm.targetNamespaces'] + - name: POD_NAME + valueFrom: + fieldRef: + fieldPath: metadata.name + - name: OPERATOR_NAME + value: che-operator + - name: CHE_VERSION + value: 7.16.2 + - name: RELATED_IMAGE_che_server + value: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c + - name: RELATED_IMAGE_plugin_registry + value: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 + - name: RELATED_IMAGE_devfile_registry + value: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb + - name: RELATED_IMAGE_che_tls_secrets_creation_job + value: quay.io/eclipse/che-tls-secret-creator@sha256:881d32131d31a88ce650d959c06d5f393533877d47077993b0740549eee4cfd5 + - name: RELATED_IMAGE_pvc_jobs + value: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + - name: RELATED_IMAGE_postgres + value: docker.io/centos/postgresql-96-centos7@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + - name: RELATED_IMAGE_keycloak + value: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 + - name: RELATED_IMAGE_che_workspace_plugin_broker_metadata + value: quay.io/eclipse/che-plugin-metadata-broker@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + - name: RELATED_IMAGE_che_workspace_plugin_broker_artifacts + value: quay.io/eclipse/che-plugin-artifacts-broker@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 + - name: RELATED_IMAGE_che_server_secure_exposer_jwt_proxy_image + value: quay.io/eclipse/che-jwtproxy@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + - name: CHE_FLAVOR + value: che + - name: CONSOLE_LINK_NAME + value: che + - name: CONSOLE_LINK_DISPLAY_NAME + value: Eclipse Che + - name: CONSOLE_LINK_SECTION + value: Red Hat Applications + - name: CONSOLE_LINK_IMAGE + value: /dashboard/assets/branding/loader.svg + - name: CHE_IDENTITY_SECRET + value: che-identity-secret + - name: CHE_IDENTITY_POSTGRES_SECRET + value: che-identity-postgres-secret + - name: CHE_POSTGRES_SECRET + value: che-postgres-secret + - name: CHE_SERVER_TRUST_STORE_CONFIGMAP_NAME + value: ca-certs + - name: RELATED_IMAGE_coder_plugin_registry_image_GIXDCNJSGMWXM43DGEXDGOBOGEWWG2DFBI______ + value: docker.io/chinodesuuu/coder@sha256:6387eee627678d36fa1313017cf5620890f25559df8b24cb53e1d5f4ab6f4726 + - name: RELATED_IMAGE_coder_plugin_registry_image_GIXDCNRVGAWXM43DGEXDGOJOGIWWG2DFBI______ + value: docker.io/chinodesuuu/coder@sha256:1af9c45c3f8c9836dba10c4a2c7b43915bc04fa4b9b9cc598d4bad5cf036817e + - name: RELATED_IMAGE_coder_plugin_registry_image_NZSXQ5AK + value: docker.io/chinodesuuu/coder@sha256:77f51200f6f9ff62551794be48a3497e464c93f2420877253b98de3e041e0e9d + - name: RELATED_IMAGE_dirigible_openshift_plugin_registry_image_GMXDILRQBI______ + value: docker.io/dirigiblelabs/dirigible-openshift@sha256:3365635d1e0403697dea0674bbbdc749c4be2db29818a93b8e1e53c3c5144113 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_BI______ + value: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDALRQBI______ + value: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCLRQBI______ + value: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDGLRRBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14041e6e51f47248e1018a2dacc8e70acad08f2a2dd7dc67c83a1b43d2cb73b7 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDGLRSBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:d1cc54bbf5a61d4cb995325c7f71daba907bc81c755524a4dc76f4ce2d49934e + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDGLRTBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f63bf9206cb11d36d7af60f47126d8fa6c458c419b047c70b2b51d73acdce84 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDILRQBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:02bbffee045b6fdbc40e1824a8a5cfe5f2b25e4dcffa1dad7324c479b1227f59 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDKLRQBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:a12a88b352b65fd4031e77de0fd66a2cc412a80d8a5c0d46e32fa7d3d429bf1d + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDKLRRBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:16c530ceaf61b7b2146d421b6d8d937fddc8ec2501ccc69f5589449eed9228be + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDALRQBI______ + value: docker.io/eclipse/che-theia@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDALRQFVXGK6DUBI______ + value: docker.io/eclipse/che-theia@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDALRQFVZGGLJTFYYAU___ + value: docker.io/eclipse/che-theia@sha256:03833982a58592d13a8d74900ee5df1fb4ed7eafe81890e626b189abe8b053d3 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDALRQFVZGGLJUFYYAU___ + value: docker.io/eclipse/che-theia@sha256:752c89b1a02b732792df4d55e4d096ec304602f294e88eb49e2d45bc6b700577 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCLRQBI______ + value: docker.io/eclipse/che-theia@sha256:011b5cff61a6700bd85e4f003c9d33c25e0a461d12e57d4722069320b6f870ec + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDELRQBI______ + value: docker.io/eclipse/che-theia@sha256:2ce0bd770cb9f305946f5cf568c65d773b4d2a12c5da62182faab45e329765a8 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDGLRQBI______ + value: docker.io/eclipse/che-theia@sha256:b838ca40fe97ef6429a1246ce4da54b5a35fe33171f65a2079348b238a63cfa8 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDGLRRBI______ + value: docker.io/eclipse/che-theia@sha256:37c49db6be66a2a11c9a2dba6c5105e2c7f6947c2965f7d237d1367e0334ad8f + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDGLRSBI______ + value: docker.io/eclipse/che-theia@sha256:b91e3c2ab5420f7e783ab41585fe3fd5fa24e0a1008bf779dfc2eb8bda001912 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDGLRTBI______ + value: docker.io/eclipse/che-theia@sha256:fe554df6c86aa3832ce47a3a74f56d70aa8a6166dc4ff07f578363759f7fa3f7 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDILRQBI______ + value: docker.io/eclipse/che-theia@sha256:cb39ccfdecb00ae3ff75d85987d145f7826c1905b7a2aa23e8c6ca7a9b9473aa + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDKLRQBI______ + value: docker.io/eclipse/che-theia@sha256:f7dd1fb78444d561239c6bf371999f5e13c2db199a87fafdd2198b9186f439eb + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDKLRRBI______ + value: docker.io/eclipse/che-theia@sha256:be2f2df6178dcc2598453c7bf9dc878c06e4830f9c948f5ea5c2fcb0140bb5f0 + - name: RELATED_IMAGE_che_editor_jupyter_plugin_registry_image_GUXDOLRQBI______ + value: docker.io/ksmster/che-editor-jupyter@sha256:83439ae9edcaa3a97536742315a7912f93e499f49847da094c480031eae4ba47 + - name: RELATED_IMAGE_rhamt_vscode_extension_plugin_registry_image_NJQXMYJYBI______ + value: docker.io/windup3/rhamt-vscode-extension@sha256:179d1826e10f770af4cace5516041be60dd13115d302b16d5b1b345689e7b200 + - name: RELATED_IMAGE_eclipse_broadway_plugin_registry_image_BI______ + value: docker.io/wsskeleton/eclipse-broadway@sha256:89fddccbbe64183f91384917673e362c4854a86af6361d4dbb78565c9d1bf706 + - name: RELATED_IMAGE_che_buildah_base_plugin_registry_image_GEXDCNBOGAWWEMDDHEYWIMYK + value: quay.io/eclipse/che-buildah-base@sha256:417203d8629edd92f187afd3ebb3d8dc28338d34809eb75ffc2e08a400f8d56b + - name: RELATED_IMAGE_che_buildkit_base_plugin_registry_image_GAXDOLRRFVRGCY3CGA3DSCQ_ + value: quay.io/eclipse/che-buildkit-base@sha256:effa98dd2ced30b520b25afff1a880d121cf6b3f8ab42a5149eada46ba793ce9 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMBOGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:1568dee073c3122936eda30a451659d34a982ba5ec8671e640d67190579d1e98 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMJOGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:62b65767780978f937f433f4be6f5ae7dc394d70f9df8b4302e48df8bbae3a07 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMROGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:11162cec7b9fe5340ceb38c697f9c2351d9122143359b0eeaf831a87680b7206 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMROGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:93958d7e441c697791f8f4eaace0ff4142e4ea5094e160f5ba96bc2d25cfd10f + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMROGIFA____ + value: quay.io/eclipse/che-machine-exec@sha256:fbbdcf231866f1fffe9c835c332950352ad17dc166d2a541309a40019280e330 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMZOGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:321ce97827335efe7256a117c6e1cc7601b8500d495b187c6106c291d1410f6b + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMZOGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:4d63fd5558c0c2ecdafe32aaadaade30709c03e5199b3275e8aa51ab58395c6e + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMZOGIFA____ + value: quay.io/eclipse/che-machine-exec@sha256:773eca66abe31c53d0fc544e30655ad3723e5a22ef38ac1aded82ca2fccdd393 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNBOGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:a3464b7782dcac24191c89c81a93182ac6f49dd2d5608f9d3aeb759146df75ca + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNBOGIFA____ + value: quay.io/eclipse/che-machine-exec@sha256:fa01588b491930527bbb2aed97d3fa8565b772bfea3eba9a683cb09d88adb4d5 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNBOGMFA____ + value: quay.io/eclipse/che-machine-exec@sha256:c6d7ec0e480a8a419963810c2b06dc3ceb36314c3eabcbb2570ac3b4e2c2e063 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNJOGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:c0a3031dbec1d5827c830e0c8762d0e9051f36ab4fe4cc9c051dda0d6340bb6a + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNJOGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:5d721f6e3b436a16ada88e19fd4bdc43c6ed9daab4ca168f4497f856146b383a + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNJOGIFA____ + value: quay.io/eclipse/che-machine-exec@sha256:dd49bbb6289413e597d036061b3c1f13afe24a53bfb10ab5f1c944451c42ca2f + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNROGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:6c10be6622777471f0baacd0be488d9b57eb8ff9c5d3b107f9a0de9a5d3c19f8 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDELRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDGLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:bfc6eef05ca460d73b3d3c472bef2b82443810e2ab6f60e2083b3aaa258d9b39 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDGLRRBI______ + value: quay.io/eclipse/che-machine-exec@sha256:abec8a0dd8437944da0a9ca2f62b5e3a546323901fa682f3b7a5b49a500937c1 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDGLRSBI______ + value: quay.io/eclipse/che-machine-exec@sha256:56e1305f89a9fe9866b1233d58a07f42e930c8766480d39b841e9164d88155ff + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDGLRTBI______ + value: quay.io/eclipse/che-machine-exec@sha256:816180f9d86c09dee679cfaf0812cd8298c2ccbbe3cc6ce2b364e6927fc8a6d0 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDILRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:cc5ca69ee119a8a38886d61f20f5d43794a3dc78a8e04daa27240211a694ec98 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDKLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:3600bad6821c5d23050cf7f184517c8df68b57d234ce306b1028940463db782e + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDKLRRBI______ + value: quay.io/eclipse/che-machine-exec@sha256:a4cd49870cc2595293f0682f88126142c5a1e83d03054b6aa3c9ede01921c11a + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDMLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:b4649defd3e9b42c7d867c036d4ed5b6a8f917fb2cc4371ed21090e4751f8cd2 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDOLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:6b2b3b440e476e3cb55fd3c908c72100214a33d3b96aa0d03eaddc2bdf1b74c1 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDOLRRBI______ + value: quay.io/eclipse/che-machine-exec@sha256:30689595758817ed7956a9a54455b6d0a65d4733c711762479dd85212fe4b378 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDQLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:5aebc022ee3a12baf06cb4f6f7350fc6531e18a6f6781775c47035ae6818567f + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDSLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:2aaa69d3d343d5fe8590689444aae5973aa3835b3f3dedd5779f8836f3e284e5 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDSLRRBI______ + value: quay.io/eclipse/che-machine-exec@sha256:76dffe6ed45ce0ed087d3883b6c86ad8e94bcc38042f45e834f8a8d389a168c6 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDSLRSBI______ + value: quay.io/eclipse/che-machine-exec@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_NZUWO2DUNR4QU___ + value: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGAWTOMDGHFSDCNYK + value: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGAWWINJZHA4WENQK + value: quay.io/eclipse/che-sidecar-camelk@sha256:6645413b003790b451c22082184445ffa50609cd3435af86c246b95c22a36e27 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGEWTAMLBMZSWCNQK + value: quay.io/eclipse/che-sidecar-camelk@sha256:31e92f33d4757db626a11c92bccb0d0e8cab21aef1b6338a6792788b04e0d079 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGIWWMMJSGJRDMMAK + value: quay.io/eclipse/che-sidecar-camelk@sha256:db5f3897e2f5d291b5c00a7e5b6fe4baa510cb9c59be2dd5e0c30f3bc085186e + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGMWWGMZSHA3WINQK + value: quay.io/eclipse/che-sidecar-camelk@sha256:7f338b75da4f3870b5945ad9e0d3679f9fbc9a04fc8cf6b1467a4a6f64412b3a + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGQWTKOLEGI2TQYQK + value: quay.io/eclipse/che-sidecar-camelk@sha256:ddd941979443a9962a27f2a059d95550768cbab76848d606ce410536ff2bdaa0 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGUWWCNJXHBRTIYIK + value: quay.io/eclipse/che-sidecar-camelk@sha256:f830861c2a1d99ebb0579b4ee3761fbcd51cf42af54306cc6ae02d865866ffc3 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRZFU4WKOBVGM4GKCQ_ + value: quay.io/eclipse/che-sidecar-camelk@sha256:c15410792906339b70996d13374d1ee4123ed55afdd894935c920f0cf365f3cd + - name: RELATED_IMAGE_che_sidecar_clang_plugin_registry_image_HAWTQM3BMRRDGYIK + value: quay.io/eclipse/che-sidecar-clang@sha256:1c217f34ca69108fdd1ab844c0bcf960edff92519677bde4f8a5f4841b104745 + - name: RELATED_IMAGE_che_sidecar_dependency_analytics_plugin_registry_image_GAXDALRRGIWWINBXHAZTKMIK + value: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:392eb12ffac4c1369faec782221fe1758fd826c77aba8ce88ad3ecbf59154ed7 + - name: RELATED_IMAGE_che_sidecar_dependency_analytics_plugin_registry_image_GAXDALRRGMWWCMZYMNRDAYYK + value: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:0708b3c63d2065ef96667cacec9a46570f00fcb0f107df3e902ac444e68e1170 + - name: RELATED_IMAGE_che_sidecar_dotnet_plugin_registry_image_GIXDELRRGA2S2MTGMQ3GKNZYBI______ + value: quay.io/eclipse/che-sidecar-dotnet@sha256:5c0957a726a0cafb4ffa9e757425128e3f702123d11c5e673ff8ee58c712aea2 + - name: RELATED_IMAGE_che_sidecar_dotnet_plugin_registry_image_GMXDCLRTGAYS2MJRG5STMNJTBI______ + value: quay.io/eclipse/che-sidecar-dotnet@sha256:a8dbaf701e3133d377e0a2c9b6b98ba47d562a6751d268e9fb452162a2457286 + - name: RELATED_IMAGE_che_sidecar_go_plugin_registry_image_GEXDCMBOG4WWGMBVMRTGEMAK + value: quay.io/eclipse/che-sidecar-go@sha256:b4ad5db762bcd8f6a778df013d8c9b2296a408fb923ffb80a00ec5390e6a2edb + - name: RELATED_IMAGE_che_sidecar_go_plugin_registry_image_GEXDCMROHEWTMNJSMFSDCOIK + value: quay.io/eclipse/che-sidecar-go@sha256:a7f28b36545814666cfe4b00785f3f5f119bfb6d5b45dc9ba04312b4b5e1692c + - name: RELATED_IMAGE_che_sidecar_go_plugin_registry_image_GEXDCNBOGQWWCZTFMJTDOMAK + value: quay.io/eclipse/che-sidecar-go@sha256:d660e0132ec47a09f0d6571e546e4010497dc66be8a99c09e700781ef111e78c + - name: RELATED_IMAGE_che_sidecar_java_plugin_registry_image_GEYS2ZRXGZRWCNBVBI______ + value: quay.io/eclipse/che-sidecar-java@sha256:54a5f721588455403d8c2a81d1fbc8fef2c6a32aead44f2fb3e24a8a1fddb9a2 + - name: RELATED_IMAGE_che_sidecar_java_plugin_registry_image_HAWTAY3GMJQWGYQK + value: quay.io/eclipse/che-sidecar-java@sha256:4fb35b4e112a05c82353ad0e1f5eb35d1ba204be475b72f3c753b0e26c9e668d + - name: RELATED_IMAGE_che_sidecar_kubernetes_tooling_plugin_registry_image_GEXDALRZFU4DEYZXGA2GKCQ_ + value: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:55e83d7f8cbf6a044ca68a4beb95e1192ae71a6d27f24cec7e300588f127480f + - name: RELATED_IMAGE_che_sidecar_kubernetes_tooling_plugin_registry_image_GEXDCLRQFUZTCYJYGQ3DICQ_ + value: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:3f551189a697cac40870696f39dd92195021bbb3279e2f26902234ab65a88f10 + - name: RELATED_IMAGE_che_sidecar_kubernetes_tooling_plugin_registry_image_GEXDELRQFUZWKYJVG5SDKCQ_ + value: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:882fca5fc7aad06a663a9c2b499e4f2de1cc991b48b0390b380e4ede1cb47f1f + - name: RELATED_IMAGE_che_sidecar_node_plugin_registry_image_GEYC2MDDMI2WINZYBI______ + value: quay.io/eclipse/che-sidecar-node@sha256:0370b2c3d52d31c9fd52bff3edb84bd36bbcc2aff6224957d6dd94935843ee59 + - name: RELATED_IMAGE_che_sidecar_openshift_connector_plugin_registry_image_GAXDCLRQFU2TINRQGU4DSCQ_ + value: quay.io/eclipse/che-sidecar-openshift-connector@sha256:988ec660328d6eaa9c0cc0053905d801948e8800092e88a146f42b7ed1bb17b7 + - name: RELATED_IMAGE_che_sidecar_openshift_connector_plugin_registry_image_GAXDCLRRFU4WCYRTGE2GICQ_ + value: quay.io/eclipse/che-sidecar-openshift-connector@sha256:d21ca244a5b0d94c09fcf5286e25f3db12bba0f0fab87d55c39ec0bc0350fbfa + - name: RELATED_IMAGE_che_sidecar_openshift_connector_plugin_registry_image_GAXDCLRSFUZDMMBRGUYDSCQ_ + value: quay.io/eclipse/che-sidecar-openshift-connector@sha256:8e4403ef1f7f74af3568abd60ccf1b959e2f43bef0001ba7a77ca5f8bc0d5a0e + - name: RELATED_IMAGE_che_sidecar_openshift_connector_plugin_registry_image_GAXDCLRVFU3TANBTHBSDECQ_ + value: quay.io/eclipse/che-sidecar-openshift-connector@sha256:036ac29e63d46763a55a61907cb85f17262f431866a22ac0076fbac12bbf6dbf + - name: RELATED_IMAGE_che_sidecar_php_plugin_registry_image_G4WTKYZVMVRWGNIK + value: quay.io/eclipse/che-sidecar-php@sha256:e4f1db4b5bc641485f42a5e0534c37894042c5302acfb1fefcfdf6d659aa7925 + - name: RELATED_IMAGE_che_sidecar_python_plugin_registry_image_GMXDOLRTFU4GMMZZGM2DQCQ_ + value: quay.io/eclipse/che-sidecar-python@sha256:9d910486a81d92ebdeaab4c2fc71546bee23ff7e3a986fdb9df4e458819cb958 + - name: RELATED_IMAGE_che_sidecar_scala_plugin_registry_image_GAXDSLRQFU3GCOBTGNSWGCQ_ + value: quay.io/eclipse/che-sidecar-scala@sha256:bdae1cc3e0886421f610adf38f4216a5f2184eccd731107f3bbd3c1f3444b69b + - name: RELATED_IMAGE_che_sidecar_sonarlint_plugin_registry_image_GEXDCNROGAWTIYLGGUYDGOIK + value: quay.io/eclipse/che-sidecar-sonarlint@sha256:6e887c710c0d755dc7ff400aa441bb8b599dd5097357d246aba1c1abfa1d7f19 + - name: RELATED_IMAGE_che_sidecar_vale_plugin_registry_image_GAXDSLRRFVQWINJTMNRWMCQ_ + value: quay.io/eclipse/che-sidecar-vale@sha256:654b3efbdb73b2242ce32d4a0d7da77ac561942c2a37906cff49029a9481b2cc + - name: RELATED_IMAGE_che_sidecar_workspace_data_sync_plugin_registry_image_NRQXIZLTOQFA____ + value: quay.io/eclipse/che-sidecar-workspace-data-sync@sha256:88d0125837d5a57cb24bb3ed81e6a8f4119a5043b7926bd2bd01710854c44f10 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMBOGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:f19ee03a6551a28001e8a84ae5b347efafe391a7d20743b9edccf37e7ca75935 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMJOGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8d01970a15d07f052e9411c1ba08066476e1b09a33f4b97aaf8cdde5f8bb5b73 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMROGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f965a8e0f036c30ac782dfcadb26d156e781aa07a98ca28c78be2ae7f88c08b + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMROGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:5ee9a858457eb2c3b3b70d60442a789c9e8c8558ac877a8783fca1e06181a19f + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMROGIFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:2a88730d449ca59038cfe75af7411e7c87e15921c9bd8ed0ad84e2331b8e6d9c + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMZOGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:4257f9a1a1bfe543f88e7144cdec4e34cc7a3f686f77e0b15bd1ef77c8adb66c + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMZOGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1f6a5ff82a76e4d7c64ed85e75879b12ad47c7fb521a750304ba7e10a85dd7fc + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMZOGIFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ad57d9bce0bdc2ae67cc48c386dded6988ddc03b94fd74e39b3a62dcd260c2b4 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNBOGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1ab93e5399a76804edbace42d83a8b2b49da1b4d531215bc3ff4481da2792268 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNBOGIFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:b7a790133b77b445b73d8e8c66e361e4d017a8f34314c85d1b6218f7f9412288 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNBOGMFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8c2d8abda2dd84a4c7c7d9b72deb42f8f15a06021713e62dff31ee7e2e41f74e + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNJOGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ec9d069625d64d9525d540cb3adce6f798374bbbbe0334c1fd71cefd2bd9fd58 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNJOGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:c6a099e808328cb8fe3dc707370017d724e39524b5ec74076a0fffdd5af149b0 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNJOGIFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:e8d491ff71c46e9e631212f6580d9a04d4b4fad4199f1da36bb64f9a40d2bdf6 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNROGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:506fe604d3981bdc569ee04c852f6fc09f6e239ad62e5c2113cf11f4c286229f + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDMLRQBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDOLRQBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0966a350a5a4981d65e4fb985c46f052e04f235bb4b460058637afb3541ec871 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDOLRRBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:21573a943a6f3ae39a226a7d268fd80f07b1acc95f9135fd1f250a46a041aebe + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDQLRQBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:85da304326dce10a92674df73fee0e0b169b9f9bcc76231a11dd1811df433847 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDSLRQBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:56eb0291fa0cd7eada24f60178053fba95454ca55047538d0252d782c27cb48d + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDSLRRBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:fea04c9027c56fd3f588ac0c981e5142a248829ad13983a13bcd1323f72706e8 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDSLRSBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1dec8240be6fb3f60f45982a6cd2012c7ff7390b776111a618c4b8b724f9362e + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMBOGAFA____ + value: quay.io/eclipse/che-theia@sha256:4b160fea82a3d1edea8daad206323ee46e958d2970adfa4e68a48b3c7122b8e8 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMJOGAFA____ + value: quay.io/eclipse/che-theia@sha256:d0a7b5ed17656f3c76207dcede53165cf9eafd7d77f840165d5544bb8a502880 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMROGAFA____ + value: quay.io/eclipse/che-theia@sha256:127ef5d56e118fe2078e219ce98b7cf5ae10a27fe5e3bb017c697639910a03ee + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMROGEFA____ + value: quay.io/eclipse/che-theia@sha256:a3d383d69cde1d0bd946ab103cfbfd8c8adfa73f09c4022faea2082e2de45efa + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMROGIFA____ + value: quay.io/eclipse/che-theia@sha256:4d6fcf6f32e997af7ef7934ff558283d9e618ae15f68d039e644cbfaf0451172 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMZOGAFA____ + value: quay.io/eclipse/che-theia@sha256:40335cec48c5a412b2acd631301e376435222b7157af24059208ccfb4e6f0609 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMZOGEFA____ + value: quay.io/eclipse/che-theia@sha256:78f7703e4617ff199bd014fe1a045f75d12ba15bda6437a9243a74add042c653 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMZOGIFA____ + value: quay.io/eclipse/che-theia@sha256:c51e924d1569303397fc7d121c3dc1b61b737ad82dab2f02fd05655fc1dc70a0 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNBOGEFA____ + value: quay.io/eclipse/che-theia@sha256:27cc9f5fe813e564fdd023e1563ebd7d594855c31777781b02b8af006ccdce56 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNBOGIFA____ + value: quay.io/eclipse/che-theia@sha256:668621d34e8d3e57da4589984a6cb7e2aadb378a9cd4c931513346782dfab5b7 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNBOGMFA____ + value: quay.io/eclipse/che-theia@sha256:6a68c4453fde6c5a4c4414048776204211c1e81334065a24828f280a3752074c + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNJOGAFA____ + value: quay.io/eclipse/che-theia@sha256:e80f3127a2424d5ca71f0c87f6c232304288ce63a660dab0537ee75bac1b9944 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNJOGEFA____ + value: quay.io/eclipse/che-theia@sha256:74d65d2d0accc3bb8c09ea2a0653c3b95c9e4602917252d6e1d5ef652102696f + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNJOGIFA____ + value: quay.io/eclipse/che-theia@sha256:f52414ef293498e14316de52c3d64e8b8537ef2b3044afd9ac9cf19489da7451 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNROGAFA____ + value: quay.io/eclipse/che-theia@sha256:920432d9cf33ec258531372cc4ac901e401a6620c87666e9da66628caea455b0 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-theia@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDMLRQBI______ + value: quay.io/eclipse/che-theia@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDOLRQBI______ + value: quay.io/eclipse/che-theia@sha256:10606b9e0458610386e1226e98cb9e0d72ae70c25dc29765f36e58d3cd17d34b + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDOLRRBI______ + value: quay.io/eclipse/che-theia@sha256:cd4374f8ab298c90b515b916c9f3dda4d9bee6e01d9007ee1e52d1ed06b978ac + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDQLRQBI______ + value: quay.io/eclipse/che-theia@sha256:3f630acb301316223c226bf6515776bf191f1e4fefe02066c8b7d112bbdb8aa8 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDSLRQBI______ + value: quay.io/eclipse/che-theia@sha256:e4ec90a4117a649c182b1e6923cb35ee4b53c02ef046746b61b79fc8060e6976 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDSLRRBI______ + value: quay.io/eclipse/che-theia@sha256:dd4e017160c057842247f9db0c18a1ce6a509f1cc6684386eb7977f501d9706c + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDSLRSBI______ + value: quay.io/eclipse/che-theia@sha256:3c0d74755cbc35791cd4d8694968c97a447c0181d9349c42aebc880468a4723a + - name: RELATED_IMAGE_mongodb_36_centos7_devfile_registry_image_BI______ + value: docker.io/centos/mongodb-36-centos7@sha256:b98e92d398609cf92b3d02ae6ec48c0583d316fcafd6886719eaf6e10e23c592 + - name: RELATED_IMAGE_mysql_57_centos7_devfile_registry_image_BI______ + value: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 + - name: RELATED_IMAGE_che_cpp_rhel7_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 + - name: RELATED_IMAGE_che_dotnet_2_2_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 + - name: RELATED_IMAGE_che_dotnet_3_1_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 + - name: RELATED_IMAGE_che_golang_1_12_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 + - name: RELATED_IMAGE_che_java11_gradle_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 + - name: RELATED_IMAGE_che_java11_maven_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e + - name: RELATED_IMAGE_che_java8_maven_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 + - name: RELATED_IMAGE_che_nodejs10_community_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee + - name: RELATED_IMAGE_che_nodejs10_ubi_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 + - name: RELATED_IMAGE_che_nodejs8_centos_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a + - name: RELATED_IMAGE_che_php_7_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e + - name: RELATED_IMAGE_che_python_3_7_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 + - name: RELATED_IMAGE_che_quarkus_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 + - name: RELATED_IMAGE_che_rust_1_39_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 + - name: RELATED_IMAGE_ubi_minimal_devfile_registry_image_BI______ + value: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + image: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a + imagePullPolicy: IfNotPresent + name: che-operator + ports: + - containerPort: 60000 + name: metrics + resources: {} + restartPolicy: Always + serviceAccountName: che-operator + terminationGracePeriodSeconds: 5 + permissions: + - rules: + - apiGroups: + - extensions + resources: + - ingresses + verbs: + - '*' + - apiGroups: + - batch + resources: + - jobs + verbs: + - '*' + - apiGroups: + - rbac.authorization.k8s.io + resources: + - roles + - rolebindings + verbs: + - '*' + - apiGroups: + - rbac.authorization.k8s.io + resources: + - clusterroles + - clusterrolebindings + verbs: + - '*' + - apiGroups: + - '' + resources: + - pods + - services + - serviceaccounts + - endpoints + - persistentvolumeclaims + - events + - configmaps + - secrets + - pods/exec + - pods/log + verbs: + - '*' + - apiGroups: + - '' + resources: + - namespaces + verbs: + - get + - apiGroups: + - apps + resources: + - deployments + verbs: + - '*' + - apiGroups: + - monitoring.coreos.com + resources: + - servicemonitors + verbs: + - get + - create + - apiGroups: + - org.eclipse.che + resources: + - '*' + verbs: + - '*' + serviceAccountName: che-operator + strategy: deployment + installModes: + - supported: true + type: OwnNamespace + - supported: true + type: SingleNamespace + - supported: true + type: MultiNamespace + - supported: false + type: AllNamespaces + keywords: + - eclipse che + - workspaces + - devtools + - developer + - ide + - java + links: + - name: Product Page + url: http://www.eclipse.org/che + - name: Documentation + url: https://www.eclipse.org/che/docs + - name: Operator GitHub Repo + url: https://github.com/eclipse/che-operator + maintainers: + - email: dfestal@redhat.com + name: David Festal + maturity: stable + provider: + name: Eclipse Foundation + replaces: eclipse-che-preview-kubernetes.v7.16.1 + version: 7.16.2 + relatedImages: + - name: che-operator-7.16.2 + image: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a + # tag: quay.io/eclipse/che-operator:7.16.2 + - name: postgresql-96-centos7-9.6 + image: docker.io/centos/postgresql-96-centos7@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + # tag: centos/postgresql-96-centos7:9.6 + - name: che-devfile-registry-7.16.2 + image: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb + # tag: quay.io/eclipse/che-devfile-registry:7.16.2 + - name: che-jwtproxy-fd94e60 + image: quay.io/eclipse/che-jwtproxy@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + # tag: quay.io/eclipse/che-jwtproxy:fd94e60 + - name: che-keycloak-7.16.2 + image: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 + # tag: quay.io/eclipse/che-keycloak:7.16.2 + - name: che-plugin-artifacts-broker-v3.2.0 + image: quay.io/eclipse/che-plugin-artifacts-broker@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 + # tag: quay.io/eclipse/che-plugin-artifacts-broker:v3.2.0 + - name: che-plugin-metadata-broker-v3.2.0 + image: quay.io/eclipse/che-plugin-metadata-broker@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + # tag: quay.io/eclipse/che-plugin-metadata-broker:v3.2.0 + - name: che-plugin-registry-7.16.2 + image: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 + # tag: quay.io/eclipse/che-plugin-registry:7.16.2 + - name: che-server-7.16.2 + image: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c + # tag: quay.io/eclipse/che-server:7.16.2 + - name: che-tls-secret-creator-alpine-3029769 + image: quay.io/eclipse/che-tls-secret-creator@sha256:881d32131d31a88ce650d959c06d5f393533877d47077993b0740549eee4cfd5 + # tag: quay.io/eclipse/che-tls-secret-creator:alpine-3029769 + - name: ubi8-minimal-8.2-345 + image: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + # tag: registry.access.redhat.com/ubi8-minimal:8.2-345 + - name: coder-2.1523-vsc1.38.1-che + image: docker.io/chinodesuuu/coder@sha256:6387eee627678d36fa1313017cf5620890f25559df8b24cb53e1d5f4ab6f4726 + # tag: docker.io/chinodesuuu/coder:2.1523-vsc1.38.1-che + - name: coder-2.1650-vsc1.39.2-che + image: docker.io/chinodesuuu/coder@sha256:1af9c45c3f8c9836dba10c4a2c7b43915bc04fa4b9b9cc598d4bad5cf036817e + # tag: docker.io/chinodesuuu/coder:2.1650-vsc1.39.2-che + - name: coder-next + image: docker.io/chinodesuuu/coder@sha256:77f51200f6f9ff62551794be48a3497e464c93f2420877253b98de3e041e0e9d + # tag: docker.io/chinodesuuu/coder:next + - name: dirigible-openshift-3.4.0 + image: docker.io/dirigiblelabs/dirigible-openshift@sha256:3365635d1e0403697dea0674bbbdc749c4be2db29818a93b8e1e53c3c5144113 + # tag: docker.io/dirigiblelabs/dirigible-openshift:3.4.0 + - name: che-machine-exec- + image: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + # tag: docker.io/eclipse/che-machine-exec + - name: che-machine-exec-7.0.0 + image: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + # tag: docker.io/eclipse/che-machine-exec:7.0.0 + - name: che-machine-exec-7.1.0 + image: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + # tag: docker.io/eclipse/che-machine-exec:7.1.0 + - name: che-theia-endpoint-runtime-binary-7.3.1 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14041e6e51f47248e1018a2dacc8e70acad08f2a2dd7dc67c83a1b43d2cb73b7 + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.3.1 + - name: che-theia-endpoint-runtime-binary-7.3.2 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:d1cc54bbf5a61d4cb995325c7f71daba907bc81c755524a4dc76f4ce2d49934e + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.3.2 + - name: che-theia-endpoint-runtime-binary-7.3.3 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f63bf9206cb11d36d7af60f47126d8fa6c458c419b047c70b2b51d73acdce84 + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.3.3 + - name: che-theia-endpoint-runtime-binary-7.4.0 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:02bbffee045b6fdbc40e1824a8a5cfe5f2b25e4dcffa1dad7324c479b1227f59 + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.4.0 + - name: che-theia-endpoint-runtime-binary-7.5.0 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:a12a88b352b65fd4031e77de0fd66a2cc412a80d8a5c0d46e32fa7d3d429bf1d + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.5.0 + - name: che-theia-endpoint-runtime-binary-7.5.1 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:16c530ceaf61b7b2146d421b6d8d937fddc8ec2501ccc69f5589449eed9228be + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.5.1 + - name: che-theia-7.0.0 + image: docker.io/eclipse/che-theia@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + # tag: docker.io/eclipse/che-theia:7.0.0 + - name: che-theia-7.0.0-next + image: docker.io/eclipse/che-theia@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + # tag: docker.io/eclipse/che-theia:7.0.0-next + - name: che-theia-7.0.0-rc-3.0 + image: docker.io/eclipse/che-theia@sha256:03833982a58592d13a8d74900ee5df1fb4ed7eafe81890e626b189abe8b053d3 + # tag: docker.io/eclipse/che-theia:7.0.0-rc-3.0 + - name: che-theia-7.0.0-rc-4.0 + image: docker.io/eclipse/che-theia@sha256:752c89b1a02b732792df4d55e4d096ec304602f294e88eb49e2d45bc6b700577 + # tag: docker.io/eclipse/che-theia:7.0.0-rc-4.0 + - name: che-theia-7.1.0 + image: docker.io/eclipse/che-theia@sha256:011b5cff61a6700bd85e4f003c9d33c25e0a461d12e57d4722069320b6f870ec + # tag: docker.io/eclipse/che-theia:7.1.0 + - name: che-theia-7.2.0 + image: docker.io/eclipse/che-theia@sha256:2ce0bd770cb9f305946f5cf568c65d773b4d2a12c5da62182faab45e329765a8 + # tag: docker.io/eclipse/che-theia:7.2.0 + - name: che-theia-7.3.0 + image: docker.io/eclipse/che-theia@sha256:b838ca40fe97ef6429a1246ce4da54b5a35fe33171f65a2079348b238a63cfa8 + # tag: docker.io/eclipse/che-theia:7.3.0 + - name: che-theia-7.3.1 + image: docker.io/eclipse/che-theia@sha256:37c49db6be66a2a11c9a2dba6c5105e2c7f6947c2965f7d237d1367e0334ad8f + # tag: docker.io/eclipse/che-theia:7.3.1 + - name: che-theia-7.3.2 + image: docker.io/eclipse/che-theia@sha256:b91e3c2ab5420f7e783ab41585fe3fd5fa24e0a1008bf779dfc2eb8bda001912 + # tag: docker.io/eclipse/che-theia:7.3.2 + - name: che-theia-7.3.3 + image: docker.io/eclipse/che-theia@sha256:fe554df6c86aa3832ce47a3a74f56d70aa8a6166dc4ff07f578363759f7fa3f7 + # tag: docker.io/eclipse/che-theia:7.3.3 + - name: che-theia-7.4.0 + image: docker.io/eclipse/che-theia@sha256:cb39ccfdecb00ae3ff75d85987d145f7826c1905b7a2aa23e8c6ca7a9b9473aa + # tag: docker.io/eclipse/che-theia:7.4.0 + - name: che-theia-7.5.0 + image: docker.io/eclipse/che-theia@sha256:f7dd1fb78444d561239c6bf371999f5e13c2db199a87fafdd2198b9186f439eb + # tag: docker.io/eclipse/che-theia:7.5.0 + - name: che-theia-7.5.1 + image: docker.io/eclipse/che-theia@sha256:be2f2df6178dcc2598453c7bf9dc878c06e4830f9c948f5ea5c2fcb0140bb5f0 + # tag: docker.io/eclipse/che-theia:7.5.1 + - name: che-editor-jupyter-5.7.0 + image: docker.io/ksmster/che-editor-jupyter@sha256:83439ae9edcaa3a97536742315a7912f93e499f49847da094c480031eae4ba47 + # tag: docker.io/ksmster/che-editor-jupyter:5.7.0 + - name: rhamt-vscode-extension-java8 + image: docker.io/windup3/rhamt-vscode-extension@sha256:179d1826e10f770af4cace5516041be60dd13115d302b16d5b1b345689e7b200 + # tag: docker.io/windup3/rhamt-vscode-extension:java8 + - name: eclipse-broadway- + image: docker.io/wsskeleton/eclipse-broadway@sha256:89fddccbbe64183f91384917673e362c4854a86af6361d4dbb78565c9d1bf706 + # tag: docker.io/wsskeleton/eclipse-broadway + - name: che-buildah-base-1.14.0-b0c91d3 + image: quay.io/eclipse/che-buildah-base@sha256:417203d8629edd92f187afd3ebb3d8dc28338d34809eb75ffc2e08a400f8d56b + # tag: quay.io/eclipse/che-buildah-base:1.14.0-b0c91d3 + - name: che-buildkit-base-0.7.1-bacb069 + image: quay.io/eclipse/che-buildkit-base@sha256:effa98dd2ced30b520b25afff1a880d121cf6b3f8ab42a5149eada46ba793ce9 + # tag: quay.io/eclipse/che-buildkit-base:0.7.1-bacb069 + - name: che-machine-exec-7.10.0 + image: quay.io/eclipse/che-machine-exec@sha256:1568dee073c3122936eda30a451659d34a982ba5ec8671e640d67190579d1e98 + # tag: quay.io/eclipse/che-machine-exec:7.10.0 + - name: che-machine-exec-7.11.0 + image: quay.io/eclipse/che-machine-exec@sha256:62b65767780978f937f433f4be6f5ae7dc394d70f9df8b4302e48df8bbae3a07 + # tag: quay.io/eclipse/che-machine-exec:7.11.0 + - name: che-machine-exec-7.12.0 + image: quay.io/eclipse/che-machine-exec@sha256:11162cec7b9fe5340ceb38c697f9c2351d9122143359b0eeaf831a87680b7206 + # tag: quay.io/eclipse/che-machine-exec:7.12.0 + - name: che-machine-exec-7.12.1 + image: quay.io/eclipse/che-machine-exec@sha256:93958d7e441c697791f8f4eaace0ff4142e4ea5094e160f5ba96bc2d25cfd10f + # tag: quay.io/eclipse/che-machine-exec:7.12.1 + - name: che-machine-exec-7.12.2 + image: quay.io/eclipse/che-machine-exec@sha256:fbbdcf231866f1fffe9c835c332950352ad17dc166d2a541309a40019280e330 + # tag: quay.io/eclipse/che-machine-exec:7.12.2 + - name: che-machine-exec-7.13.0 + image: quay.io/eclipse/che-machine-exec@sha256:321ce97827335efe7256a117c6e1cc7601b8500d495b187c6106c291d1410f6b + # tag: quay.io/eclipse/che-machine-exec:7.13.0 + - name: che-machine-exec-7.13.1 + image: quay.io/eclipse/che-machine-exec@sha256:4d63fd5558c0c2ecdafe32aaadaade30709c03e5199b3275e8aa51ab58395c6e + # tag: quay.io/eclipse/che-machine-exec:7.13.1 + - name: che-machine-exec-7.13.2 + image: quay.io/eclipse/che-machine-exec@sha256:773eca66abe31c53d0fc544e30655ad3723e5a22ef38ac1aded82ca2fccdd393 + # tag: quay.io/eclipse/che-machine-exec:7.13.2 + - name: che-machine-exec-7.14.1 + image: quay.io/eclipse/che-machine-exec@sha256:a3464b7782dcac24191c89c81a93182ac6f49dd2d5608f9d3aeb759146df75ca + # tag: quay.io/eclipse/che-machine-exec:7.14.1 + - name: che-machine-exec-7.14.2 + image: quay.io/eclipse/che-machine-exec@sha256:fa01588b491930527bbb2aed97d3fa8565b772bfea3eba9a683cb09d88adb4d5 + # tag: quay.io/eclipse/che-machine-exec:7.14.2 + - name: che-machine-exec-7.14.3 + image: quay.io/eclipse/che-machine-exec@sha256:c6d7ec0e480a8a419963810c2b06dc3ceb36314c3eabcbb2570ac3b4e2c2e063 + # tag: quay.io/eclipse/che-machine-exec:7.14.3 + - name: che-machine-exec-7.15.0 + image: quay.io/eclipse/che-machine-exec@sha256:c0a3031dbec1d5827c830e0c8762d0e9051f36ab4fe4cc9c051dda0d6340bb6a + # tag: quay.io/eclipse/che-machine-exec:7.15.0 + - name: che-machine-exec-7.15.1 + image: quay.io/eclipse/che-machine-exec@sha256:5d721f6e3b436a16ada88e19fd4bdc43c6ed9daab4ca168f4497f856146b383a + # tag: quay.io/eclipse/che-machine-exec:7.15.1 + - name: che-machine-exec-7.15.2 + image: quay.io/eclipse/che-machine-exec@sha256:dd49bbb6289413e597d036061b3c1f13afe24a53bfb10ab5f1c944451c42ca2f + # tag: quay.io/eclipse/che-machine-exec:7.15.2 + - name: che-machine-exec-7.16.0 + image: quay.io/eclipse/che-machine-exec@sha256:6c10be6622777471f0baacd0be488d9b57eb8ff9c5d3b107f9a0de9a5d3c19f8 + # tag: quay.io/eclipse/che-machine-exec:7.16.0 + - name: che-machine-exec-7.16.1 + image: quay.io/eclipse/che-machine-exec@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 + # tag: quay.io/eclipse/che-machine-exec:7.16.1 + - name: che-machine-exec-7.16.2 + image: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 + # tag: quay.io/eclipse/che-machine-exec:7.16.2 + - name: che-machine-exec-7.2.0 + image: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + # tag: quay.io/eclipse/che-machine-exec:7.2.0 + - name: che-machine-exec-7.3.0 + image: quay.io/eclipse/che-machine-exec@sha256:bfc6eef05ca460d73b3d3c472bef2b82443810e2ab6f60e2083b3aaa258d9b39 + # tag: quay.io/eclipse/che-machine-exec:7.3.0 + - name: che-machine-exec-7.3.1 + image: quay.io/eclipse/che-machine-exec@sha256:abec8a0dd8437944da0a9ca2f62b5e3a546323901fa682f3b7a5b49a500937c1 + # tag: quay.io/eclipse/che-machine-exec:7.3.1 + - name: che-machine-exec-7.3.2 + image: quay.io/eclipse/che-machine-exec@sha256:56e1305f89a9fe9866b1233d58a07f42e930c8766480d39b841e9164d88155ff + # tag: quay.io/eclipse/che-machine-exec:7.3.2 + - name: che-machine-exec-7.3.3 + image: quay.io/eclipse/che-machine-exec@sha256:816180f9d86c09dee679cfaf0812cd8298c2ccbbe3cc6ce2b364e6927fc8a6d0 + # tag: quay.io/eclipse/che-machine-exec:7.3.3 + - name: che-machine-exec-7.4.0 + image: quay.io/eclipse/che-machine-exec@sha256:cc5ca69ee119a8a38886d61f20f5d43794a3dc78a8e04daa27240211a694ec98 + # tag: quay.io/eclipse/che-machine-exec:7.4.0 + - name: che-machine-exec-7.5.0 + image: quay.io/eclipse/che-machine-exec@sha256:3600bad6821c5d23050cf7f184517c8df68b57d234ce306b1028940463db782e + # tag: quay.io/eclipse/che-machine-exec:7.5.0 + - name: che-machine-exec-7.5.1 + image: quay.io/eclipse/che-machine-exec@sha256:a4cd49870cc2595293f0682f88126142c5a1e83d03054b6aa3c9ede01921c11a + # tag: quay.io/eclipse/che-machine-exec:7.5.1 + - name: che-machine-exec-7.6.0 + image: quay.io/eclipse/che-machine-exec@sha256:b4649defd3e9b42c7d867c036d4ed5b6a8f917fb2cc4371ed21090e4751f8cd2 + # tag: quay.io/eclipse/che-machine-exec:7.6.0 + - name: che-machine-exec-7.7.0 + image: quay.io/eclipse/che-machine-exec@sha256:6b2b3b440e476e3cb55fd3c908c72100214a33d3b96aa0d03eaddc2bdf1b74c1 + # tag: quay.io/eclipse/che-machine-exec:7.7.0 + - name: che-machine-exec-7.7.1 + image: quay.io/eclipse/che-machine-exec@sha256:30689595758817ed7956a9a54455b6d0a65d4733c711762479dd85212fe4b378 + # tag: quay.io/eclipse/che-machine-exec:7.7.1 + - name: che-machine-exec-7.8.0 + image: quay.io/eclipse/che-machine-exec@sha256:5aebc022ee3a12baf06cb4f6f7350fc6531e18a6f6781775c47035ae6818567f + # tag: quay.io/eclipse/che-machine-exec:7.8.0 + - name: che-machine-exec-7.9.0 + image: quay.io/eclipse/che-machine-exec@sha256:2aaa69d3d343d5fe8590689444aae5973aa3835b3f3dedd5779f8836f3e284e5 + # tag: quay.io/eclipse/che-machine-exec:7.9.0 + - name: che-machine-exec-7.9.1 + image: quay.io/eclipse/che-machine-exec@sha256:76dffe6ed45ce0ed087d3883b6c86ad8e94bcc38042f45e834f8a8d389a168c6 + # tag: quay.io/eclipse/che-machine-exec:7.9.1 + - name: che-machine-exec-7.9.2 + image: quay.io/eclipse/che-machine-exec@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + # tag: quay.io/eclipse/che-machine-exec:7.9.2 + - name: che-machine-exec-nightly + image: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + # tag: quay.io/eclipse/che-machine-exec:nightly + - name: che-sidecar-camelk-0.0.10-70f9d17 + image: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.10-70f9d17 + - name: che-sidecar-camelk-0.0.10-d5989b6 + image: quay.io/eclipse/che-sidecar-camelk@sha256:6645413b003790b451c22082184445ffa50609cd3435af86c246b95c22a36e27 + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.10-d5989b6 + - name: che-sidecar-camelk-0.0.11-01afea6 + image: quay.io/eclipse/che-sidecar-camelk@sha256:31e92f33d4757db626a11c92bccb0d0e8cab21aef1b6338a6792788b04e0d079 + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.11-01afea6 + - name: che-sidecar-camelk-0.0.12-f122b60 + image: quay.io/eclipse/che-sidecar-camelk@sha256:db5f3897e2f5d291b5c00a7e5b6fe4baa510cb9c59be2dd5e0c30f3bc085186e + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.12-f122b60 + - name: che-sidecar-camelk-0.0.13-c3287d6 + image: quay.io/eclipse/che-sidecar-camelk@sha256:7f338b75da4f3870b5945ad9e0d3679f9fbc9a04fc8cf6b1467a4a6f64412b3a + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.13-c3287d6 + - name: che-sidecar-camelk-0.0.14-59d258b + image: quay.io/eclipse/che-sidecar-camelk@sha256:ddd941979443a9962a27f2a059d95550768cbab76848d606ce410536ff2bdaa0 + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.14-59d258b + - name: che-sidecar-camelk-0.0.15-a578c4a + image: quay.io/eclipse/che-sidecar-camelk@sha256:f830861c2a1d99ebb0579b4ee3761fbcd51cf42af54306cc6ae02d865866ffc3 + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.15-a578c4a + - name: che-sidecar-camelk-0.0.9-9e8538e + image: quay.io/eclipse/che-sidecar-camelk@sha256:c15410792906339b70996d13374d1ee4123ed55afdd894935c920f0cf365f3cd + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.9-9e8538e + - name: che-sidecar-clang-8-83adb3a + image: quay.io/eclipse/che-sidecar-clang@sha256:1c217f34ca69108fdd1ab844c0bcf960edff92519677bde4f8a5f4841b104745 + # tag: quay.io/eclipse/che-sidecar-clang:8-83adb3a + - name: che-sidecar-dependency-analytics-0.0.12-d478351 + image: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:392eb12ffac4c1369faec782221fe1758fd826c77aba8ce88ad3ecbf59154ed7 + # tag: quay.io/eclipse/che-sidecar-dependency-analytics:0.0.12-d478351 + - name: che-sidecar-dependency-analytics-0.0.13-a38cb0c + image: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:0708b3c63d2065ef96667cacec9a46570f00fcb0f107df3e902ac444e68e1170 + # tag: quay.io/eclipse/che-sidecar-dependency-analytics:0.0.13-a38cb0c + - name: che-sidecar-dotnet-2.2.105-2fd6e78 + image: quay.io/eclipse/che-sidecar-dotnet@sha256:5c0957a726a0cafb4ffa9e757425128e3f702123d11c5e673ff8ee58c712aea2 + # tag: quay.io/eclipse/che-sidecar-dotnet:2.2.105-2fd6e78 + - name: che-sidecar-dotnet-3.1.301-117e653 + image: quay.io/eclipse/che-sidecar-dotnet@sha256:a8dbaf701e3133d377e0a2c9b6b98ba47d562a6751d268e9fb452162a2457286 + # tag: quay.io/eclipse/che-sidecar-dotnet:3.1.301-117e653 + - name: che-sidecar-go-1.10.7-c05dfb0 + image: quay.io/eclipse/che-sidecar-go@sha256:b4ad5db762bcd8f6a778df013d8c9b2296a408fb923ffb80a00ec5390e6a2edb + # tag: quay.io/eclipse/che-sidecar-go:1.10.7-c05dfb0 + - name: che-sidecar-go-1.12.9-652ad19 + image: quay.io/eclipse/che-sidecar-go@sha256:a7f28b36545814666cfe4b00785f3f5f119bfb6d5b45dc9ba04312b4b5e1692c + # tag: quay.io/eclipse/che-sidecar-go:1.12.9-652ad19 + - name: che-sidecar-go-1.14.4-afebf70 + image: quay.io/eclipse/che-sidecar-go@sha256:d660e0132ec47a09f0d6571e546e4010497dc66be8a99c09e700781ef111e78c + # tag: quay.io/eclipse/che-sidecar-go:1.14.4-afebf70 + - name: che-sidecar-java-11-f76ca45 + image: quay.io/eclipse/che-sidecar-java@sha256:54a5f721588455403d8c2a81d1fbc8fef2c6a32aead44f2fb3e24a8a1fddb9a2 + # tag: quay.io/eclipse/che-sidecar-java:11-f76ca45 + - name: che-sidecar-java-8-0cfbacb + image: quay.io/eclipse/che-sidecar-java@sha256:4fb35b4e112a05c82353ad0e1f5eb35d1ba204be475b72f3c753b0e26c9e668d + # tag: quay.io/eclipse/che-sidecar-java:8-0cfbacb + - name: che-sidecar-kubernetes-tooling-1.0.9-82c704e + image: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:55e83d7f8cbf6a044ca68a4beb95e1192ae71a6d27f24cec7e300588f127480f + # tag: quay.io/eclipse/che-sidecar-kubernetes-tooling:1.0.9-82c704e + - name: che-sidecar-kubernetes-tooling-1.1.0-31a8464 + image: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:3f551189a697cac40870696f39dd92195021bbb3279e2f26902234ab65a88f10 + # tag: quay.io/eclipse/che-sidecar-kubernetes-tooling:1.1.0-31a8464 + - name: che-sidecar-kubernetes-tooling-1.2.0-3ea57d5 + image: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:882fca5fc7aad06a663a9c2b499e4f2de1cc991b48b0390b380e4ede1cb47f1f + # tag: quay.io/eclipse/che-sidecar-kubernetes-tooling:1.2.0-3ea57d5 + - name: che-sidecar-node-10-0cb5d78 + image: quay.io/eclipse/che-sidecar-node@sha256:0370b2c3d52d31c9fd52bff3edb84bd36bbcc2aff6224957d6dd94935843ee59 + # tag: quay.io/eclipse/che-sidecar-node:10-0cb5d78 + - name: che-sidecar-openshift-connector-0.1.0-5460589 + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:988ec660328d6eaa9c0cc0053905d801948e8800092e88a146f42b7ed1bb17b7 + # tag: quay.io/eclipse/che-sidecar-openshift-connector:0.1.0-5460589 + - name: che-sidecar-openshift-connector-0.1.1-9ab314d + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:d21ca244a5b0d94c09fcf5286e25f3db12bba0f0fab87d55c39ec0bc0350fbfa + # tag: quay.io/eclipse/che-sidecar-openshift-connector:0.1.1-9ab314d + - name: che-sidecar-openshift-connector-0.1.2-2601509 + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:8e4403ef1f7f74af3568abd60ccf1b959e2f43bef0001ba7a77ca5f8bc0d5a0e + # tag: quay.io/eclipse/che-sidecar-openshift-connector:0.1.2-2601509 + - name: che-sidecar-openshift-connector-0.1.5-70438d2 + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:036ac29e63d46763a55a61907cb85f17262f431866a22ac0076fbac12bbf6dbf + # tag: quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-70438d2 + - name: che-sidecar-php-7-5c5ecc5 + image: quay.io/eclipse/che-sidecar-php@sha256:e4f1db4b5bc641485f42a5e0534c37894042c5302acfb1fefcfdf6d659aa7925 + # tag: quay.io/eclipse/che-sidecar-php:7-5c5ecc5 + - name: che-sidecar-python-3.7.3-8f39348 + image: quay.io/eclipse/che-sidecar-python@sha256:9d910486a81d92ebdeaab4c2fc71546bee23ff7e3a986fdb9df4e458819cb958 + # tag: quay.io/eclipse/che-sidecar-python:3.7.3-8f39348 + - name: che-sidecar-scala-0.9.0-6a833ec + image: quay.io/eclipse/che-sidecar-scala@sha256:bdae1cc3e0886421f610adf38f4216a5f2184eccd731107f3bbd3c1f3444b69b + # tag: quay.io/eclipse/che-sidecar-scala:0.9.0-6a833ec + - name: che-sidecar-sonarlint-1.16.0-4af5039 + image: quay.io/eclipse/che-sidecar-sonarlint@sha256:6e887c710c0d755dc7ff400aa441bb8b599dd5097357d246aba1c1abfa1d7f19 + # tag: quay.io/eclipse/che-sidecar-sonarlint:1.16.0-4af5039 + - name: che-sidecar-vale-0.9.1-ad53ccf + image: quay.io/eclipse/che-sidecar-vale@sha256:654b3efbdb73b2242ce32d4a0d7da77ac561942c2a37906cff49029a9481b2cc + # tag: quay.io/eclipse/che-sidecar-vale:0.9.1-ad53ccf + - name: che-sidecar-workspace-data-sync-latest + image: quay.io/eclipse/che-sidecar-workspace-data-sync@sha256:88d0125837d5a57cb24bb3ed81e6a8f4119a5043b7926bd2bd01710854c44f10 + # tag: quay.io/eclipse/che-sidecar-workspace-data-sync:latest + - name: che-theia-endpoint-runtime-binary-7.10.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:f19ee03a6551a28001e8a84ae5b347efafe391a7d20743b9edccf37e7ca75935 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.10.0 + - name: che-theia-endpoint-runtime-binary-7.11.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8d01970a15d07f052e9411c1ba08066476e1b09a33f4b97aaf8cdde5f8bb5b73 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.11.0 + - name: che-theia-endpoint-runtime-binary-7.12.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f965a8e0f036c30ac782dfcadb26d156e781aa07a98ca28c78be2ae7f88c08b + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.12.0 + - name: che-theia-endpoint-runtime-binary-7.12.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:5ee9a858457eb2c3b3b70d60442a789c9e8c8558ac877a8783fca1e06181a19f + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.12.1 + - name: che-theia-endpoint-runtime-binary-7.12.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:2a88730d449ca59038cfe75af7411e7c87e15921c9bd8ed0ad84e2331b8e6d9c + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.12.2 + - name: che-theia-endpoint-runtime-binary-7.13.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:4257f9a1a1bfe543f88e7144cdec4e34cc7a3f686f77e0b15bd1ef77c8adb66c + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.13.0 + - name: che-theia-endpoint-runtime-binary-7.13.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1f6a5ff82a76e4d7c64ed85e75879b12ad47c7fb521a750304ba7e10a85dd7fc + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.13.1 + - name: che-theia-endpoint-runtime-binary-7.13.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ad57d9bce0bdc2ae67cc48c386dded6988ddc03b94fd74e39b3a62dcd260c2b4 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.13.2 + - name: che-theia-endpoint-runtime-binary-7.14.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1ab93e5399a76804edbace42d83a8b2b49da1b4d531215bc3ff4481da2792268 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.14.1 + - name: che-theia-endpoint-runtime-binary-7.14.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:b7a790133b77b445b73d8e8c66e361e4d017a8f34314c85d1b6218f7f9412288 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.14.2 + - name: che-theia-endpoint-runtime-binary-7.14.3 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8c2d8abda2dd84a4c7c7d9b72deb42f8f15a06021713e62dff31ee7e2e41f74e + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.14.3 + - name: che-theia-endpoint-runtime-binary-7.15.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ec9d069625d64d9525d540cb3adce6f798374bbbbe0334c1fd71cefd2bd9fd58 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.15.0 + - name: che-theia-endpoint-runtime-binary-7.15.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:c6a099e808328cb8fe3dc707370017d724e39524b5ec74076a0fffdd5af149b0 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.15.1 + - name: che-theia-endpoint-runtime-binary-7.15.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:e8d491ff71c46e9e631212f6580d9a04d4b4fad4199f1da36bb64f9a40d2bdf6 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.15.2 + - name: che-theia-endpoint-runtime-binary-7.16.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:506fe604d3981bdc569ee04c852f6fc09f6e239ad62e5c2113cf11f4c286229f + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.16.0 + - name: che-theia-endpoint-runtime-binary-7.16.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.16.1 + - name: che-theia-endpoint-runtime-binary-7.16.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.16.2 + - name: che-theia-endpoint-runtime-binary-7.6.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.6.0 + - name: che-theia-endpoint-runtime-binary-7.7.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0966a350a5a4981d65e4fb985c46f052e04f235bb4b460058637afb3541ec871 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.7.0 + - name: che-theia-endpoint-runtime-binary-7.7.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:21573a943a6f3ae39a226a7d268fd80f07b1acc95f9135fd1f250a46a041aebe + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.7.1 + - name: che-theia-endpoint-runtime-binary-7.8.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:85da304326dce10a92674df73fee0e0b169b9f9bcc76231a11dd1811df433847 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.8.0 + - name: che-theia-endpoint-runtime-binary-7.9.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:56eb0291fa0cd7eada24f60178053fba95454ca55047538d0252d782c27cb48d + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.9.0 + - name: che-theia-endpoint-runtime-binary-7.9.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:fea04c9027c56fd3f588ac0c981e5142a248829ad13983a13bcd1323f72706e8 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.9.1 + - name: che-theia-endpoint-runtime-binary-7.9.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1dec8240be6fb3f60f45982a6cd2012c7ff7390b776111a618c4b8b724f9362e + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.9.2 + - name: che-theia-7.10.0 + image: quay.io/eclipse/che-theia@sha256:4b160fea82a3d1edea8daad206323ee46e958d2970adfa4e68a48b3c7122b8e8 + # tag: quay.io/eclipse/che-theia:7.10.0 + - name: che-theia-7.11.0 + image: quay.io/eclipse/che-theia@sha256:d0a7b5ed17656f3c76207dcede53165cf9eafd7d77f840165d5544bb8a502880 + # tag: quay.io/eclipse/che-theia:7.11.0 + - name: che-theia-7.12.0 + image: quay.io/eclipse/che-theia@sha256:127ef5d56e118fe2078e219ce98b7cf5ae10a27fe5e3bb017c697639910a03ee + # tag: quay.io/eclipse/che-theia:7.12.0 + - name: che-theia-7.12.1 + image: quay.io/eclipse/che-theia@sha256:a3d383d69cde1d0bd946ab103cfbfd8c8adfa73f09c4022faea2082e2de45efa + # tag: quay.io/eclipse/che-theia:7.12.1 + - name: che-theia-7.12.2 + image: quay.io/eclipse/che-theia@sha256:4d6fcf6f32e997af7ef7934ff558283d9e618ae15f68d039e644cbfaf0451172 + # tag: quay.io/eclipse/che-theia:7.12.2 + - name: che-theia-7.13.0 + image: quay.io/eclipse/che-theia@sha256:40335cec48c5a412b2acd631301e376435222b7157af24059208ccfb4e6f0609 + # tag: quay.io/eclipse/che-theia:7.13.0 + - name: che-theia-7.13.1 + image: quay.io/eclipse/che-theia@sha256:78f7703e4617ff199bd014fe1a045f75d12ba15bda6437a9243a74add042c653 + # tag: quay.io/eclipse/che-theia:7.13.1 + - name: che-theia-7.13.2 + image: quay.io/eclipse/che-theia@sha256:c51e924d1569303397fc7d121c3dc1b61b737ad82dab2f02fd05655fc1dc70a0 + # tag: quay.io/eclipse/che-theia:7.13.2 + - name: che-theia-7.14.1 + image: quay.io/eclipse/che-theia@sha256:27cc9f5fe813e564fdd023e1563ebd7d594855c31777781b02b8af006ccdce56 + # tag: quay.io/eclipse/che-theia:7.14.1 + - name: che-theia-7.14.2 + image: quay.io/eclipse/che-theia@sha256:668621d34e8d3e57da4589984a6cb7e2aadb378a9cd4c931513346782dfab5b7 + # tag: quay.io/eclipse/che-theia:7.14.2 + - name: che-theia-7.14.3 + image: quay.io/eclipse/che-theia@sha256:6a68c4453fde6c5a4c4414048776204211c1e81334065a24828f280a3752074c + # tag: quay.io/eclipse/che-theia:7.14.3 + - name: che-theia-7.15.0 + image: quay.io/eclipse/che-theia@sha256:e80f3127a2424d5ca71f0c87f6c232304288ce63a660dab0537ee75bac1b9944 + # tag: quay.io/eclipse/che-theia:7.15.0 + - name: che-theia-7.15.1 + image: quay.io/eclipse/che-theia@sha256:74d65d2d0accc3bb8c09ea2a0653c3b95c9e4602917252d6e1d5ef652102696f + # tag: quay.io/eclipse/che-theia:7.15.1 + - name: che-theia-7.15.2 + image: quay.io/eclipse/che-theia@sha256:f52414ef293498e14316de52c3d64e8b8537ef2b3044afd9ac9cf19489da7451 + # tag: quay.io/eclipse/che-theia:7.15.2 + - name: che-theia-7.16.0 + image: quay.io/eclipse/che-theia@sha256:920432d9cf33ec258531372cc4ac901e401a6620c87666e9da66628caea455b0 + # tag: quay.io/eclipse/che-theia:7.16.0 + - name: che-theia-7.16.1 + image: quay.io/eclipse/che-theia@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad + # tag: quay.io/eclipse/che-theia:7.16.1 + - name: che-theia-7.16.2 + image: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab + # tag: quay.io/eclipse/che-theia:7.16.2 + - name: che-theia-7.6.0 + image: quay.io/eclipse/che-theia@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + # tag: quay.io/eclipse/che-theia:7.6.0 + - name: che-theia-7.7.0 + image: quay.io/eclipse/che-theia@sha256:10606b9e0458610386e1226e98cb9e0d72ae70c25dc29765f36e58d3cd17d34b + # tag: quay.io/eclipse/che-theia:7.7.0 + - name: che-theia-7.7.1 + image: quay.io/eclipse/che-theia@sha256:cd4374f8ab298c90b515b916c9f3dda4d9bee6e01d9007ee1e52d1ed06b978ac + # tag: quay.io/eclipse/che-theia:7.7.1 + - name: che-theia-7.8.0 + image: quay.io/eclipse/che-theia@sha256:3f630acb301316223c226bf6515776bf191f1e4fefe02066c8b7d112bbdb8aa8 + # tag: quay.io/eclipse/che-theia:7.8.0 + - name: che-theia-7.9.0 + image: quay.io/eclipse/che-theia@sha256:e4ec90a4117a649c182b1e6923cb35ee4b53c02ef046746b61b79fc8060e6976 + # tag: quay.io/eclipse/che-theia:7.9.0 + - name: che-theia-7.9.1 + image: quay.io/eclipse/che-theia@sha256:dd4e017160c057842247f9db0c18a1ce6a509f1cc6684386eb7977f501d9706c + # tag: quay.io/eclipse/che-theia:7.9.1 + - name: che-theia-7.9.2 + image: quay.io/eclipse/che-theia@sha256:3c0d74755cbc35791cd4d8694968c97a447c0181d9349c42aebc880468a4723a + # tag: quay.io/eclipse/che-theia:7.9.2 + - name: mongodb-36-centos7- + image: docker.io/centos/mongodb-36-centos7@sha256:b98e92d398609cf92b3d02ae6ec48c0583d316fcafd6886719eaf6e10e23c592 + # tag: docker.io/centos/mongodb-36-centos7 + - name: mysql-57-centos7- + image: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 + # tag: docker.io/centos/mysql-57-centos7 + - name: che-cpp-rhel7-7.16.2 + image: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 + # tag: quay.io/eclipse/che-cpp-rhel7:7.16.2 + - name: che-dotnet-2.2-7.16.2 + image: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 + # tag: quay.io/eclipse/che-dotnet-2.2:7.16.2 + - name: che-dotnet-3.1-7.16.2 + image: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 + # tag: quay.io/eclipse/che-dotnet-3.1:7.16.2 + - name: che-golang-1.12-7.16.2 + image: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 + # tag: quay.io/eclipse/che-golang-1.12:7.16.2 + - name: che-java11-gradle-7.16.2 + image: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 + # tag: quay.io/eclipse/che-java11-gradle:7.16.2 + - name: che-java11-maven-7.16.2 + image: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e + # tag: quay.io/eclipse/che-java11-maven:7.16.2 + - name: che-java8-maven-7.16.2 + image: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 + # tag: quay.io/eclipse/che-java8-maven:7.16.2 + - name: che-nodejs10-community-7.16.2 + image: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee + # tag: quay.io/eclipse/che-nodejs10-community:7.16.2 + - name: che-nodejs10-ubi-7.16.2 + image: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 + # tag: quay.io/eclipse/che-nodejs10-ubi:7.16.2 + - name: che-nodejs8-centos-7.16.2 + image: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a + # tag: quay.io/eclipse/che-nodejs8-centos:7.16.2 + - name: che-php-7-7.16.2 + image: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e + # tag: quay.io/eclipse/che-php-7:7.16.2 + - name: che-python-3.7-7.16.2 + image: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 + # tag: quay.io/eclipse/che-python-3.7:7.16.2 + - name: che-quarkus-7.16.2 + image: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 + # tag: quay.io/eclipse/che-quarkus:7.16.2 + - name: che-rust-1.39-7.16.2 + image: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 + # tag: quay.io/eclipse/che-rust-1.39:7.16.2 + - name: ubi-minimal- + image: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + # tag: registry.access.redhat.com/ubi8/ubi-minimal diff --git a/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.v7.16.2.clusterserviceversion.yaml.diff b/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.v7.16.2.clusterserviceversion.yaml.diff new file mode 100644 index 000000000..3ab49c313 --- /dev/null +++ b/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.v7.16.2.clusterserviceversion.yaml.diff @@ -0,0 +1,377 @@ +--- /home/mykhailo/projects/release/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.1/eclipse-che-preview-kubernetes.v7.16.1.clusterserviceversion.yaml 2020-07-30 13:18:56.535984874 +0300 ++++ /home/mykhailo/projects/release/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.16.2/eclipse-che-preview-kubernetes.v7.16.2.clusterserviceversion.yaml 2020-07-30 13:43:15.208646593 +0300 +@@ -23,13 +23,13 @@ + categories: Developer Tools + certified: 'false' + containerImage: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a +- createdAt: '2020-07-28T12:32:21Z' ++ createdAt: '2020-07-30T10:23:21Z' + description: A Kube-native development solution that delivers portable and collaborative + developer workspaces. + operatorframework.io/suggested-namespace: eclipse-che + repository: https://github.com/eclipse/che-operator + support: Eclipse Foundation +- name: eclipse-che-preview-kubernetes.v7.16.1 ++ name: eclipse-che-preview-kubernetes.v7.16.2 + namespace: placeholder + spec: + apiservicedefinitions: {} +@@ -127,23 +127,22 @@ + \ Che Version: 7.0.0\n ...\n```\n\nBy opening this URL in\ + \ a web browser, Eclipse Che is ready to use.\n## Defaults\nBy default, the operator\ + \ deploys Eclipse Che with:\n* Bundled PostgreSQL and Keycloak\n* Per-Workspace\ +- \ PVC strategy\n* Auto-generated passwords\n* HTTP mode (non-secure ingresses)\n\ +- ## Installation Options\nEclipse Che operator installation options include:\n\ +- * Connection to external database and Keycloak\n* Configuration of default passwords\ +- \ and object names\n* TLS mode\n* PVC strategy (once shared PVC for all workspaces,\ +- \ PVC per workspace, or PVC per volume)\n* Authentication options\n### External\ +- \ Database and Keycloak\nTo instruct the operator to skip deploying PostgreSQL\ +- \ and Keycloak and connect to an existing DB and Keycloak instead:\n* set respective\ +- \ fields to `true` in a custom resource spec\n* provide the operator with connection\ +- \ and authentication details:\n ```\n externalDb: true\n chePostgresHostname:\ +- \ 'yourPostgresHost'\n chePostgresPort: '5432'\n chePostgresUser: 'myuser'\n\ +- \ chePostgresPassword: 'mypass'\n chePostgresDb: 'mydb'\n externalIdentityProvider:\ +- \ true\n identityProviderURL: 'https://my-keycloak.com'\n identityProviderRealm:\ +- \ 'myrealm'\n identityProviderClientId: 'myClient'\n ```\n### TLS Mode\nTo activate\ +- \ TLS mode, set the respective field in the CR spec to `true` (in the `server`\ +- \ block):\n```\ntlsSupport: true\n```\nYou will also need to provide name of tls\ +- \ secret that will be used for Eclipse Che and workspaces ingresses:\n```\ntlsSecretName:\ +- \ 'my-ingress-tls-secret'\n```\n" ++ \ PVC strategy\n* Auto-generated passwords\n* TLS mode (secure routes)\n## Installation\ ++ \ Options\nEclipse Che operator installation options include:\n* Connection to\ ++ \ external database and Keycloak\n* Configuration of default passwords and object\ ++ \ names\n* PVC strategy (once shared PVC for all workspaces, PVC per workspace,\ ++ \ or PVC per volume)\n* Authentication options\n### External Database and Keycloak\n\ ++ To instruct the operator to skip deploying PostgreSQL and Keycloak and connect\ ++ \ to an existing DB and Keycloak instead:\n* set respective fields to `true` in\ ++ \ a custom resource spec\n* provide the operator with connection and authentication\ ++ \ details:\n ```\n externalDb: true\n chePostgresHostname: 'yourPostgresHost'\n\ ++ \ chePostgresPort: '5432'\n chePostgresUser: 'myuser'\n chePostgresPassword:\ ++ \ 'mypass'\n chePostgresDb: 'mydb'\n externalIdentityProvider: true\n identityProviderURL:\ ++ \ 'https://my-keycloak.com'\n identityProviderRealm: 'myrealm'\n identityProviderClientId:\ ++ \ 'myClient'\n ```\n#### Self-signed Certificates and TLS Secrets\n\nEclipse\ ++ \ Che uses self-signed certificates by default, as TLS mode is on by default.\n\ ++ \nTo provide the name of the tls secret that will be used for Eclipse Che and\ ++ \ workspaces ingresses:\n```\ntlsSecretName: 'my-ingress-tls-secret'\n```\n" + displayName: Eclipse Che + icon: + - base64data: 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 +@@ -178,21 +177,21 @@ + - name: OPERATOR_NAME + value: che-operator + - name: CHE_VERSION +- value: 7.16.1 ++ value: 7.16.2 + - name: RELATED_IMAGE_che_server +- value: quay.io/eclipse/che-server@sha256:9c5002b2673a37ce163b28b0095d9080382cf29cbf496e75c0de956c1ad86766 ++ value: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c + - name: RELATED_IMAGE_plugin_registry +- value: quay.io/eclipse/che-plugin-registry@sha256:eb543df9add125447e933574ee086b0e58a60274200b23bbffb9577cca258fb4 ++ value: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 + - name: RELATED_IMAGE_devfile_registry +- value: quay.io/eclipse/che-devfile-registry@sha256:1af85026d88328a8273914636f2c7020ca76a97fa44dca23b697536abc8ce700 ++ value: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb + - name: RELATED_IMAGE_che_tls_secrets_creation_job + value: quay.io/eclipse/che-tls-secret-creator@sha256:881d32131d31a88ce650d959c06d5f393533877d47077993b0740549eee4cfd5 + - name: RELATED_IMAGE_pvc_jobs +- value: registry.access.redhat.com/ubi8-minimal@sha256:ab6ac16b2ba297db67e036ae279f166834e8d4e881da2fcbbcfd05b44f34d415 ++ value: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + - name: RELATED_IMAGE_postgres + value: docker.io/centos/postgresql-96-centos7@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + - name: RELATED_IMAGE_keycloak +- value: quay.io/eclipse/che-keycloak@sha256:69b67042ec182aa4322f6dcbb944d4f3d52c02359af114ffa0401d5398110c81 ++ value: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 + - name: RELATED_IMAGE_che_workspace_plugin_broker_metadata + value: quay.io/eclipse/che-plugin-metadata-broker@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + - name: RELATED_IMAGE_che_workspace_plugin_broker_artifacts +@@ -311,6 +310,8 @@ + value: quay.io/eclipse/che-machine-exec@sha256:6c10be6622777471f0baacd0be488d9b57eb8ff9c5d3b107f9a0de9a5d3c19f8 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 ++ - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDELRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDGLRQBI______ +@@ -342,7 +343,7 @@ + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDSLRSBI______ + value: quay.io/eclipse/che-machine-exec@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_NZUWO2DUNR4QU___ +- value: quay.io/eclipse/che-machine-exec@sha256:da48dc8b501142864f020559c0c43b5dc90c97a529195b7778cbc61985e3964e ++ value: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGAWTOMDGHFSDCNYK + value: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGAWWINJZHA4WENQK +@@ -439,6 +440,8 @@ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:506fe604d3981bdc569ee04c852f6fc09f6e239ad62e5c2113cf11f4c286229f + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 ++ - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDMLRQBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDOLRQBI______ +@@ -485,6 +488,8 @@ + value: quay.io/eclipse/che-theia@sha256:920432d9cf33ec258531372cc4ac901e401a6620c87666e9da66628caea455b0 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-theia@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad ++ - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDMLRQBI______ + value: quay.io/eclipse/che-theia@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDOLRQBI______ +@@ -503,34 +508,34 @@ + value: docker.io/centos/mongodb-36-centos7@sha256:b98e92d398609cf92b3d02ae6ec48c0583d316fcafd6886719eaf6e10e23c592 + - name: RELATED_IMAGE_mysql_57_centos7_devfile_registry_image_BI______ + value: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 +- - name: RELATED_IMAGE_che_cpp_rhel7_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-cpp-rhel7@sha256:4d957225f64c35eca4541fcf43ead59e3c6749358141b654ef0a65d628db22ff +- - name: RELATED_IMAGE_che_dotnet_2_2_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-dotnet-2.2@sha256:743c8914bce3c45265c088ea51bf390949a21d4a2b9e009bb66be76c0090f3a5 +- - name: RELATED_IMAGE_che_dotnet_3_1_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-dotnet-3.1@sha256:2642aee0ff158a5f7e65a629ea52eae664a1a910ff36206dcb6d2f816d2c1def +- - name: RELATED_IMAGE_che_golang_1_12_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-golang-1.12@sha256:79ec1fa2f6bae4f30311d8c9dbe02f4bd8ff059974532e0e060c44eb1857062b +- - name: RELATED_IMAGE_che_java11_gradle_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-java11-gradle@sha256:04fe6644af707857d1d7c1bb32e13105aaa419cfc291fb7e3336073a5d560c1a +- - name: RELATED_IMAGE_che_java11_maven_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-java11-maven@sha256:78c49869926cdbe268a24e212b2ec37cbb6e8e433e1408b2243228487fb19d02 +- - name: RELATED_IMAGE_che_java8_maven_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-java8-maven@sha256:76a78f630fa3754781b934748ff5d6cb43279f03a2cf87a40e4af5102f0cfa94 +- - name: RELATED_IMAGE_che_nodejs10_community_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-nodejs10-community@sha256:7c2a37d9998c13979ba041ab788b6da6e1e7db02ddb13e89fb71c152be45c058 +- - name: RELATED_IMAGE_che_nodejs10_ubi_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-nodejs10-ubi@sha256:293a577e9efcc365ef5dcb2af7f4afbff1c787b54fe680727cb5dd65bf96c73e +- - name: RELATED_IMAGE_che_nodejs8_centos_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-nodejs8-centos@sha256:0610e366c8b1041a200c0d007cf0284fbbd97e1492a75d25b41ba1f845a05f82 +- - name: RELATED_IMAGE_che_php_7_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-php-7@sha256:ee47e79636ee363fac807e1cc5f52814dd7e347bf1d2d2b77899a745affa85b7 +- - name: RELATED_IMAGE_che_python_3_7_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-python-3.7@sha256:b2209d2a93fe42d935a155315aba09b74c3a20153aa87732730b9a7fd7d3379a +- - name: RELATED_IMAGE_che_quarkus_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-quarkus@sha256:2c80aea53e2487cd157fdd0c2e15628318340a45feeb6e0cedbce27ff707413d +- - name: RELATED_IMAGE_che_rust_1_39_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-rust-1.39@sha256:e48b1639df3665e16499668facd195fe53321df5eb2369c7237c1711d6965eb2 ++ - name: RELATED_IMAGE_che_cpp_rhel7_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 ++ - name: RELATED_IMAGE_che_dotnet_2_2_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 ++ - name: RELATED_IMAGE_che_dotnet_3_1_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 ++ - name: RELATED_IMAGE_che_golang_1_12_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 ++ - name: RELATED_IMAGE_che_java11_gradle_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 ++ - name: RELATED_IMAGE_che_java11_maven_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e ++ - name: RELATED_IMAGE_che_java8_maven_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 ++ - name: RELATED_IMAGE_che_nodejs10_community_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee ++ - name: RELATED_IMAGE_che_nodejs10_ubi_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 ++ - name: RELATED_IMAGE_che_nodejs8_centos_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a ++ - name: RELATED_IMAGE_che_php_7_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e ++ - name: RELATED_IMAGE_che_python_3_7_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 ++ - name: RELATED_IMAGE_che_quarkus_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 ++ - name: RELATED_IMAGE_che_rust_1_39_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 + - name: RELATED_IMAGE_ubi_minimal_devfile_registry_image_BI______ + value: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + image: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a +@@ -642,42 +647,42 @@ + maturity: stable + provider: + name: Eclipse Foundation +- replaces: eclipse-che-preview-kubernetes.v7.16.0 +- version: 7.16.1 ++ replaces: eclipse-che-preview-kubernetes.v7.16.1 ++ version: 7.16.2 + relatedImages: +- - name: che-operator-7.16.1 ++ - name: che-operator-7.16.2 + image: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a +- # tag: quay.io/eclipse/che-operator:7.16.1 ++ # tag: quay.io/eclipse/che-operator:7.16.2 + - name: postgresql-96-centos7-9.6 + image: docker.io/centos/postgresql-96-centos7@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + # tag: centos/postgresql-96-centos7:9.6 +- - name: che-devfile-registry-7.16.1 +- image: quay.io/eclipse/che-devfile-registry@sha256:1af85026d88328a8273914636f2c7020ca76a97fa44dca23b697536abc8ce700 +- # tag: quay.io/eclipse/che-devfile-registry:7.16.1 ++ - name: che-devfile-registry-7.16.2 ++ image: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb ++ # tag: quay.io/eclipse/che-devfile-registry:7.16.2 + - name: che-jwtproxy-fd94e60 + image: quay.io/eclipse/che-jwtproxy@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + # tag: quay.io/eclipse/che-jwtproxy:fd94e60 +- - name: che-keycloak-7.16.1 +- image: quay.io/eclipse/che-keycloak@sha256:69b67042ec182aa4322f6dcbb944d4f3d52c02359af114ffa0401d5398110c81 +- # tag: quay.io/eclipse/che-keycloak:7.16.1 ++ - name: che-keycloak-7.16.2 ++ image: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 ++ # tag: quay.io/eclipse/che-keycloak:7.16.2 + - name: che-plugin-artifacts-broker-v3.2.0 + image: quay.io/eclipse/che-plugin-artifacts-broker@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 + # tag: quay.io/eclipse/che-plugin-artifacts-broker:v3.2.0 + - name: che-plugin-metadata-broker-v3.2.0 + image: quay.io/eclipse/che-plugin-metadata-broker@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + # tag: quay.io/eclipse/che-plugin-metadata-broker:v3.2.0 +- - name: che-plugin-registry-7.16.1 +- image: quay.io/eclipse/che-plugin-registry@sha256:eb543df9add125447e933574ee086b0e58a60274200b23bbffb9577cca258fb4 +- # tag: quay.io/eclipse/che-plugin-registry:7.16.1 +- - name: che-server-7.16.1 +- image: quay.io/eclipse/che-server@sha256:9c5002b2673a37ce163b28b0095d9080382cf29cbf496e75c0de956c1ad86766 +- # tag: quay.io/eclipse/che-server:7.16.1 ++ - name: che-plugin-registry-7.16.2 ++ image: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 ++ # tag: quay.io/eclipse/che-plugin-registry:7.16.2 ++ - name: che-server-7.16.2 ++ image: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c ++ # tag: quay.io/eclipse/che-server:7.16.2 + - name: che-tls-secret-creator-alpine-3029769 + image: quay.io/eclipse/che-tls-secret-creator@sha256:881d32131d31a88ce650d959c06d5f393533877d47077993b0740549eee4cfd5 + # tag: quay.io/eclipse/che-tls-secret-creator:alpine-3029769 +- - name: ubi8-minimal-8.2-301.1593113563 +- image: registry.access.redhat.com/ubi8-minimal@sha256:ab6ac16b2ba297db67e036ae279f166834e8d4e881da2fcbbcfd05b44f34d415 +- # tag: registry.access.redhat.com/ubi8-minimal:8.2-301.1593113563 ++ - name: ubi8-minimal-8.2-345 ++ image: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 ++ # tag: registry.access.redhat.com/ubi8-minimal:8.2-345 + - name: coder-2.1523-vsc1.38.1-che + image: docker.io/chinodesuuu/coder@sha256:6387eee627678d36fa1313017cf5620890f25559df8b24cb53e1d5f4ab6f4726 + # tag: docker.io/chinodesuuu/coder:2.1523-vsc1.38.1-che +@@ -819,6 +824,9 @@ + - name: che-machine-exec-7.16.1 + image: quay.io/eclipse/che-machine-exec@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 + # tag: quay.io/eclipse/che-machine-exec:7.16.1 ++ - name: che-machine-exec-7.16.2 ++ image: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 ++ # tag: quay.io/eclipse/che-machine-exec:7.16.2 + - name: che-machine-exec-7.2.0 + image: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + # tag: quay.io/eclipse/che-machine-exec:7.2.0 +@@ -865,7 +873,7 @@ + image: quay.io/eclipse/che-machine-exec@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + # tag: quay.io/eclipse/che-machine-exec:7.9.2 + - name: che-machine-exec-nightly +- image: quay.io/eclipse/che-machine-exec@sha256:da48dc8b501142864f020559c0c43b5dc90c97a529195b7778cbc61985e3964e ++ image: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + # tag: quay.io/eclipse/che-machine-exec:nightly + - name: che-sidecar-camelk-0.0.10-70f9d17 + image: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 +@@ -1011,6 +1019,9 @@ + - name: che-theia-endpoint-runtime-binary-7.16.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.16.1 ++ - name: che-theia-endpoint-runtime-binary-7.16.2 ++ image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 ++ # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.16.2 + - name: che-theia-endpoint-runtime-binary-7.6.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.6.0 +@@ -1080,6 +1091,9 @@ + - name: che-theia-7.16.1 + image: quay.io/eclipse/che-theia@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad + # tag: quay.io/eclipse/che-theia:7.16.1 ++ - name: che-theia-7.16.2 ++ image: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab ++ # tag: quay.io/eclipse/che-theia:7.16.2 + - name: che-theia-7.6.0 + image: quay.io/eclipse/che-theia@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + # tag: quay.io/eclipse/che-theia:7.6.0 +@@ -1107,48 +1121,48 @@ + - name: mysql-57-centos7- + image: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 + # tag: docker.io/centos/mysql-57-centos7 +- - name: che-cpp-rhel7-7.16.1 +- image: quay.io/eclipse/che-cpp-rhel7@sha256:4d957225f64c35eca4541fcf43ead59e3c6749358141b654ef0a65d628db22ff +- # tag: quay.io/eclipse/che-cpp-rhel7:7.16.1 +- - name: che-dotnet-2.2-7.16.1 +- image: quay.io/eclipse/che-dotnet-2.2@sha256:743c8914bce3c45265c088ea51bf390949a21d4a2b9e009bb66be76c0090f3a5 +- # tag: quay.io/eclipse/che-dotnet-2.2:7.16.1 +- - name: che-dotnet-3.1-7.16.1 +- image: quay.io/eclipse/che-dotnet-3.1@sha256:2642aee0ff158a5f7e65a629ea52eae664a1a910ff36206dcb6d2f816d2c1def +- # tag: quay.io/eclipse/che-dotnet-3.1:7.16.1 +- - name: che-golang-1.12-7.16.1 +- image: quay.io/eclipse/che-golang-1.12@sha256:79ec1fa2f6bae4f30311d8c9dbe02f4bd8ff059974532e0e060c44eb1857062b +- # tag: quay.io/eclipse/che-golang-1.12:7.16.1 +- - name: che-java11-gradle-7.16.1 +- image: quay.io/eclipse/che-java11-gradle@sha256:04fe6644af707857d1d7c1bb32e13105aaa419cfc291fb7e3336073a5d560c1a +- # tag: quay.io/eclipse/che-java11-gradle:7.16.1 +- - name: che-java11-maven-7.16.1 +- image: quay.io/eclipse/che-java11-maven@sha256:78c49869926cdbe268a24e212b2ec37cbb6e8e433e1408b2243228487fb19d02 +- # tag: quay.io/eclipse/che-java11-maven:7.16.1 +- - name: che-java8-maven-7.16.1 +- image: quay.io/eclipse/che-java8-maven@sha256:76a78f630fa3754781b934748ff5d6cb43279f03a2cf87a40e4af5102f0cfa94 +- # tag: quay.io/eclipse/che-java8-maven:7.16.1 +- - name: che-nodejs10-community-7.16.1 +- image: quay.io/eclipse/che-nodejs10-community@sha256:7c2a37d9998c13979ba041ab788b6da6e1e7db02ddb13e89fb71c152be45c058 +- # tag: quay.io/eclipse/che-nodejs10-community:7.16.1 +- - name: che-nodejs10-ubi-7.16.1 +- image: quay.io/eclipse/che-nodejs10-ubi@sha256:293a577e9efcc365ef5dcb2af7f4afbff1c787b54fe680727cb5dd65bf96c73e +- # tag: quay.io/eclipse/che-nodejs10-ubi:7.16.1 +- - name: che-nodejs8-centos-7.16.1 +- image: quay.io/eclipse/che-nodejs8-centos@sha256:0610e366c8b1041a200c0d007cf0284fbbd97e1492a75d25b41ba1f845a05f82 +- # tag: quay.io/eclipse/che-nodejs8-centos:7.16.1 +- - name: che-php-7-7.16.1 +- image: quay.io/eclipse/che-php-7@sha256:ee47e79636ee363fac807e1cc5f52814dd7e347bf1d2d2b77899a745affa85b7 +- # tag: quay.io/eclipse/che-php-7:7.16.1 +- - name: che-python-3.7-7.16.1 +- image: quay.io/eclipse/che-python-3.7@sha256:b2209d2a93fe42d935a155315aba09b74c3a20153aa87732730b9a7fd7d3379a +- # tag: quay.io/eclipse/che-python-3.7:7.16.1 +- - name: che-quarkus-7.16.1 +- image: quay.io/eclipse/che-quarkus@sha256:2c80aea53e2487cd157fdd0c2e15628318340a45feeb6e0cedbce27ff707413d +- # tag: quay.io/eclipse/che-quarkus:7.16.1 +- - name: che-rust-1.39-7.16.1 +- image: quay.io/eclipse/che-rust-1.39@sha256:e48b1639df3665e16499668facd195fe53321df5eb2369c7237c1711d6965eb2 +- # tag: quay.io/eclipse/che-rust-1.39:7.16.1 ++ - name: che-cpp-rhel7-7.16.2 ++ image: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 ++ # tag: quay.io/eclipse/che-cpp-rhel7:7.16.2 ++ - name: che-dotnet-2.2-7.16.2 ++ image: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 ++ # tag: quay.io/eclipse/che-dotnet-2.2:7.16.2 ++ - name: che-dotnet-3.1-7.16.2 ++ image: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 ++ # tag: quay.io/eclipse/che-dotnet-3.1:7.16.2 ++ - name: che-golang-1.12-7.16.2 ++ image: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 ++ # tag: quay.io/eclipse/che-golang-1.12:7.16.2 ++ - name: che-java11-gradle-7.16.2 ++ image: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 ++ # tag: quay.io/eclipse/che-java11-gradle:7.16.2 ++ - name: che-java11-maven-7.16.2 ++ image: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e ++ # tag: quay.io/eclipse/che-java11-maven:7.16.2 ++ - name: che-java8-maven-7.16.2 ++ image: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 ++ # tag: quay.io/eclipse/che-java8-maven:7.16.2 ++ - name: che-nodejs10-community-7.16.2 ++ image: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee ++ # tag: quay.io/eclipse/che-nodejs10-community:7.16.2 ++ - name: che-nodejs10-ubi-7.16.2 ++ image: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 ++ # tag: quay.io/eclipse/che-nodejs10-ubi:7.16.2 ++ - name: che-nodejs8-centos-7.16.2 ++ image: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a ++ # tag: quay.io/eclipse/che-nodejs8-centos:7.16.2 ++ - name: che-php-7-7.16.2 ++ image: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e ++ # tag: quay.io/eclipse/che-php-7:7.16.2 ++ - name: che-python-3.7-7.16.2 ++ image: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 ++ # tag: quay.io/eclipse/che-python-3.7:7.16.2 ++ - name: che-quarkus-7.16.2 ++ image: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 ++ # tag: quay.io/eclipse/che-quarkus:7.16.2 ++ - name: che-rust-1.39-7.16.2 ++ image: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 ++ # tag: quay.io/eclipse/che-rust-1.39:7.16.2 + - name: ubi-minimal- + image: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + # tag: registry.access.redhat.com/ubi8/ubi-minimal diff --git a/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/eclipse-che-preview-kubernetes.package.yaml b/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/eclipse-che-preview-kubernetes.package.yaml index 82496f4c8..4168d6d7e 100644 --- a/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/eclipse-che-preview-kubernetes.package.yaml +++ b/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/eclipse-che-preview-kubernetes.package.yaml @@ -1,7 +1,7 @@ channels: - currentCSV: eclipse-che-preview-kubernetes.v9.9.9-nightly.1595010734 name: nightly -- currentCSV: eclipse-che-preview-kubernetes.v7.16.1 +- currentCSV: eclipse-che-preview-kubernetes.v7.16.2 name: stable defaultChannel: stable packageName: eclipse-che-preview-kubernetes diff --git a/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.crd.yaml b/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.crd.yaml new file mode 100644 index 000000000..28f18549a --- /dev/null +++ b/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.crd.yaml @@ -0,0 +1,564 @@ +# +# Copyright (c) 2012-2020 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: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: checlusters.org.eclipse.che +spec: + group: org.eclipse.che + names: + kind: CheCluster + listKind: CheClusterList + plural: checlusters + singular: checluster + preserveUnknownFields: false + scope: Namespaced + subresources: + status: {} + validation: + openAPIV3Schema: + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: Desired configuration of the Che installation. Based on these + settings, the operator automatically creates and maintains several config + maps that will contain the appropriate environment variables the various + components of the Che installation. These generated config maps should + NOT be updated manually. + properties: + auth: + description: Configuration settings related to the Authentication used + by the Che installation. + properties: + externalIdentityProvider: + description: 'Instructs the operator on whether or not to deploy + a dedicated Identity Provider (Keycloak or RH SSO instance). By + default a dedicated Identity Provider server is deployed as part + of the Che installation. But if `externalIdentityProvider` is + `true`, then no dedicated identity provider will be deployed by + the operator and you might need to provide details about the external + identity provider you want to use. See also all the other fields + starting with: `identityProvider`.' + type: boolean + identityProviderAdminUserName: + description: Overrides the name of the Identity Provider admin user. + Defaults to `admin`. + type: string + identityProviderClientId: + description: Name of a Identity provider (Keycloak / RH SSO) `client-id` + that should be used for Che. This is useful to override it ONLY + if you use an external Identity Provider (see the `externalIdentityProvider` + field). If omitted or left blank, it will be set to the value + of the `flavour` field suffixed with `-public`. + type: string + identityProviderImage: + description: Overrides the container image used in the Identity + Provider (Keycloak / RH SSO) deployment. This includes the image + tag. Omit it or leave it empty to use the defaut container image + provided by the operator. + type: string + identityProviderImagePullPolicy: + description: Overrides the image pull policy used in the Identity + Provider (Keycloak / RH SSO) deployment. Default value is `Always` + for `nightly` or `latest` images, and `IfNotPresent` in other + cases. + type: string + identityProviderPassword: + description: Overrides the password of Keycloak admin user. This + is useful to override it ONLY if you use an external Identity + Provider (see the `externalIdentityProvider` field). If omitted + or left blank, it will be set to an auto-generated password. + type: string + identityProviderPostgresPassword: + description: Password for The Identity Provider (Keycloak / RH SSO) + to connect to the database. This is useful to override it ONLY + if you use an external Identity Provider (see the `externalIdentityProvider` + field). If omitted or left blank, it will be set to an auto-generated + password. + type: string + identityProviderPostgresSecret: + description: 'The secret that contains `password` for The Identity + Provider (Keycloak / RH SSO) to connect to the database. If the + secret is defined then `identityProviderPostgresPassword` will + be ignored. If the value is omitted or left blank then there are + two scenarios: 1. `identityProviderPostgresPassword` is defined, + then it will be used to connect to the database. 2. `identityProviderPostgresPassword` + is not defined, then a new secret with the name `che-identity-postgres-secret` + will be created with an auto-generated value for `password`.' + type: string + identityProviderRealm: + description: Name of a Identity provider (Keycloak / RH SSO) realm + that should be used for Che. This is useful to override it ONLY + if you use an external Identity Provider (see the `externalIdentityProvider` + field). If omitted or left blank, it will be set to the value + of the `flavour` field. + type: string + identityProviderSecret: + description: 'The secret that contains `user` and `password` for + Identity Provider. If the secret is defined then `identityProviderAdminUserName` + and `identityProviderPassword` are ignored. If the value is omitted + or left blank then there are two scenarios: 1. `identityProviderAdminUserName` + and `identityProviderPassword` are defined, then they will be + used. 2. `identityProviderAdminUserName` or `identityProviderPassword` + are not defined, then a new secret with the name `che-identity-secret` + will be created with default value `admin` for `user` and with + an auto-generated value for `password`.' + type: string + identityProviderURL: + description: Public URL of the Identity Provider server (Keycloak + / RH SSO server). You should set it ONLY if you use an external + Identity Provider (see the `externalIdentityProvider` field). + By default this will be automatically calculated and set by the + operator. + type: string + oAuthClientName: + description: Name of the OpenShift `OAuthClient` resource used to + setup identity federation on the OpenShift side. Auto-generated + if left blank. See also the `OpenShiftoAuth` field. + type: string + oAuthSecret: + description: Name of the secret set in the OpenShift `OAuthClient` + resource used to setup identity federation on the OpenShift side. + Auto-generated if left blank. See also the `OAuthClientName` field. + type: string + openShiftoAuth: + description: 'Enables the integration of the identity provider (Keycloak + / RHSSO) with OpenShift OAuth. Enabled by default on OpenShift. + This will allow users to directly login with their Openshift user + through the Openshift login, and have their workspaces created + under personal OpenShift namespaces. WARNING: the `kubeadmin` + user is NOT supported, and logging through it will NOT allow accessing + the Che Dashboard.' + type: boolean + updateAdminPassword: + description: Forces the default `admin` Che user to update password + on first login. Defaults to `false`. + type: boolean + type: object + database: + description: Configuration settings related to the database used by + the Che installation. + properties: + chePostgresDb: + description: Postgres database name that the Che server uses to + connect to the DB. Defaults to `dbche`. + type: string + chePostgresHostName: + description: Postgres Database hostname that the Che server uses + to connect to. Defaults to postgres. This value should be overridden + ONLY when using an external database (see field `externalDb`). + In the default case it will be automatically set by the operator. + type: string + chePostgresPassword: + description: Postgres password that the Che server should use to + connect to the DB. If omitted or left blank, it will be set to + an auto-generated value. + type: string + chePostgresPort: + description: Postgres Database port that the Che server uses to + connect to. Defaults to 5432. This value should be overridden + ONLY when using an external database (see field `externalDb`). + In the default case it will be automatically set by the operator. + type: string + chePostgresSecret: + description: 'The secret that contains Postgres `user` and `password` + that the Che server should use to connect to the DB. If the secret + is defined then `chePostgresUser` and `chePostgresPassword` are + ignored. If the value is omitted or left blank then there are + two scenarios: 1. `chePostgresUser` and `chePostgresPassword` + are defined, then they will be used to connect to the DB. 2. `chePostgresUser` + or `chePostgresPassword` are not defined, then a new secret with + the name `che-postgres-secret` will be created with default value + of `pgche` for `user` and with an auto-generated value for `password`.' + type: string + chePostgresUser: + description: Postgres user that the Che server should use to connect + to the DB. Defaults to `pgche`. + type: string + externalDb: + description: 'Instructs the operator on whether or not to deploy + a dedicated database. By default a dedicated Postgres database + is deployed as part of the Che installation. But if `externalDb` + is `true`, then no dedicated database will be deployed by the + operator and you might need to provide connection details to the + external DB you want to use. See also all the fields starting + with: `chePostgres`.' + type: boolean + postgresImage: + description: Overrides the container image used in the Postgres + database deployment. This includes the image tag. Omit it or leave + it empty to use the defaut container image provided by the operator. + type: string + postgresImagePullPolicy: + description: Overrides the image pull policy used in the Postgres + database deployment. Default value is `Always` for `nightly` or + `latest` images, and `IfNotPresent` in other cases. + type: string + type: object + k8s: + description: Configuration settings specific to Che installations made + on upstream Kubernetes. + properties: + ingressClass: + description: 'Ingress class that will define the which controler + will manage ingresses. Defaults to `nginx`. NB: This drives the + `is kubernetes.io/ingress.class` annotation on Che-related ingresses.' + type: string + ingressDomain: + description: 'Global ingress domain for a K8S cluster. This MUST + be explicitly specified: there are no defaults.' + type: string + ingressStrategy: + description: Strategy for ingress creation. This can be `multi-host` + (host is explicitly provided in ingress), `single-host` (host + is provided, path-based rules) and `default-host.*`(no host is + provided, path-based rules). Defaults to `"multi-host` + type: string + securityContextFsGroup: + description: FSGroup the Che pod and Workspace pods containers should + run in. Defaults to `1724`. + type: string + securityContextRunAsUser: + description: ID of the user the Che pod and Workspace pods containers + should run as. Default to `1724`. + type: string + tlsSecretName: + description: Name of a secret that will be used to setup ingress + TLS termination if TLS is enabled. See also the `tlsSupport` field. + type: string + type: object + metrics: + description: Configuration settings related to the metrics collection + used by the Che installation. + properties: + enable: + description: Enables `metrics` Che server endpoint. Default to `true`. + type: boolean + type: object + server: + description: General configuration settings related to the Che server + and the plugin and devfile registries + properties: + airGapContainerRegistryHostname: + description: Optional hostname (or url) to an alternate container + registry to pull images from. This value overrides the container + registry hostname defined in all the default container images + involved in a Che deployment. This is particularly useful to install + Che in an air-gapped environment. + type: string + airGapContainerRegistryOrganization: + description: Optional repository name of an alternate container + registry to pull images from. This value overrides the container + registry organization defined in all the default container images + involved in a Che deployment. This is particularly useful to install + Che in an air-gapped environment. + type: string + allowUserDefinedWorkspaceNamespaces: + description: Defines if a user is able to specify Kubernetes namespace + (or OpenShift project) different from the default. It's NOT RECOMMENDED + to configured true without OAuth configured. This property is + also used by the OpenShift infra. + type: boolean + cheDebug: + description: Enables the debug mode for Che server. Defaults to + `false`. + type: string + cheFlavor: + description: Flavor of the installation. This is either `che` for + upstream Che installations, or `codeready` for CodeReady Workspaces + installation. In most cases the default value should not be overriden. + type: string + cheHost: + description: Public hostname of the installed Che server. This will + be automatically set by the operator. In most cases the default + value set by the operator should not be overriden. + type: string + cheImage: + description: Overrides the container image used in Che deployment. + This does NOT include the container image tag. Omit it or leave + it empty to use the defaut container image provided by the operator. + type: string + cheImagePullPolicy: + description: Overrides the image pull policy used in Che deployment. + Default value is `Always` for `nightly` or `latest` images, and + `IfNotPresent` in other cases. + type: string + cheImageTag: + description: Overrides the tag of the container image used in Che + deployment. Omit it or leave it empty to use the defaut image + tag provided by the operator. + type: string + cheLogLevel: + description: 'Log level for the Che server: `INFO` or `DEBUG`. Defaults + to `INFO`.' + type: string + cheWorkspaceClusterRole: + description: Custom cluster role bound to the user for the Che workspaces. + The default roles are used if this is omitted or left blank. + type: string + customCheProperties: + additionalProperties: + type: string + description: Map of additional environment variables that will be + applied in the generated `che` config map to be used by the Che + server, in addition to the values already generated from other + fields of the `CheCluster` custom resource (CR). If `customCheProperties` + contains a property that would be normally generated in `che` + config map from other CR fields, then the value defined in the + `customCheProperties` will be used instead. + type: object + devfileRegistryImage: + description: Overrides the container image used in the Devfile registry + deployment. This includes the image tag. Omit it or leave it empty + to use the defaut container image provided by the operator. + type: string + devfileRegistryMemoryLimit: + description: Overrides the memory limit used in the Devfile registry + deployment. Defaults to 256Mi. + type: string + devfileRegistryMemoryRequest: + description: Overrides the memory request used in the Devfile registry + deployment. Defaults to 16Mi. + type: string + devfileRegistryPullPolicy: + description: Overrides the image pull policy used in the Devfile + registry deployment. Default value is `Always` for `nightly` or + `latest` images, and `IfNotPresent` in other cases. + type: string + devfileRegistryUrl: + description: Public URL of the Devfile registry, that serves sample, + ready-to-use devfiles. You should set it ONLY if you use an external + devfile registry (see the `externalDevfileRegistry` field). By + default this will be automatically calculated by the operator. + type: string + externalDevfileRegistry: + description: Instructs the operator on whether or not to deploy + a dedicated Devfile registry server. By default a dedicated devfile + registry server is started. But if `externalDevfileRegistry` is + `true`, then no such dedicated server will be started by the operator + and you will have to manually set the `devfileRegistryUrl` field + type: boolean + externalPluginRegistry: + description: Instructs the operator on whether or not to deploy + a dedicated Plugin registry server. By default a dedicated plugin + registry server is started. But if `externalPluginRegistry` is + `true`, then no such dedicated server will be started by the operator + and you will have to manually set the `pluginRegistryUrl` field. + type: boolean + gitSelfSignedCert: + description: If enabled, then the certificate from `che-git-self-signed-cert` + config map will be propagated to the Che components and provide + particular configuration for Git. + type: boolean + nonProxyHosts: + description: List of hosts that should not use the configured proxy. + Use `|`` as delimiter, eg `localhost|my.host.com|123.42.12.32` + Only use when configuring a proxy is required. Operator respects + OpenShift cluster wide proxy configuration and no additional configuration + is required, but defining `nonProxyHosts` in a custom resource + leads to merging non proxy hosts lists from the cluster proxy + configuration and ones defined in the custom resources. (see the + doc https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html) + (see also the `proxyURL` fields). + type: string + pluginRegistryImage: + description: Overrides the container image used in the Plugin registry + deployment. This includes the image tag. Omit it or leave it empty + to use the defaut container image provided by the operator. + type: string + pluginRegistryMemoryLimit: + description: Overrides the memory limit used in the Plugin registry + deployment. Defaults to 256Mi. + type: string + pluginRegistryMemoryRequest: + description: Overrides the memory request used in the Plugin registry + deployment. Defaults to 16Mi. + type: string + pluginRegistryPullPolicy: + description: Overrides the image pull policy used in the Plugin + registry deployment. Default value is `Always` for `nightly` or + `latest` images, and `IfNotPresent` in other cases. + type: string + pluginRegistryUrl: + description: Public URL of the Plugin registry, that serves sample + ready-to-use devfiles. You should set it ONLY if you use an external + devfile registry (see the `externalPluginRegistry` field). By + default this will be automatically calculated by the operator. + type: string + proxyPassword: + description: Password of the proxy server Only use when proxy configuration + is required (see also the `proxyURL`, `proxyUser` and `proxySecret` + fields). + type: string + proxyPort: + description: Port of the proxy server. Only use when configuring + a proxy is required. (see also the `proxyURL` and `nonProxyHosts` + fields). + type: string + proxySecret: + description: The secret that contains `user` and `password` for + a proxy server. If the secret is defined then `proxyUser` and + `proxyPassword` are ignored + type: string + proxyURL: + description: URL (protocol+hostname) of the proxy server. This drives + the appropriate changes in the `JAVA_OPTS` and `https(s)_proxy` + variables in the Che server and workspaces containers. Only use + when configuring a proxy is required. Operator respects OpenShift + cluster wide proxy configuration and no additional configuration + is required, but defining `proxyUrl` in a custom resource leads + to overrides the cluster proxy configuration with fields `proxyUrl`, + `proxyPort`, `proxyUser` and `proxyPassword` from the custom resource. + (see the doc https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html) + (see also the `proxyPort` and `nonProxyHosts` fields). + type: string + proxyUser: + description: User name of the proxy server. Only use when configuring + a proxy is required (see also the `proxyURL`, `proxyPassword` + and `proxySecret` fields). + type: string + selfSignedCert: + description: Deprecated. The value of this flag is ignored. Che + operator will automatically detect if router certificate is self-signed. + If so it will be propagated to Che server and some other components. + type: boolean + serverMemoryLimit: + description: Overrides the memory limit used in the Che server deployment. + Defaults to 1Gi. + type: string + serverMemoryRequest: + description: Overrides the memory request used in the Che server + deployment. Defaults to 512Mi. + type: string + serverTrustStoreConfigMapName: + description: Name of the config-map with public certificates to + add to Java trust store of the Che server. This is usually required + when adding the OpenShift OAuth provider which has https endpoint + signed with self-signed cert. So, Che server must be aware of + its CA cert to be able to request it. This is disabled by default. + type: string + tlsSupport: + description: Deprecated. Instructs the operator to deploy Che in + TLS mode. This is enabled by default. Disabling TLS may cause + malfunction of some Che components. + type: boolean + workspaceNamespaceDefault: + description: 'Defines Kubernetes default namespace in which user''s + workspaces are created if user does not override it. It''s possible + to use , and placeholders (e.g.: + che-workspace-). In that case, new namespace will be + created for each user (or workspace). Is used by OpenShift infra + as well to specify Project' + type: string + type: object + storage: + description: Configuration settings related to the persistent storage + used by the Che installation. + properties: + postgresPVCStorageClassName: + description: Storage class for the Persistent Volume Claim dedicated + to the Postgres database. If omitted or left blank, default storage + class is used. + type: string + preCreateSubPaths: + description: Instructs the Che server to launch a special pod to + pre-create a subpath in the Persistent Volumes. Defaults to `false`, + however it might need to enable it according to the configuration + of your K8S cluster. + type: boolean + pvcClaimSize: + description: Size of the persistent volume claim for workspaces. + Defaults to `1Gi` + type: string + pvcJobsImage: + description: Overrides the container image used to create sub-paths + in the Persistent Volumes. This includes the image tag. Omit it + or leave it empty to use the defaut container image provided by + the operator. See also the `preCreateSubPaths` field. + type: string + pvcStrategy: + description: Persistent volume claim strategy for the Che server. + This Can be:`common` (all workspaces PVCs in one volume), `per-workspace` + (one PVC per workspace for all declared volumes) and `unique` + (one PVC per declared volume). Defaults to `common`. + type: string + workspacePVCStorageClassName: + description: Storage class for the Persistent Volume Claims dedicated + to the Che workspaces. If omitted or left blank, default storage + class is used. + type: string + type: object + type: object + status: + description: CheClusterStatus defines the observed state of Che installation + properties: + cheClusterRunning: + description: Status of a Che installation. Can be `Available`, `Unavailable`, + or `Available, Rolling Update in Progress` + type: string + cheURL: + description: Public URL to the Che server + type: string + cheVersion: + description: Current installed Che version + type: string + dbProvisioned: + description: Indicates if or not a Postgres instance has been correctly + provisioned + type: boolean + devfileRegistryURL: + description: Public URL to the Devfile registry + type: string + helpLink: + description: A URL that can point to some URL where to find help related + to the current Operator status. + type: string + keycloakProvisioned: + description: Indicates whether an Identity Provider instance (Keycloak + / RH SSO) has been provisioned with realm, client and user + type: boolean + keycloakURL: + description: Public URL to the Identity Provider server (Keycloak / + RH SSO). + type: string + message: + description: A human readable message indicating details about why the + pod is in this condition. + type: string + openShiftoAuthProvisioned: + description: Indicates whether an Identity Provider instance (Keycloak + / RH SSO) has been configured to integrate with the OpenShift OAuth. + type: boolean + pluginRegistryURL: + description: Public URL to the Plugin registry + type: string + reason: + description: A brief CamelCase message indicating details about why + the pod is in this state. + type: string + type: object + type: object + version: v1 + versions: + - name: v1 + served: true + storage: true diff --git a/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.crd.yaml.diff b/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.crd.yaml.diff new file mode 100644 index 000000000..e69de29bb diff --git a/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.v7.16.2.clusterserviceversion.yaml b/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.v7.16.2.clusterserviceversion.yaml new file mode 100644 index 000000000..4c56632ff --- /dev/null +++ b/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.v7.16.2.clusterserviceversion.yaml @@ -0,0 +1,1685 @@ +apiVersion: operators.coreos.com/v1alpha1 +kind: ClusterServiceVersion +metadata: + annotations: + alm-examples: "[\n {\n \"apiVersion\": \"org.eclipse.che/v1\",\n \"kind\"\ + : \"CheCluster\",\n \"metadata\": {\n \"name\": \"eclipse-che\"\n \ + \ },\n \"spec\": {\n \"server\": {\n \"cheImageTag\": \"\ + \",\n \"devfileRegistryImage\": \"\",\n \"pluginRegistryImage\"\ + : \"\",\n \"tlsSupport\": true,\n \"selfSignedCert\": false\n\ + \ },\n \"database\": {\n \"externalDb\": false,\n \ + \ \"chePostgresHostName\": \"\",\n \"chePostgresPort\": \"\",\n\ + \ \"chePostgresUser\": \"\",\n \"chePostgresPassword\": \"\ + \",\n \"chePostgresDb\": \"\"\n },\n \"auth\": {\n \ + \ \"openShiftoAuth\": true,\n \"identityProviderImage\": \"\"\ + ,\n \"externalIdentityProvider\": false,\n \"identityProviderURL\"\ + : \"\",\n \"identityProviderRealm\": \"\",\n \"identityProviderClientId\"\ + : \"\"\n },\n \"storage\": {\n \"pvcStrategy\": \"per-workspace\"\ + ,\n \"pvcClaimSize\": \"1Gi\",\n \"preCreateSubPaths\": true\n\ + \ },\n \"metrics\": {\n \"enable\": true\n }\n \ + \ }\n }\n]" + capabilities: Seamless Upgrades + categories: Developer Tools, OpenShift Optional + certified: 'false' + containerImage: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a + createdAt: '2020-07-30T10:43:15Z' + description: A Kube-native development solution that delivers portable and collaborative + developer workspaces in OpenShift. + operatorframework.io/suggested-namespace: eclipse-che + repository: https://github.com/eclipse/che-operator + support: Eclipse Foundation + name: eclipse-che-preview-openshift.v7.16.2 + namespace: placeholder +spec: + apiservicedefinitions: {} + customresourcedefinitions: + owned: + - description: Eclipse Che cluster with DB and Auth Server + displayName: Eclipse Che Cluster + kind: CheCluster + name: checlusters.org.eclipse.che + specDescriptors: + - description: Log in to Eclipse Che with OpenShift credentials + displayName: OpenShift oAuth + path: auth.openShiftoAuth + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:booleanSwitch + - description: TLS routes + displayName: TLS Mode + path: server.tlsSupport + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:booleanSwitch + statusDescriptors: + - description: Route to access Eclipse Che + displayName: Eclipse Che URL + path: cheURL + x-descriptors: + - urn:alm:descriptor:org.w3:link + - description: Route to access Keycloak Admin Console + displayName: Keycloak Admin Console URL + path: keycloakURL + x-descriptors: + - urn:alm:descriptor:org.w3:link + - description: Eclipse Che server version + displayName: Eclipse Che version + path: cheVersion + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:label + - description: The current status of the application + displayName: Status + path: cheClusterRunning + x-descriptors: + - urn:alm:descriptor:io.kubernetes.phase + - description: Reason of the current status + displayName: Reason + path: reason + x-descriptors: + - urn:alm:descriptor:text + - description: Message explaining the current status + displayName: Message + path: message + x-descriptors: + - urn:alm:descriptor:text + - description: Link providing help related to the current status + displayName: Help link + path: helpLink + x-descriptors: + - urn:alm:descriptor:org.w3:link + version: v1 + description: "A collaborative Kubernetes-native development solution that delivers\ + \ OpenShift workspaces and in-browser IDE for rapid cloud application development.\n\ + This operator installs PostgreSQL, Keycloak, and the Eclipse Che server, as well\ + \ as configures all three services.\n\n## How to Install\n\nPress the **Install**\ + \ button, choose the upgrade strategy, and wait for the **Installed** Operator\ + \ status.\n\nWhen the operator is installed, create a new CR of Kind CheCluster\ + \ (click the **Create New** button).\nThe CR spec contains all defaults (see below).\n\ + \nYou can start using Eclipse Che when the CR status is set to **Available**,\ + \ and you see a URL to Eclipse Che.\n\n## Defaults\n\nBy default, the operator\ + \ deploys Eclipse Che with:\n\n* Bundled PostgreSQL and Keycloak\n\n* Per-Workspace\ + \ PVC strategy\n\n* Auto-generated passwords\n\n* TLS mode (secure routes)\n\n\ + * Regular login extended with OpenShift OAuth authentication\n\n## Installation\ + \ Options\n\nEclipse Che operator installation options include:\n\n* Connection\ + \ to external database and Keycloak\n\n* Configuration of default passwords and\ + \ object names\n\n* PVC strategy (once shared PVC for all workspaces, PVC per\ + \ workspace, or PVC per volume)\n\n* Authentication options\n\n### External Database\ + \ and Keycloak\n\nTo instruct the operator to skip deploying PostgreSQL and Keycloak\ + \ and connect to an existing DB and Keycloak instead:\n\n* set respective fields\ + \ to `true` in a custom resource spec\n\n* provide the operator with connection\ + \ and authentication details:\n\n\n\n `externalDb: true`\n\n\n `chePostgresHostname:\ + \ 'yourPostgresHost'`\n\n\n `chePostgresPort: '5432'`\n\n\n `chePostgresUser:\ + \ 'myuser'`\n\n\n `chePostgresPassword: 'mypass'`\n\n\n `chePostgresDb: 'mydb'`\n\ + \n\n `externalIdentityProvider: true`\n\n\n `identityProviderURL: 'https://my-keycloak.com'`\n\ + \n\n `identityProviderRealm: 'myrealm'`\n\n\n `identityProviderClientId: 'myClient'`\n\ + \n\n#### Self-signed Certificates\n\nEclipse Che uses self-signed certificates\ + \ by default.\n\nYou can also manually create a secret:\n\n\n\n```\noc create\ + \ secret generic self-signed-certificate --from-file=/path/to/certificate/ca.crt\ + \ -n=$codeReadyNamespace\n```\n" + displayName: Eclipse Che + icon: + - base64data: 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 + mediatype: image/png + install: + spec: + clusterPermissions: + - rules: + - apiGroups: + - oauth.openshift.io + resources: + - oauthclients + verbs: + - create + - get + - delete + - list + - patch + - update + - watch + - apiGroups: + - config.openshift.io + resources: + - infrastructures + - oauths + - proxies + verbs: + - get + - list + - watch + - apiGroups: + - user.openshift.io + resources: + - users + verbs: + - list + - apiGroups: + - console.openshift.io + resources: + - consolelinks + verbs: + - get + - list + - create + - update + - patch + - delete + serviceAccountName: che-operator + deployments: + - name: che-operator + spec: + replicas: 1 + selector: + matchLabels: + app: che-operator + strategy: {} + template: + metadata: + labels: + app: che-operator + spec: + containers: + - command: + - /usr/local/bin/che-operator + env: + - name: WATCH_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.annotations['olm.targetNamespaces'] + - name: POD_NAME + valueFrom: + fieldRef: + fieldPath: metadata.name + - name: OPERATOR_NAME + value: che-operator + - name: CHE_VERSION + value: 7.16.2 + - name: RELATED_IMAGE_che_server + value: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c + - name: RELATED_IMAGE_plugin_registry + value: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 + - name: RELATED_IMAGE_devfile_registry + value: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb + - name: RELATED_IMAGE_pvc_jobs + value: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + - name: RELATED_IMAGE_postgres + value: docker.io/centos/postgresql-96-centos7@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + - name: RELATED_IMAGE_keycloak + value: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 + - name: RELATED_IMAGE_che_workspace_plugin_broker_metadata + value: quay.io/eclipse/che-plugin-metadata-broker@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + - name: RELATED_IMAGE_che_workspace_plugin_broker_artifacts + value: quay.io/eclipse/che-plugin-artifacts-broker@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 + - name: RELATED_IMAGE_che_server_secure_exposer_jwt_proxy_image + value: quay.io/eclipse/che-jwtproxy@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + - name: CHE_FLAVOR + value: che + - name: CONSOLE_LINK_NAME + value: che + - name: CONSOLE_LINK_DISPLAY_NAME + value: Eclipse Che + - name: CONSOLE_LINK_SECTION + value: Red Hat Applications + - name: CONSOLE_LINK_IMAGE + value: /dashboard/assets/branding/loader.svg + - name: CHE_IDENTITY_SECRET + value: che-identity-secret + - name: CHE_IDENTITY_POSTGRES_SECRET + value: che-identity-postgres-secret + - name: CHE_POSTGRES_SECRET + value: che-postgres-secret + - name: CHE_SERVER_TRUST_STORE_CONFIGMAP_NAME + value: ca-certs + - name: RELATED_IMAGE_coder_plugin_registry_image_GIXDCNJSGMWXM43DGEXDGOBOGEWWG2DFBI______ + value: docker.io/chinodesuuu/coder@sha256:6387eee627678d36fa1313017cf5620890f25559df8b24cb53e1d5f4ab6f4726 + - name: RELATED_IMAGE_coder_plugin_registry_image_GIXDCNRVGAWXM43DGEXDGOJOGIWWG2DFBI______ + value: docker.io/chinodesuuu/coder@sha256:1af9c45c3f8c9836dba10c4a2c7b43915bc04fa4b9b9cc598d4bad5cf036817e + - name: RELATED_IMAGE_coder_plugin_registry_image_NZSXQ5AK + value: docker.io/chinodesuuu/coder@sha256:77f51200f6f9ff62551794be48a3497e464c93f2420877253b98de3e041e0e9d + - name: RELATED_IMAGE_dirigible_openshift_plugin_registry_image_GMXDILRQBI______ + value: docker.io/dirigiblelabs/dirigible-openshift@sha256:3365635d1e0403697dea0674bbbdc749c4be2db29818a93b8e1e53c3c5144113 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_BI______ + value: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDALRQBI______ + value: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCLRQBI______ + value: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDGLRRBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14041e6e51f47248e1018a2dacc8e70acad08f2a2dd7dc67c83a1b43d2cb73b7 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDGLRSBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:d1cc54bbf5a61d4cb995325c7f71daba907bc81c755524a4dc76f4ce2d49934e + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDGLRTBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f63bf9206cb11d36d7af60f47126d8fa6c458c419b047c70b2b51d73acdce84 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDILRQBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:02bbffee045b6fdbc40e1824a8a5cfe5f2b25e4dcffa1dad7324c479b1227f59 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDKLRQBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:a12a88b352b65fd4031e77de0fd66a2cc412a80d8a5c0d46e32fa7d3d429bf1d + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDKLRRBI______ + value: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:16c530ceaf61b7b2146d421b6d8d937fddc8ec2501ccc69f5589449eed9228be + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDALRQBI______ + value: docker.io/eclipse/che-theia@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDALRQFVXGK6DUBI______ + value: docker.io/eclipse/che-theia@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDALRQFVZGGLJTFYYAU___ + value: docker.io/eclipse/che-theia@sha256:03833982a58592d13a8d74900ee5df1fb4ed7eafe81890e626b189abe8b053d3 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDALRQFVZGGLJUFYYAU___ + value: docker.io/eclipse/che-theia@sha256:752c89b1a02b732792df4d55e4d096ec304602f294e88eb49e2d45bc6b700577 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCLRQBI______ + value: docker.io/eclipse/che-theia@sha256:011b5cff61a6700bd85e4f003c9d33c25e0a461d12e57d4722069320b6f870ec + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDELRQBI______ + value: docker.io/eclipse/che-theia@sha256:2ce0bd770cb9f305946f5cf568c65d773b4d2a12c5da62182faab45e329765a8 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDGLRQBI______ + value: docker.io/eclipse/che-theia@sha256:b838ca40fe97ef6429a1246ce4da54b5a35fe33171f65a2079348b238a63cfa8 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDGLRRBI______ + value: docker.io/eclipse/che-theia@sha256:37c49db6be66a2a11c9a2dba6c5105e2c7f6947c2965f7d237d1367e0334ad8f + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDGLRSBI______ + value: docker.io/eclipse/che-theia@sha256:b91e3c2ab5420f7e783ab41585fe3fd5fa24e0a1008bf779dfc2eb8bda001912 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDGLRTBI______ + value: docker.io/eclipse/che-theia@sha256:fe554df6c86aa3832ce47a3a74f56d70aa8a6166dc4ff07f578363759f7fa3f7 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDILRQBI______ + value: docker.io/eclipse/che-theia@sha256:cb39ccfdecb00ae3ff75d85987d145f7826c1905b7a2aa23e8c6ca7a9b9473aa + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDKLRQBI______ + value: docker.io/eclipse/che-theia@sha256:f7dd1fb78444d561239c6bf371999f5e13c2db199a87fafdd2198b9186f439eb + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDKLRRBI______ + value: docker.io/eclipse/che-theia@sha256:be2f2df6178dcc2598453c7bf9dc878c06e4830f9c948f5ea5c2fcb0140bb5f0 + - name: RELATED_IMAGE_che_editor_jupyter_plugin_registry_image_GUXDOLRQBI______ + value: docker.io/ksmster/che-editor-jupyter@sha256:83439ae9edcaa3a97536742315a7912f93e499f49847da094c480031eae4ba47 + - name: RELATED_IMAGE_rhamt_vscode_extension_plugin_registry_image_NJQXMYJYBI______ + value: docker.io/windup3/rhamt-vscode-extension@sha256:179d1826e10f770af4cace5516041be60dd13115d302b16d5b1b345689e7b200 + - name: RELATED_IMAGE_eclipse_broadway_plugin_registry_image_BI______ + value: docker.io/wsskeleton/eclipse-broadway@sha256:89fddccbbe64183f91384917673e362c4854a86af6361d4dbb78565c9d1bf706 + - name: RELATED_IMAGE_che_buildah_base_plugin_registry_image_GEXDCNBOGAWWEMDDHEYWIMYK + value: quay.io/eclipse/che-buildah-base@sha256:417203d8629edd92f187afd3ebb3d8dc28338d34809eb75ffc2e08a400f8d56b + - name: RELATED_IMAGE_che_buildkit_base_plugin_registry_image_GAXDOLRRFVRGCY3CGA3DSCQ_ + value: quay.io/eclipse/che-buildkit-base@sha256:effa98dd2ced30b520b25afff1a880d121cf6b3f8ab42a5149eada46ba793ce9 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMBOGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:1568dee073c3122936eda30a451659d34a982ba5ec8671e640d67190579d1e98 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMJOGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:62b65767780978f937f433f4be6f5ae7dc394d70f9df8b4302e48df8bbae3a07 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMROGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:11162cec7b9fe5340ceb38c697f9c2351d9122143359b0eeaf831a87680b7206 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMROGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:93958d7e441c697791f8f4eaace0ff4142e4ea5094e160f5ba96bc2d25cfd10f + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMROGIFA____ + value: quay.io/eclipse/che-machine-exec@sha256:fbbdcf231866f1fffe9c835c332950352ad17dc166d2a541309a40019280e330 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMZOGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:321ce97827335efe7256a117c6e1cc7601b8500d495b187c6106c291d1410f6b + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMZOGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:4d63fd5558c0c2ecdafe32aaadaade30709c03e5199b3275e8aa51ab58395c6e + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCMZOGIFA____ + value: quay.io/eclipse/che-machine-exec@sha256:773eca66abe31c53d0fc544e30655ad3723e5a22ef38ac1aded82ca2fccdd393 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNBOGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:a3464b7782dcac24191c89c81a93182ac6f49dd2d5608f9d3aeb759146df75ca + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNBOGIFA____ + value: quay.io/eclipse/che-machine-exec@sha256:fa01588b491930527bbb2aed97d3fa8565b772bfea3eba9a683cb09d88adb4d5 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNBOGMFA____ + value: quay.io/eclipse/che-machine-exec@sha256:c6d7ec0e480a8a419963810c2b06dc3ceb36314c3eabcbb2570ac3b4e2c2e063 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNJOGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:c0a3031dbec1d5827c830e0c8762d0e9051f36ab4fe4cc9c051dda0d6340bb6a + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNJOGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:5d721f6e3b436a16ada88e19fd4bdc43c6ed9daab4ca168f4497f856146b383a + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNJOGIFA____ + value: quay.io/eclipse/che-machine-exec@sha256:dd49bbb6289413e597d036061b3c1f13afe24a53bfb10ab5f1c944451c42ca2f + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNROGAFA____ + value: quay.io/eclipse/che-machine-exec@sha256:6c10be6622777471f0baacd0be488d9b57eb8ff9c5d3b107f9a0de9a5d3c19f8 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDELRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDGLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:bfc6eef05ca460d73b3d3c472bef2b82443810e2ab6f60e2083b3aaa258d9b39 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDGLRRBI______ + value: quay.io/eclipse/che-machine-exec@sha256:abec8a0dd8437944da0a9ca2f62b5e3a546323901fa682f3b7a5b49a500937c1 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDGLRSBI______ + value: quay.io/eclipse/che-machine-exec@sha256:56e1305f89a9fe9866b1233d58a07f42e930c8766480d39b841e9164d88155ff + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDGLRTBI______ + value: quay.io/eclipse/che-machine-exec@sha256:816180f9d86c09dee679cfaf0812cd8298c2ccbbe3cc6ce2b364e6927fc8a6d0 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDILRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:cc5ca69ee119a8a38886d61f20f5d43794a3dc78a8e04daa27240211a694ec98 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDKLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:3600bad6821c5d23050cf7f184517c8df68b57d234ce306b1028940463db782e + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDKLRRBI______ + value: quay.io/eclipse/che-machine-exec@sha256:a4cd49870cc2595293f0682f88126142c5a1e83d03054b6aa3c9ede01921c11a + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDMLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:b4649defd3e9b42c7d867c036d4ed5b6a8f917fb2cc4371ed21090e4751f8cd2 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDOLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:6b2b3b440e476e3cb55fd3c908c72100214a33d3b96aa0d03eaddc2bdf1b74c1 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDOLRRBI______ + value: quay.io/eclipse/che-machine-exec@sha256:30689595758817ed7956a9a54455b6d0a65d4733c711762479dd85212fe4b378 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDQLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:5aebc022ee3a12baf06cb4f6f7350fc6531e18a6f6781775c47035ae6818567f + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDSLRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:2aaa69d3d343d5fe8590689444aae5973aa3835b3f3dedd5779f8836f3e284e5 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDSLRRBI______ + value: quay.io/eclipse/che-machine-exec@sha256:76dffe6ed45ce0ed087d3883b6c86ad8e94bcc38042f45e834f8a8d389a168c6 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDSLRSBI______ + value: quay.io/eclipse/che-machine-exec@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_NZUWO2DUNR4QU___ + value: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGAWTOMDGHFSDCNYK + value: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGAWWINJZHA4WENQK + value: quay.io/eclipse/che-sidecar-camelk@sha256:6645413b003790b451c22082184445ffa50609cd3435af86c246b95c22a36e27 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGEWTAMLBMZSWCNQK + value: quay.io/eclipse/che-sidecar-camelk@sha256:31e92f33d4757db626a11c92bccb0d0e8cab21aef1b6338a6792788b04e0d079 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGIWWMMJSGJRDMMAK + value: quay.io/eclipse/che-sidecar-camelk@sha256:db5f3897e2f5d291b5c00a7e5b6fe4baa510cb9c59be2dd5e0c30f3bc085186e + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGMWWGMZSHA3WINQK + value: quay.io/eclipse/che-sidecar-camelk@sha256:7f338b75da4f3870b5945ad9e0d3679f9fbc9a04fc8cf6b1467a4a6f64412b3a + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGQWTKOLEGI2TQYQK + value: quay.io/eclipse/che-sidecar-camelk@sha256:ddd941979443a9962a27f2a059d95550768cbab76848d606ce410536ff2bdaa0 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGUWWCNJXHBRTIYIK + value: quay.io/eclipse/che-sidecar-camelk@sha256:f830861c2a1d99ebb0579b4ee3761fbcd51cf42af54306cc6ae02d865866ffc3 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRZFU4WKOBVGM4GKCQ_ + value: quay.io/eclipse/che-sidecar-camelk@sha256:c15410792906339b70996d13374d1ee4123ed55afdd894935c920f0cf365f3cd + - name: RELATED_IMAGE_che_sidecar_clang_plugin_registry_image_HAWTQM3BMRRDGYIK + value: quay.io/eclipse/che-sidecar-clang@sha256:1c217f34ca69108fdd1ab844c0bcf960edff92519677bde4f8a5f4841b104745 + - name: RELATED_IMAGE_che_sidecar_dependency_analytics_plugin_registry_image_GAXDALRRGIWWINBXHAZTKMIK + value: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:392eb12ffac4c1369faec782221fe1758fd826c77aba8ce88ad3ecbf59154ed7 + - name: RELATED_IMAGE_che_sidecar_dependency_analytics_plugin_registry_image_GAXDALRRGMWWCMZYMNRDAYYK + value: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:0708b3c63d2065ef96667cacec9a46570f00fcb0f107df3e902ac444e68e1170 + - name: RELATED_IMAGE_che_sidecar_dotnet_plugin_registry_image_GIXDELRRGA2S2MTGMQ3GKNZYBI______ + value: quay.io/eclipse/che-sidecar-dotnet@sha256:5c0957a726a0cafb4ffa9e757425128e3f702123d11c5e673ff8ee58c712aea2 + - name: RELATED_IMAGE_che_sidecar_dotnet_plugin_registry_image_GMXDCLRTGAYS2MJRG5STMNJTBI______ + value: quay.io/eclipse/che-sidecar-dotnet@sha256:a8dbaf701e3133d377e0a2c9b6b98ba47d562a6751d268e9fb452162a2457286 + - name: RELATED_IMAGE_che_sidecar_go_plugin_registry_image_GEXDCMBOG4WWGMBVMRTGEMAK + value: quay.io/eclipse/che-sidecar-go@sha256:b4ad5db762bcd8f6a778df013d8c9b2296a408fb923ffb80a00ec5390e6a2edb + - name: RELATED_IMAGE_che_sidecar_go_plugin_registry_image_GEXDCMROHEWTMNJSMFSDCOIK + value: quay.io/eclipse/che-sidecar-go@sha256:a7f28b36545814666cfe4b00785f3f5f119bfb6d5b45dc9ba04312b4b5e1692c + - name: RELATED_IMAGE_che_sidecar_go_plugin_registry_image_GEXDCNBOGQWWCZTFMJTDOMAK + value: quay.io/eclipse/che-sidecar-go@sha256:d660e0132ec47a09f0d6571e546e4010497dc66be8a99c09e700781ef111e78c + - name: RELATED_IMAGE_che_sidecar_java_plugin_registry_image_GEYS2ZRXGZRWCNBVBI______ + value: quay.io/eclipse/che-sidecar-java@sha256:54a5f721588455403d8c2a81d1fbc8fef2c6a32aead44f2fb3e24a8a1fddb9a2 + - name: RELATED_IMAGE_che_sidecar_java_plugin_registry_image_HAWTAY3GMJQWGYQK + value: quay.io/eclipse/che-sidecar-java@sha256:4fb35b4e112a05c82353ad0e1f5eb35d1ba204be475b72f3c753b0e26c9e668d + - name: RELATED_IMAGE_che_sidecar_kubernetes_tooling_plugin_registry_image_GEXDALRZFU4DEYZXGA2GKCQ_ + value: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:55e83d7f8cbf6a044ca68a4beb95e1192ae71a6d27f24cec7e300588f127480f + - name: RELATED_IMAGE_che_sidecar_kubernetes_tooling_plugin_registry_image_GEXDCLRQFUZTCYJYGQ3DICQ_ + value: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:3f551189a697cac40870696f39dd92195021bbb3279e2f26902234ab65a88f10 + - name: RELATED_IMAGE_che_sidecar_kubernetes_tooling_plugin_registry_image_GEXDELRQFUZWKYJVG5SDKCQ_ + value: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:882fca5fc7aad06a663a9c2b499e4f2de1cc991b48b0390b380e4ede1cb47f1f + - name: RELATED_IMAGE_che_sidecar_node_plugin_registry_image_GEYC2MDDMI2WINZYBI______ + value: quay.io/eclipse/che-sidecar-node@sha256:0370b2c3d52d31c9fd52bff3edb84bd36bbcc2aff6224957d6dd94935843ee59 + - name: RELATED_IMAGE_che_sidecar_openshift_connector_plugin_registry_image_GAXDCLRQFU2TINRQGU4DSCQ_ + value: quay.io/eclipse/che-sidecar-openshift-connector@sha256:988ec660328d6eaa9c0cc0053905d801948e8800092e88a146f42b7ed1bb17b7 + - name: RELATED_IMAGE_che_sidecar_openshift_connector_plugin_registry_image_GAXDCLRRFU4WCYRTGE2GICQ_ + value: quay.io/eclipse/che-sidecar-openshift-connector@sha256:d21ca244a5b0d94c09fcf5286e25f3db12bba0f0fab87d55c39ec0bc0350fbfa + - name: RELATED_IMAGE_che_sidecar_openshift_connector_plugin_registry_image_GAXDCLRSFUZDMMBRGUYDSCQ_ + value: quay.io/eclipse/che-sidecar-openshift-connector@sha256:8e4403ef1f7f74af3568abd60ccf1b959e2f43bef0001ba7a77ca5f8bc0d5a0e + - name: RELATED_IMAGE_che_sidecar_openshift_connector_plugin_registry_image_GAXDCLRVFU3TANBTHBSDECQ_ + value: quay.io/eclipse/che-sidecar-openshift-connector@sha256:036ac29e63d46763a55a61907cb85f17262f431866a22ac0076fbac12bbf6dbf + - name: RELATED_IMAGE_che_sidecar_php_plugin_registry_image_G4WTKYZVMVRWGNIK + value: quay.io/eclipse/che-sidecar-php@sha256:e4f1db4b5bc641485f42a5e0534c37894042c5302acfb1fefcfdf6d659aa7925 + - name: RELATED_IMAGE_che_sidecar_python_plugin_registry_image_GMXDOLRTFU4GMMZZGM2DQCQ_ + value: quay.io/eclipse/che-sidecar-python@sha256:9d910486a81d92ebdeaab4c2fc71546bee23ff7e3a986fdb9df4e458819cb958 + - name: RELATED_IMAGE_che_sidecar_scala_plugin_registry_image_GAXDSLRQFU3GCOBTGNSWGCQ_ + value: quay.io/eclipse/che-sidecar-scala@sha256:bdae1cc3e0886421f610adf38f4216a5f2184eccd731107f3bbd3c1f3444b69b + - name: RELATED_IMAGE_che_sidecar_sonarlint_plugin_registry_image_GEXDCNROGAWTIYLGGUYDGOIK + value: quay.io/eclipse/che-sidecar-sonarlint@sha256:6e887c710c0d755dc7ff400aa441bb8b599dd5097357d246aba1c1abfa1d7f19 + - name: RELATED_IMAGE_che_sidecar_vale_plugin_registry_image_GAXDSLRRFVQWINJTMNRWMCQ_ + value: quay.io/eclipse/che-sidecar-vale@sha256:654b3efbdb73b2242ce32d4a0d7da77ac561942c2a37906cff49029a9481b2cc + - name: RELATED_IMAGE_che_sidecar_workspace_data_sync_plugin_registry_image_NRQXIZLTOQFA____ + value: quay.io/eclipse/che-sidecar-workspace-data-sync@sha256:88d0125837d5a57cb24bb3ed81e6a8f4119a5043b7926bd2bd01710854c44f10 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMBOGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:f19ee03a6551a28001e8a84ae5b347efafe391a7d20743b9edccf37e7ca75935 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMJOGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8d01970a15d07f052e9411c1ba08066476e1b09a33f4b97aaf8cdde5f8bb5b73 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMROGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f965a8e0f036c30ac782dfcadb26d156e781aa07a98ca28c78be2ae7f88c08b + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMROGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:5ee9a858457eb2c3b3b70d60442a789c9e8c8558ac877a8783fca1e06181a19f + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMROGIFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:2a88730d449ca59038cfe75af7411e7c87e15921c9bd8ed0ad84e2331b8e6d9c + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMZOGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:4257f9a1a1bfe543f88e7144cdec4e34cc7a3f686f77e0b15bd1ef77c8adb66c + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMZOGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1f6a5ff82a76e4d7c64ed85e75879b12ad47c7fb521a750304ba7e10a85dd7fc + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCMZOGIFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ad57d9bce0bdc2ae67cc48c386dded6988ddc03b94fd74e39b3a62dcd260c2b4 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNBOGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1ab93e5399a76804edbace42d83a8b2b49da1b4d531215bc3ff4481da2792268 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNBOGIFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:b7a790133b77b445b73d8e8c66e361e4d017a8f34314c85d1b6218f7f9412288 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNBOGMFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8c2d8abda2dd84a4c7c7d9b72deb42f8f15a06021713e62dff31ee7e2e41f74e + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNJOGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ec9d069625d64d9525d540cb3adce6f798374bbbbe0334c1fd71cefd2bd9fd58 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNJOGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:c6a099e808328cb8fe3dc707370017d724e39524b5ec74076a0fffdd5af149b0 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNJOGIFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:e8d491ff71c46e9e631212f6580d9a04d4b4fad4199f1da36bb64f9a40d2bdf6 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNROGAFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:506fe604d3981bdc569ee04c852f6fc09f6e239ad62e5c2113cf11f4c286229f + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDMLRQBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDOLRQBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0966a350a5a4981d65e4fb985c46f052e04f235bb4b460058637afb3541ec871 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDOLRRBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:21573a943a6f3ae39a226a7d268fd80f07b1acc95f9135fd1f250a46a041aebe + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDQLRQBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:85da304326dce10a92674df73fee0e0b169b9f9bcc76231a11dd1811df433847 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDSLRQBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:56eb0291fa0cd7eada24f60178053fba95454ca55047538d0252d782c27cb48d + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDSLRRBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:fea04c9027c56fd3f588ac0c981e5142a248829ad13983a13bcd1323f72706e8 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDSLRSBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1dec8240be6fb3f60f45982a6cd2012c7ff7390b776111a618c4b8b724f9362e + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMBOGAFA____ + value: quay.io/eclipse/che-theia@sha256:4b160fea82a3d1edea8daad206323ee46e958d2970adfa4e68a48b3c7122b8e8 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMJOGAFA____ + value: quay.io/eclipse/che-theia@sha256:d0a7b5ed17656f3c76207dcede53165cf9eafd7d77f840165d5544bb8a502880 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMROGAFA____ + value: quay.io/eclipse/che-theia@sha256:127ef5d56e118fe2078e219ce98b7cf5ae10a27fe5e3bb017c697639910a03ee + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMROGEFA____ + value: quay.io/eclipse/che-theia@sha256:a3d383d69cde1d0bd946ab103cfbfd8c8adfa73f09c4022faea2082e2de45efa + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMROGIFA____ + value: quay.io/eclipse/che-theia@sha256:4d6fcf6f32e997af7ef7934ff558283d9e618ae15f68d039e644cbfaf0451172 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMZOGAFA____ + value: quay.io/eclipse/che-theia@sha256:40335cec48c5a412b2acd631301e376435222b7157af24059208ccfb4e6f0609 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMZOGEFA____ + value: quay.io/eclipse/che-theia@sha256:78f7703e4617ff199bd014fe1a045f75d12ba15bda6437a9243a74add042c653 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCMZOGIFA____ + value: quay.io/eclipse/che-theia@sha256:c51e924d1569303397fc7d121c3dc1b61b737ad82dab2f02fd05655fc1dc70a0 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNBOGEFA____ + value: quay.io/eclipse/che-theia@sha256:27cc9f5fe813e564fdd023e1563ebd7d594855c31777781b02b8af006ccdce56 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNBOGIFA____ + value: quay.io/eclipse/che-theia@sha256:668621d34e8d3e57da4589984a6cb7e2aadb378a9cd4c931513346782dfab5b7 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNBOGMFA____ + value: quay.io/eclipse/che-theia@sha256:6a68c4453fde6c5a4c4414048776204211c1e81334065a24828f280a3752074c + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNJOGAFA____ + value: quay.io/eclipse/che-theia@sha256:e80f3127a2424d5ca71f0c87f6c232304288ce63a660dab0537ee75bac1b9944 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNJOGEFA____ + value: quay.io/eclipse/che-theia@sha256:74d65d2d0accc3bb8c09ea2a0653c3b95c9e4602917252d6e1d5ef652102696f + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNJOGIFA____ + value: quay.io/eclipse/che-theia@sha256:f52414ef293498e14316de52c3d64e8b8537ef2b3044afd9ac9cf19489da7451 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNROGAFA____ + value: quay.io/eclipse/che-theia@sha256:920432d9cf33ec258531372cc4ac901e401a6620c87666e9da66628caea455b0 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-theia@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDMLRQBI______ + value: quay.io/eclipse/che-theia@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDOLRQBI______ + value: quay.io/eclipse/che-theia@sha256:10606b9e0458610386e1226e98cb9e0d72ae70c25dc29765f36e58d3cd17d34b + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDOLRRBI______ + value: quay.io/eclipse/che-theia@sha256:cd4374f8ab298c90b515b916c9f3dda4d9bee6e01d9007ee1e52d1ed06b978ac + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDQLRQBI______ + value: quay.io/eclipse/che-theia@sha256:3f630acb301316223c226bf6515776bf191f1e4fefe02066c8b7d112bbdb8aa8 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDSLRQBI______ + value: quay.io/eclipse/che-theia@sha256:e4ec90a4117a649c182b1e6923cb35ee4b53c02ef046746b61b79fc8060e6976 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDSLRRBI______ + value: quay.io/eclipse/che-theia@sha256:dd4e017160c057842247f9db0c18a1ce6a509f1cc6684386eb7977f501d9706c + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDSLRSBI______ + value: quay.io/eclipse/che-theia@sha256:3c0d74755cbc35791cd4d8694968c97a447c0181d9349c42aebc880468a4723a + - name: RELATED_IMAGE_mongodb_36_centos7_devfile_registry_image_BI______ + value: docker.io/centos/mongodb-36-centos7@sha256:b98e92d398609cf92b3d02ae6ec48c0583d316fcafd6886719eaf6e10e23c592 + - name: RELATED_IMAGE_mysql_57_centos7_devfile_registry_image_BI______ + value: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 + - name: RELATED_IMAGE_che_cpp_rhel7_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 + - name: RELATED_IMAGE_che_dotnet_2_2_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 + - name: RELATED_IMAGE_che_dotnet_3_1_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 + - name: RELATED_IMAGE_che_golang_1_12_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 + - name: RELATED_IMAGE_che_java11_gradle_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 + - name: RELATED_IMAGE_che_java11_maven_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e + - name: RELATED_IMAGE_che_java8_maven_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 + - name: RELATED_IMAGE_che_nodejs10_community_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee + - name: RELATED_IMAGE_che_nodejs10_ubi_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 + - name: RELATED_IMAGE_che_nodejs8_centos_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a + - name: RELATED_IMAGE_che_php_7_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e + - name: RELATED_IMAGE_che_python_3_7_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 + - name: RELATED_IMAGE_che_quarkus_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 + - name: RELATED_IMAGE_che_rust_1_39_devfile_registry_image_G4XDCNROGIFA____ + value: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 + - name: RELATED_IMAGE_ubi_minimal_devfile_registry_image_BI______ + value: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + image: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a + imagePullPolicy: IfNotPresent + name: che-operator + ports: + - containerPort: 60000 + name: metrics + resources: {} + restartPolicy: Always + serviceAccountName: che-operator + terminationGracePeriodSeconds: 5 + permissions: + - rules: + - apiGroups: + - extensions + resources: + - ingresses + verbs: + - '*' + - apiGroups: + - batch + resources: + - jobs + verbs: + - '*' + - apiGroups: + - route.openshift.io + resources: + - routes + verbs: + - '*' + - apiGroups: + - rbac.authorization.k8s.io + resources: + - roles + - rolebindings + verbs: + - '*' + - apiGroups: + - rbac.authorization.k8s.io + resources: + - clusterroles + - clusterrolebindings + verbs: + - '*' + - apiGroups: + - '' + resources: + - pods + - services + - serviceaccounts + - endpoints + - persistentvolumeclaims + - events + - configmaps + - secrets + - pods/exec + - pods/log + verbs: + - '*' + - apiGroups: + - '' + resources: + - namespaces + verbs: + - get + - apiGroups: + - apps + resources: + - deployments + verbs: + - '*' + - apiGroups: + - monitoring.coreos.com + resources: + - servicemonitors + verbs: + - get + - create + - apiGroups: + - org.eclipse.che + resources: + - '*' + verbs: + - '*' + serviceAccountName: che-operator + strategy: deployment + installModes: + - supported: true + type: OwnNamespace + - supported: true + type: SingleNamespace + - supported: true + type: MultiNamespace + - supported: false + type: AllNamespaces + keywords: + - workspaces + - devtools + - developer + - ide + - java + links: + - name: Product Page + url: http://www.eclipse.org/che + - name: Documentation + url: https://www.eclipse.org/che/docs + - name: Operator GitHub Repo + url: https://github.com/eclipse/che-operator + maintainers: + - email: dfestal@redhat.com + name: David Festal + maturity: stable + provider: + name: Eclipse Foundation + replaces: eclipse-che-preview-openshift.v7.16.1 + version: 7.16.2 + relatedImages: + - name: che-operator-7.16.2 + image: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a + # tag: quay.io/eclipse/che-operator:7.16.2 + - name: postgresql-96-centos7-9.6 + image: docker.io/centos/postgresql-96-centos7@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + # tag: centos/postgresql-96-centos7:9.6 + - name: mongodb-36-centos7-@sha256:b98e92d398609cf92b3d02ae6ec48c0583d316fcafd6886719eaf6e10e23c592 + image: docker.io/centos/mongodb-36-centos7@sha256:b98e92d398609cf92b3d02ae6ec48c0583d316fcafd6886719eaf6e10e23c592 + # tag: docker.io/centos/mongodb-36-centos7@sha256:b98e92d398609cf92b3d02ae6ec48c0583d316fcafd6886719eaf6e10e23c592 + - name: mysql-57-centos7-@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 + image: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 + # tag: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 + - name: postgresql-96-centos7-@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + image: docker.io/centos/postgresql-96-centos7@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + # tag: docker.io/centos/postgresql-96-centos7@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + - name: coder-@sha256:1af9c45c3f8c9836dba10c4a2c7b43915bc04fa4b9b9cc598d4bad5cf036817e + image: docker.io/chinodesuuu/coder@sha256:1af9c45c3f8c9836dba10c4a2c7b43915bc04fa4b9b9cc598d4bad5cf036817e + # tag: docker.io/chinodesuuu/coder@sha256:1af9c45c3f8c9836dba10c4a2c7b43915bc04fa4b9b9cc598d4bad5cf036817e + - name: coder-@sha256:6387eee627678d36fa1313017cf5620890f25559df8b24cb53e1d5f4ab6f4726 + image: docker.io/chinodesuuu/coder@sha256:6387eee627678d36fa1313017cf5620890f25559df8b24cb53e1d5f4ab6f4726 + # tag: docker.io/chinodesuuu/coder@sha256:6387eee627678d36fa1313017cf5620890f25559df8b24cb53e1d5f4ab6f4726 + - name: coder-@sha256:77f51200f6f9ff62551794be48a3497e464c93f2420877253b98de3e041e0e9d + image: docker.io/chinodesuuu/coder@sha256:77f51200f6f9ff62551794be48a3497e464c93f2420877253b98de3e041e0e9d + # tag: docker.io/chinodesuuu/coder@sha256:77f51200f6f9ff62551794be48a3497e464c93f2420877253b98de3e041e0e9d + - name: dirigible-openshift-@sha256:3365635d1e0403697dea0674bbbdc749c4be2db29818a93b8e1e53c3c5144113 + image: docker.io/dirigiblelabs/dirigible-openshift@sha256:3365635d1e0403697dea0674bbbdc749c4be2db29818a93b8e1e53c3c5144113 + # tag: docker.io/dirigiblelabs/dirigible-openshift@sha256:3365635d1e0403697dea0674bbbdc749c4be2db29818a93b8e1e53c3c5144113 + - name: che-machine-exec-@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + image: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + # tag: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + - name: che-theia-endpoint-runtime-binary-@sha256:02bbffee045b6fdbc40e1824a8a5cfe5f2b25e4dcffa1dad7324c479b1227f59 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:02bbffee045b6fdbc40e1824a8a5cfe5f2b25e4dcffa1dad7324c479b1227f59 + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:02bbffee045b6fdbc40e1824a8a5cfe5f2b25e4dcffa1dad7324c479b1227f59 + - name: che-theia-endpoint-runtime-binary-@sha256:0f63bf9206cb11d36d7af60f47126d8fa6c458c419b047c70b2b51d73acdce84 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f63bf9206cb11d36d7af60f47126d8fa6c458c419b047c70b2b51d73acdce84 + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f63bf9206cb11d36d7af60f47126d8fa6c458c419b047c70b2b51d73acdce84 + - name: che-theia-endpoint-runtime-binary-@sha256:14041e6e51f47248e1018a2dacc8e70acad08f2a2dd7dc67c83a1b43d2cb73b7 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14041e6e51f47248e1018a2dacc8e70acad08f2a2dd7dc67c83a1b43d2cb73b7 + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14041e6e51f47248e1018a2dacc8e70acad08f2a2dd7dc67c83a1b43d2cb73b7 + - name: che-theia-endpoint-runtime-binary-@sha256:16c530ceaf61b7b2146d421b6d8d937fddc8ec2501ccc69f5589449eed9228be + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:16c530ceaf61b7b2146d421b6d8d937fddc8ec2501ccc69f5589449eed9228be + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:16c530ceaf61b7b2146d421b6d8d937fddc8ec2501ccc69f5589449eed9228be + - name: che-theia-endpoint-runtime-binary-@sha256:a12a88b352b65fd4031e77de0fd66a2cc412a80d8a5c0d46e32fa7d3d429bf1d + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:a12a88b352b65fd4031e77de0fd66a2cc412a80d8a5c0d46e32fa7d3d429bf1d + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:a12a88b352b65fd4031e77de0fd66a2cc412a80d8a5c0d46e32fa7d3d429bf1d + - name: che-theia-endpoint-runtime-binary-@sha256:d1cc54bbf5a61d4cb995325c7f71daba907bc81c755524a4dc76f4ce2d49934e + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:d1cc54bbf5a61d4cb995325c7f71daba907bc81c755524a4dc76f4ce2d49934e + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:d1cc54bbf5a61d4cb995325c7f71daba907bc81c755524a4dc76f4ce2d49934e + - name: che-theia-@sha256:011b5cff61a6700bd85e4f003c9d33c25e0a461d12e57d4722069320b6f870ec + image: docker.io/eclipse/che-theia@sha256:011b5cff61a6700bd85e4f003c9d33c25e0a461d12e57d4722069320b6f870ec + # tag: docker.io/eclipse/che-theia@sha256:011b5cff61a6700bd85e4f003c9d33c25e0a461d12e57d4722069320b6f870ec + - name: che-theia-@sha256:03833982a58592d13a8d74900ee5df1fb4ed7eafe81890e626b189abe8b053d3 + image: docker.io/eclipse/che-theia@sha256:03833982a58592d13a8d74900ee5df1fb4ed7eafe81890e626b189abe8b053d3 + # tag: docker.io/eclipse/che-theia@sha256:03833982a58592d13a8d74900ee5df1fb4ed7eafe81890e626b189abe8b053d3 + - name: che-theia-@sha256:2ce0bd770cb9f305946f5cf568c65d773b4d2a12c5da62182faab45e329765a8 + image: docker.io/eclipse/che-theia@sha256:2ce0bd770cb9f305946f5cf568c65d773b4d2a12c5da62182faab45e329765a8 + # tag: docker.io/eclipse/che-theia@sha256:2ce0bd770cb9f305946f5cf568c65d773b4d2a12c5da62182faab45e329765a8 + - name: che-theia-@sha256:37c49db6be66a2a11c9a2dba6c5105e2c7f6947c2965f7d237d1367e0334ad8f + image: docker.io/eclipse/che-theia@sha256:37c49db6be66a2a11c9a2dba6c5105e2c7f6947c2965f7d237d1367e0334ad8f + # tag: docker.io/eclipse/che-theia@sha256:37c49db6be66a2a11c9a2dba6c5105e2c7f6947c2965f7d237d1367e0334ad8f + - name: che-theia-@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + image: docker.io/eclipse/che-theia@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + # tag: docker.io/eclipse/che-theia@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + - name: che-theia-@sha256:752c89b1a02b732792df4d55e4d096ec304602f294e88eb49e2d45bc6b700577 + image: docker.io/eclipse/che-theia@sha256:752c89b1a02b732792df4d55e4d096ec304602f294e88eb49e2d45bc6b700577 + # tag: docker.io/eclipse/che-theia@sha256:752c89b1a02b732792df4d55e4d096ec304602f294e88eb49e2d45bc6b700577 + - name: che-theia-@sha256:b838ca40fe97ef6429a1246ce4da54b5a35fe33171f65a2079348b238a63cfa8 + image: docker.io/eclipse/che-theia@sha256:b838ca40fe97ef6429a1246ce4da54b5a35fe33171f65a2079348b238a63cfa8 + # tag: docker.io/eclipse/che-theia@sha256:b838ca40fe97ef6429a1246ce4da54b5a35fe33171f65a2079348b238a63cfa8 + - name: che-theia-@sha256:b91e3c2ab5420f7e783ab41585fe3fd5fa24e0a1008bf779dfc2eb8bda001912 + image: docker.io/eclipse/che-theia@sha256:b91e3c2ab5420f7e783ab41585fe3fd5fa24e0a1008bf779dfc2eb8bda001912 + # tag: docker.io/eclipse/che-theia@sha256:b91e3c2ab5420f7e783ab41585fe3fd5fa24e0a1008bf779dfc2eb8bda001912 + - name: che-theia-@sha256:be2f2df6178dcc2598453c7bf9dc878c06e4830f9c948f5ea5c2fcb0140bb5f0 + image: docker.io/eclipse/che-theia@sha256:be2f2df6178dcc2598453c7bf9dc878c06e4830f9c948f5ea5c2fcb0140bb5f0 + # tag: docker.io/eclipse/che-theia@sha256:be2f2df6178dcc2598453c7bf9dc878c06e4830f9c948f5ea5c2fcb0140bb5f0 + - name: che-theia-@sha256:cb39ccfdecb00ae3ff75d85987d145f7826c1905b7a2aa23e8c6ca7a9b9473aa + image: docker.io/eclipse/che-theia@sha256:cb39ccfdecb00ae3ff75d85987d145f7826c1905b7a2aa23e8c6ca7a9b9473aa + # tag: docker.io/eclipse/che-theia@sha256:cb39ccfdecb00ae3ff75d85987d145f7826c1905b7a2aa23e8c6ca7a9b9473aa + - name: che-theia-@sha256:f7dd1fb78444d561239c6bf371999f5e13c2db199a87fafdd2198b9186f439eb + image: docker.io/eclipse/che-theia@sha256:f7dd1fb78444d561239c6bf371999f5e13c2db199a87fafdd2198b9186f439eb + # tag: docker.io/eclipse/che-theia@sha256:f7dd1fb78444d561239c6bf371999f5e13c2db199a87fafdd2198b9186f439eb + - name: che-theia-@sha256:fe554df6c86aa3832ce47a3a74f56d70aa8a6166dc4ff07f578363759f7fa3f7 + image: docker.io/eclipse/che-theia@sha256:fe554df6c86aa3832ce47a3a74f56d70aa8a6166dc4ff07f578363759f7fa3f7 + # tag: docker.io/eclipse/che-theia@sha256:fe554df6c86aa3832ce47a3a74f56d70aa8a6166dc4ff07f578363759f7fa3f7 + - name: che-editor-jupyter-@sha256:83439ae9edcaa3a97536742315a7912f93e499f49847da094c480031eae4ba47 + image: docker.io/ksmster/che-editor-jupyter@sha256:83439ae9edcaa3a97536742315a7912f93e499f49847da094c480031eae4ba47 + # tag: docker.io/ksmster/che-editor-jupyter@sha256:83439ae9edcaa3a97536742315a7912f93e499f49847da094c480031eae4ba47 + - name: rhamt-vscode-extension-@sha256:179d1826e10f770af4cace5516041be60dd13115d302b16d5b1b345689e7b200 + image: docker.io/windup3/rhamt-vscode-extension@sha256:179d1826e10f770af4cace5516041be60dd13115d302b16d5b1b345689e7b200 + # tag: docker.io/windup3/rhamt-vscode-extension@sha256:179d1826e10f770af4cace5516041be60dd13115d302b16d5b1b345689e7b200 + - name: eclipse-broadway-@sha256:89fddccbbe64183f91384917673e362c4854a86af6361d4dbb78565c9d1bf706 + image: docker.io/wsskeleton/eclipse-broadway@sha256:89fddccbbe64183f91384917673e362c4854a86af6361d4dbb78565c9d1bf706 + # tag: docker.io/wsskeleton/eclipse-broadway@sha256:89fddccbbe64183f91384917673e362c4854a86af6361d4dbb78565c9d1bf706 + - name: che-buildah-base-@sha256:417203d8629edd92f187afd3ebb3d8dc28338d34809eb75ffc2e08a400f8d56b + image: quay.io/eclipse/che-buildah-base@sha256:417203d8629edd92f187afd3ebb3d8dc28338d34809eb75ffc2e08a400f8d56b + # tag: quay.io/eclipse/che-buildah-base@sha256:417203d8629edd92f187afd3ebb3d8dc28338d34809eb75ffc2e08a400f8d56b + - name: che-buildkit-base-@sha256:effa98dd2ced30b520b25afff1a880d121cf6b3f8ab42a5149eada46ba793ce9 + image: quay.io/eclipse/che-buildkit-base@sha256:effa98dd2ced30b520b25afff1a880d121cf6b3f8ab42a5149eada46ba793ce9 + # tag: quay.io/eclipse/che-buildkit-base@sha256:effa98dd2ced30b520b25afff1a880d121cf6b3f8ab42a5149eada46ba793ce9 + - name: che-cpp-rhel7-@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 + image: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 + # tag: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 + - name: che-devfile-registry-7.16.2 + image: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb + # tag: quay.io/eclipse/che-devfile-registry:7.16.2 + - name: che-devfile-registry-@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb + image: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb + # tag: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb + - name: che-dotnet-2.2-@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 + image: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 + # tag: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 + - name: che-dotnet-3.1-@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 + image: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 + # tag: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 + - name: che-golang-1.12-@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 + image: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 + # tag: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 + - name: che-java11-gradle-@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 + image: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 + # tag: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 + - name: che-java11-maven-@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e + image: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e + # tag: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e + - name: che-java8-maven-@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 + image: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 + # tag: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 + - name: che-jwtproxy-fd94e60 + image: quay.io/eclipse/che-jwtproxy@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + # tag: quay.io/eclipse/che-jwtproxy:fd94e60 + - name: che-jwtproxy-@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + image: quay.io/eclipse/che-jwtproxy@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + # tag: quay.io/eclipse/che-jwtproxy@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + - name: che-keycloak-7.16.2 + image: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 + # tag: quay.io/eclipse/che-keycloak:7.16.2 + - name: che-keycloak-@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 + image: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 + # tag: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 + - name: che-machine-exec-@sha256:11162cec7b9fe5340ceb38c697f9c2351d9122143359b0eeaf831a87680b7206 + image: quay.io/eclipse/che-machine-exec@sha256:11162cec7b9fe5340ceb38c697f9c2351d9122143359b0eeaf831a87680b7206 + # tag: quay.io/eclipse/che-machine-exec@sha256:11162cec7b9fe5340ceb38c697f9c2351d9122143359b0eeaf831a87680b7206 + - name: che-machine-exec-@sha256:1568dee073c3122936eda30a451659d34a982ba5ec8671e640d67190579d1e98 + image: quay.io/eclipse/che-machine-exec@sha256:1568dee073c3122936eda30a451659d34a982ba5ec8671e640d67190579d1e98 + # tag: quay.io/eclipse/che-machine-exec@sha256:1568dee073c3122936eda30a451659d34a982ba5ec8671e640d67190579d1e98 + - name: che-machine-exec-@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + image: quay.io/eclipse/che-machine-exec@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + # tag: quay.io/eclipse/che-machine-exec@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + - name: che-machine-exec-@sha256:2aaa69d3d343d5fe8590689444aae5973aa3835b3f3dedd5779f8836f3e284e5 + image: quay.io/eclipse/che-machine-exec@sha256:2aaa69d3d343d5fe8590689444aae5973aa3835b3f3dedd5779f8836f3e284e5 + # tag: quay.io/eclipse/che-machine-exec@sha256:2aaa69d3d343d5fe8590689444aae5973aa3835b3f3dedd5779f8836f3e284e5 + - name: che-machine-exec-@sha256:30689595758817ed7956a9a54455b6d0a65d4733c711762479dd85212fe4b378 + image: quay.io/eclipse/che-machine-exec@sha256:30689595758817ed7956a9a54455b6d0a65d4733c711762479dd85212fe4b378 + # tag: quay.io/eclipse/che-machine-exec@sha256:30689595758817ed7956a9a54455b6d0a65d4733c711762479dd85212fe4b378 + - name: che-machine-exec-@sha256:321ce97827335efe7256a117c6e1cc7601b8500d495b187c6106c291d1410f6b + image: quay.io/eclipse/che-machine-exec@sha256:321ce97827335efe7256a117c6e1cc7601b8500d495b187c6106c291d1410f6b + # tag: quay.io/eclipse/che-machine-exec@sha256:321ce97827335efe7256a117c6e1cc7601b8500d495b187c6106c291d1410f6b + - name: che-machine-exec-@sha256:3600bad6821c5d23050cf7f184517c8df68b57d234ce306b1028940463db782e + image: quay.io/eclipse/che-machine-exec@sha256:3600bad6821c5d23050cf7f184517c8df68b57d234ce306b1028940463db782e + # tag: quay.io/eclipse/che-machine-exec@sha256:3600bad6821c5d23050cf7f184517c8df68b57d234ce306b1028940463db782e + - name: che-machine-exec-@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 + image: quay.io/eclipse/che-machine-exec@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 + # tag: quay.io/eclipse/che-machine-exec@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 + - name: che-machine-exec-@sha256:4d63fd5558c0c2ecdafe32aaadaade30709c03e5199b3275e8aa51ab58395c6e + image: quay.io/eclipse/che-machine-exec@sha256:4d63fd5558c0c2ecdafe32aaadaade30709c03e5199b3275e8aa51ab58395c6e + # tag: quay.io/eclipse/che-machine-exec@sha256:4d63fd5558c0c2ecdafe32aaadaade30709c03e5199b3275e8aa51ab58395c6e + - name: che-machine-exec-@sha256:56e1305f89a9fe9866b1233d58a07f42e930c8766480d39b841e9164d88155ff + image: quay.io/eclipse/che-machine-exec@sha256:56e1305f89a9fe9866b1233d58a07f42e930c8766480d39b841e9164d88155ff + # tag: quay.io/eclipse/che-machine-exec@sha256:56e1305f89a9fe9866b1233d58a07f42e930c8766480d39b841e9164d88155ff + - name: che-machine-exec-@sha256:5aebc022ee3a12baf06cb4f6f7350fc6531e18a6f6781775c47035ae6818567f + image: quay.io/eclipse/che-machine-exec@sha256:5aebc022ee3a12baf06cb4f6f7350fc6531e18a6f6781775c47035ae6818567f + # tag: quay.io/eclipse/che-machine-exec@sha256:5aebc022ee3a12baf06cb4f6f7350fc6531e18a6f6781775c47035ae6818567f + - name: che-machine-exec-@sha256:5d721f6e3b436a16ada88e19fd4bdc43c6ed9daab4ca168f4497f856146b383a + image: quay.io/eclipse/che-machine-exec@sha256:5d721f6e3b436a16ada88e19fd4bdc43c6ed9daab4ca168f4497f856146b383a + # tag: quay.io/eclipse/che-machine-exec@sha256:5d721f6e3b436a16ada88e19fd4bdc43c6ed9daab4ca168f4497f856146b383a + - name: che-machine-exec-@sha256:62b65767780978f937f433f4be6f5ae7dc394d70f9df8b4302e48df8bbae3a07 + image: quay.io/eclipse/che-machine-exec@sha256:62b65767780978f937f433f4be6f5ae7dc394d70f9df8b4302e48df8bbae3a07 + # tag: quay.io/eclipse/che-machine-exec@sha256:62b65767780978f937f433f4be6f5ae7dc394d70f9df8b4302e48df8bbae3a07 + - name: che-machine-exec-@sha256:6b2b3b440e476e3cb55fd3c908c72100214a33d3b96aa0d03eaddc2bdf1b74c1 + image: quay.io/eclipse/che-machine-exec@sha256:6b2b3b440e476e3cb55fd3c908c72100214a33d3b96aa0d03eaddc2bdf1b74c1 + # tag: quay.io/eclipse/che-machine-exec@sha256:6b2b3b440e476e3cb55fd3c908c72100214a33d3b96aa0d03eaddc2bdf1b74c1 + - name: che-machine-exec-@sha256:6c10be6622777471f0baacd0be488d9b57eb8ff9c5d3b107f9a0de9a5d3c19f8 + image: quay.io/eclipse/che-machine-exec@sha256:6c10be6622777471f0baacd0be488d9b57eb8ff9c5d3b107f9a0de9a5d3c19f8 + # tag: quay.io/eclipse/che-machine-exec@sha256:6c10be6622777471f0baacd0be488d9b57eb8ff9c5d3b107f9a0de9a5d3c19f8 + - name: che-machine-exec-@sha256:76dffe6ed45ce0ed087d3883b6c86ad8e94bcc38042f45e834f8a8d389a168c6 + image: quay.io/eclipse/che-machine-exec@sha256:76dffe6ed45ce0ed087d3883b6c86ad8e94bcc38042f45e834f8a8d389a168c6 + # tag: quay.io/eclipse/che-machine-exec@sha256:76dffe6ed45ce0ed087d3883b6c86ad8e94bcc38042f45e834f8a8d389a168c6 + - name: che-machine-exec-@sha256:773eca66abe31c53d0fc544e30655ad3723e5a22ef38ac1aded82ca2fccdd393 + image: quay.io/eclipse/che-machine-exec@sha256:773eca66abe31c53d0fc544e30655ad3723e5a22ef38ac1aded82ca2fccdd393 + # tag: quay.io/eclipse/che-machine-exec@sha256:773eca66abe31c53d0fc544e30655ad3723e5a22ef38ac1aded82ca2fccdd393 + - name: che-machine-exec-@sha256:816180f9d86c09dee679cfaf0812cd8298c2ccbbe3cc6ce2b364e6927fc8a6d0 + image: quay.io/eclipse/che-machine-exec@sha256:816180f9d86c09dee679cfaf0812cd8298c2ccbbe3cc6ce2b364e6927fc8a6d0 + # tag: quay.io/eclipse/che-machine-exec@sha256:816180f9d86c09dee679cfaf0812cd8298c2ccbbe3cc6ce2b364e6927fc8a6d0 + - name: che-machine-exec-@sha256:93958d7e441c697791f8f4eaace0ff4142e4ea5094e160f5ba96bc2d25cfd10f + image: quay.io/eclipse/che-machine-exec@sha256:93958d7e441c697791f8f4eaace0ff4142e4ea5094e160f5ba96bc2d25cfd10f + # tag: quay.io/eclipse/che-machine-exec@sha256:93958d7e441c697791f8f4eaace0ff4142e4ea5094e160f5ba96bc2d25cfd10f + - name: che-machine-exec-@sha256:a3464b7782dcac24191c89c81a93182ac6f49dd2d5608f9d3aeb759146df75ca + image: quay.io/eclipse/che-machine-exec@sha256:a3464b7782dcac24191c89c81a93182ac6f49dd2d5608f9d3aeb759146df75ca + # tag: quay.io/eclipse/che-machine-exec@sha256:a3464b7782dcac24191c89c81a93182ac6f49dd2d5608f9d3aeb759146df75ca + - name: che-machine-exec-@sha256:a4cd49870cc2595293f0682f88126142c5a1e83d03054b6aa3c9ede01921c11a + image: quay.io/eclipse/che-machine-exec@sha256:a4cd49870cc2595293f0682f88126142c5a1e83d03054b6aa3c9ede01921c11a + # tag: quay.io/eclipse/che-machine-exec@sha256:a4cd49870cc2595293f0682f88126142c5a1e83d03054b6aa3c9ede01921c11a + - name: che-machine-exec-@sha256:abec8a0dd8437944da0a9ca2f62b5e3a546323901fa682f3b7a5b49a500937c1 + image: quay.io/eclipse/che-machine-exec@sha256:abec8a0dd8437944da0a9ca2f62b5e3a546323901fa682f3b7a5b49a500937c1 + # tag: quay.io/eclipse/che-machine-exec@sha256:abec8a0dd8437944da0a9ca2f62b5e3a546323901fa682f3b7a5b49a500937c1 + - name: che-machine-exec-@sha256:b4649defd3e9b42c7d867c036d4ed5b6a8f917fb2cc4371ed21090e4751f8cd2 + image: quay.io/eclipse/che-machine-exec@sha256:b4649defd3e9b42c7d867c036d4ed5b6a8f917fb2cc4371ed21090e4751f8cd2 + # tag: quay.io/eclipse/che-machine-exec@sha256:b4649defd3e9b42c7d867c036d4ed5b6a8f917fb2cc4371ed21090e4751f8cd2 + - name: che-machine-exec-@sha256:bfc6eef05ca460d73b3d3c472bef2b82443810e2ab6f60e2083b3aaa258d9b39 + image: quay.io/eclipse/che-machine-exec@sha256:bfc6eef05ca460d73b3d3c472bef2b82443810e2ab6f60e2083b3aaa258d9b39 + # tag: quay.io/eclipse/che-machine-exec@sha256:bfc6eef05ca460d73b3d3c472bef2b82443810e2ab6f60e2083b3aaa258d9b39 + - name: che-machine-exec-@sha256:c0a3031dbec1d5827c830e0c8762d0e9051f36ab4fe4cc9c051dda0d6340bb6a + image: quay.io/eclipse/che-machine-exec@sha256:c0a3031dbec1d5827c830e0c8762d0e9051f36ab4fe4cc9c051dda0d6340bb6a + # tag: quay.io/eclipse/che-machine-exec@sha256:c0a3031dbec1d5827c830e0c8762d0e9051f36ab4fe4cc9c051dda0d6340bb6a + - name: che-machine-exec-@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 + image: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 + # tag: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 + - name: che-machine-exec-@sha256:c6d7ec0e480a8a419963810c2b06dc3ceb36314c3eabcbb2570ac3b4e2c2e063 + image: quay.io/eclipse/che-machine-exec@sha256:c6d7ec0e480a8a419963810c2b06dc3ceb36314c3eabcbb2570ac3b4e2c2e063 + # tag: quay.io/eclipse/che-machine-exec@sha256:c6d7ec0e480a8a419963810c2b06dc3ceb36314c3eabcbb2570ac3b4e2c2e063 + - name: che-machine-exec-@sha256:cc5ca69ee119a8a38886d61f20f5d43794a3dc78a8e04daa27240211a694ec98 + image: quay.io/eclipse/che-machine-exec@sha256:cc5ca69ee119a8a38886d61f20f5d43794a3dc78a8e04daa27240211a694ec98 + # tag: quay.io/eclipse/che-machine-exec@sha256:cc5ca69ee119a8a38886d61f20f5d43794a3dc78a8e04daa27240211a694ec98 + - name: che-machine-exec-@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + image: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + # tag: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + - name: che-machine-exec-@sha256:dd49bbb6289413e597d036061b3c1f13afe24a53bfb10ab5f1c944451c42ca2f + image: quay.io/eclipse/che-machine-exec@sha256:dd49bbb6289413e597d036061b3c1f13afe24a53bfb10ab5f1c944451c42ca2f + # tag: quay.io/eclipse/che-machine-exec@sha256:dd49bbb6289413e597d036061b3c1f13afe24a53bfb10ab5f1c944451c42ca2f + - name: che-machine-exec-@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + image: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + # tag: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + - name: che-machine-exec-@sha256:fa01588b491930527bbb2aed97d3fa8565b772bfea3eba9a683cb09d88adb4d5 + image: quay.io/eclipse/che-machine-exec@sha256:fa01588b491930527bbb2aed97d3fa8565b772bfea3eba9a683cb09d88adb4d5 + # tag: quay.io/eclipse/che-machine-exec@sha256:fa01588b491930527bbb2aed97d3fa8565b772bfea3eba9a683cb09d88adb4d5 + - name: che-machine-exec-@sha256:fbbdcf231866f1fffe9c835c332950352ad17dc166d2a541309a40019280e330 + image: quay.io/eclipse/che-machine-exec@sha256:fbbdcf231866f1fffe9c835c332950352ad17dc166d2a541309a40019280e330 + # tag: quay.io/eclipse/che-machine-exec@sha256:fbbdcf231866f1fffe9c835c332950352ad17dc166d2a541309a40019280e330 + - name: che-nodejs10-community-@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee + image: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee + # tag: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee + - name: che-nodejs10-ubi-@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 + image: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 + # tag: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 + - name: che-nodejs8-centos-@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a + image: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a + # tag: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a + - name: che-php-7-@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e + image: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e + # tag: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e + - name: che-plugin-artifacts-broker-@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 + image: quay.io/eclipse/che-plugin-artifacts-broker@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 + # tag: quay.io/eclipse/che-plugin-artifacts-broker@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 + - name: che-plugin-artifacts-broker-v3.2.0 + image: quay.io/eclipse/che-plugin-artifacts-broker@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 + # tag: quay.io/eclipse/che-plugin-artifacts-broker:v3.2.0 + - name: che-plugin-metadata-broker-@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + image: quay.io/eclipse/che-plugin-metadata-broker@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + # tag: quay.io/eclipse/che-plugin-metadata-broker@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + - name: che-plugin-metadata-broker-v3.2.0 + image: quay.io/eclipse/che-plugin-metadata-broker@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + # tag: quay.io/eclipse/che-plugin-metadata-broker:v3.2.0 + - name: che-plugin-registry-7.16.2 + image: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 + # tag: quay.io/eclipse/che-plugin-registry:7.16.2 + - name: che-plugin-registry-@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 + image: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 + # tag: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 + - name: che-python-3.7-@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 + image: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 + # tag: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 + - name: che-quarkus-@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 + image: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 + # tag: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 + - name: che-rust-1.39-@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 + image: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 + # tag: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 + - name: che-server-7.16.2 + image: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c + # tag: quay.io/eclipse/che-server:7.16.2 + - name: che-server-@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c + image: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c + # tag: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c + - name: che-sidecar-camelk-@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + image: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + # tag: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + - name: che-sidecar-camelk-@sha256:31e92f33d4757db626a11c92bccb0d0e8cab21aef1b6338a6792788b04e0d079 + image: quay.io/eclipse/che-sidecar-camelk@sha256:31e92f33d4757db626a11c92bccb0d0e8cab21aef1b6338a6792788b04e0d079 + # tag: quay.io/eclipse/che-sidecar-camelk@sha256:31e92f33d4757db626a11c92bccb0d0e8cab21aef1b6338a6792788b04e0d079 + - name: che-sidecar-camelk-@sha256:6645413b003790b451c22082184445ffa50609cd3435af86c246b95c22a36e27 + image: quay.io/eclipse/che-sidecar-camelk@sha256:6645413b003790b451c22082184445ffa50609cd3435af86c246b95c22a36e27 + # tag: quay.io/eclipse/che-sidecar-camelk@sha256:6645413b003790b451c22082184445ffa50609cd3435af86c246b95c22a36e27 + - name: che-sidecar-camelk-@sha256:7f338b75da4f3870b5945ad9e0d3679f9fbc9a04fc8cf6b1467a4a6f64412b3a + image: quay.io/eclipse/che-sidecar-camelk@sha256:7f338b75da4f3870b5945ad9e0d3679f9fbc9a04fc8cf6b1467a4a6f64412b3a + # tag: quay.io/eclipse/che-sidecar-camelk@sha256:7f338b75da4f3870b5945ad9e0d3679f9fbc9a04fc8cf6b1467a4a6f64412b3a + - name: che-sidecar-camelk-@sha256:c15410792906339b70996d13374d1ee4123ed55afdd894935c920f0cf365f3cd + image: quay.io/eclipse/che-sidecar-camelk@sha256:c15410792906339b70996d13374d1ee4123ed55afdd894935c920f0cf365f3cd + # tag: quay.io/eclipse/che-sidecar-camelk@sha256:c15410792906339b70996d13374d1ee4123ed55afdd894935c920f0cf365f3cd + - name: che-sidecar-camelk-@sha256:db5f3897e2f5d291b5c00a7e5b6fe4baa510cb9c59be2dd5e0c30f3bc085186e + image: quay.io/eclipse/che-sidecar-camelk@sha256:db5f3897e2f5d291b5c00a7e5b6fe4baa510cb9c59be2dd5e0c30f3bc085186e + # tag: quay.io/eclipse/che-sidecar-camelk@sha256:db5f3897e2f5d291b5c00a7e5b6fe4baa510cb9c59be2dd5e0c30f3bc085186e + - name: che-sidecar-camelk-@sha256:ddd941979443a9962a27f2a059d95550768cbab76848d606ce410536ff2bdaa0 + image: quay.io/eclipse/che-sidecar-camelk@sha256:ddd941979443a9962a27f2a059d95550768cbab76848d606ce410536ff2bdaa0 + # tag: quay.io/eclipse/che-sidecar-camelk@sha256:ddd941979443a9962a27f2a059d95550768cbab76848d606ce410536ff2bdaa0 + - name: che-sidecar-camelk-@sha256:f830861c2a1d99ebb0579b4ee3761fbcd51cf42af54306cc6ae02d865866ffc3 + image: quay.io/eclipse/che-sidecar-camelk@sha256:f830861c2a1d99ebb0579b4ee3761fbcd51cf42af54306cc6ae02d865866ffc3 + # tag: quay.io/eclipse/che-sidecar-camelk@sha256:f830861c2a1d99ebb0579b4ee3761fbcd51cf42af54306cc6ae02d865866ffc3 + - name: che-sidecar-clang-@sha256:1c217f34ca69108fdd1ab844c0bcf960edff92519677bde4f8a5f4841b104745 + image: quay.io/eclipse/che-sidecar-clang@sha256:1c217f34ca69108fdd1ab844c0bcf960edff92519677bde4f8a5f4841b104745 + # tag: quay.io/eclipse/che-sidecar-clang@sha256:1c217f34ca69108fdd1ab844c0bcf960edff92519677bde4f8a5f4841b104745 + - name: che-sidecar-dependency-analytics-@sha256:0708b3c63d2065ef96667cacec9a46570f00fcb0f107df3e902ac444e68e1170 + image: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:0708b3c63d2065ef96667cacec9a46570f00fcb0f107df3e902ac444e68e1170 + # tag: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:0708b3c63d2065ef96667cacec9a46570f00fcb0f107df3e902ac444e68e1170 + - name: che-sidecar-dependency-analytics-@sha256:392eb12ffac4c1369faec782221fe1758fd826c77aba8ce88ad3ecbf59154ed7 + image: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:392eb12ffac4c1369faec782221fe1758fd826c77aba8ce88ad3ecbf59154ed7 + # tag: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:392eb12ffac4c1369faec782221fe1758fd826c77aba8ce88ad3ecbf59154ed7 + - name: che-sidecar-dotnet-@sha256:5c0957a726a0cafb4ffa9e757425128e3f702123d11c5e673ff8ee58c712aea2 + image: quay.io/eclipse/che-sidecar-dotnet@sha256:5c0957a726a0cafb4ffa9e757425128e3f702123d11c5e673ff8ee58c712aea2 + # tag: quay.io/eclipse/che-sidecar-dotnet@sha256:5c0957a726a0cafb4ffa9e757425128e3f702123d11c5e673ff8ee58c712aea2 + - name: che-sidecar-dotnet-@sha256:a8dbaf701e3133d377e0a2c9b6b98ba47d562a6751d268e9fb452162a2457286 + image: quay.io/eclipse/che-sidecar-dotnet@sha256:a8dbaf701e3133d377e0a2c9b6b98ba47d562a6751d268e9fb452162a2457286 + # tag: quay.io/eclipse/che-sidecar-dotnet@sha256:a8dbaf701e3133d377e0a2c9b6b98ba47d562a6751d268e9fb452162a2457286 + - name: che-sidecar-go-@sha256:a7f28b36545814666cfe4b00785f3f5f119bfb6d5b45dc9ba04312b4b5e1692c + image: quay.io/eclipse/che-sidecar-go@sha256:a7f28b36545814666cfe4b00785f3f5f119bfb6d5b45dc9ba04312b4b5e1692c + # tag: quay.io/eclipse/che-sidecar-go@sha256:a7f28b36545814666cfe4b00785f3f5f119bfb6d5b45dc9ba04312b4b5e1692c + - name: che-sidecar-go-@sha256:b4ad5db762bcd8f6a778df013d8c9b2296a408fb923ffb80a00ec5390e6a2edb + image: quay.io/eclipse/che-sidecar-go@sha256:b4ad5db762bcd8f6a778df013d8c9b2296a408fb923ffb80a00ec5390e6a2edb + # tag: quay.io/eclipse/che-sidecar-go@sha256:b4ad5db762bcd8f6a778df013d8c9b2296a408fb923ffb80a00ec5390e6a2edb + - name: che-sidecar-go-@sha256:d660e0132ec47a09f0d6571e546e4010497dc66be8a99c09e700781ef111e78c + image: quay.io/eclipse/che-sidecar-go@sha256:d660e0132ec47a09f0d6571e546e4010497dc66be8a99c09e700781ef111e78c + # tag: quay.io/eclipse/che-sidecar-go@sha256:d660e0132ec47a09f0d6571e546e4010497dc66be8a99c09e700781ef111e78c + - name: che-sidecar-java-@sha256:4fb35b4e112a05c82353ad0e1f5eb35d1ba204be475b72f3c753b0e26c9e668d + image: quay.io/eclipse/che-sidecar-java@sha256:4fb35b4e112a05c82353ad0e1f5eb35d1ba204be475b72f3c753b0e26c9e668d + # tag: quay.io/eclipse/che-sidecar-java@sha256:4fb35b4e112a05c82353ad0e1f5eb35d1ba204be475b72f3c753b0e26c9e668d + - name: che-sidecar-java-@sha256:54a5f721588455403d8c2a81d1fbc8fef2c6a32aead44f2fb3e24a8a1fddb9a2 + image: quay.io/eclipse/che-sidecar-java@sha256:54a5f721588455403d8c2a81d1fbc8fef2c6a32aead44f2fb3e24a8a1fddb9a2 + # tag: quay.io/eclipse/che-sidecar-java@sha256:54a5f721588455403d8c2a81d1fbc8fef2c6a32aead44f2fb3e24a8a1fddb9a2 + - name: che-sidecar-kubernetes-tooling-@sha256:3f551189a697cac40870696f39dd92195021bbb3279e2f26902234ab65a88f10 + image: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:3f551189a697cac40870696f39dd92195021bbb3279e2f26902234ab65a88f10 + # tag: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:3f551189a697cac40870696f39dd92195021bbb3279e2f26902234ab65a88f10 + - name: che-sidecar-kubernetes-tooling-@sha256:55e83d7f8cbf6a044ca68a4beb95e1192ae71a6d27f24cec7e300588f127480f + image: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:55e83d7f8cbf6a044ca68a4beb95e1192ae71a6d27f24cec7e300588f127480f + # tag: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:55e83d7f8cbf6a044ca68a4beb95e1192ae71a6d27f24cec7e300588f127480f + - name: che-sidecar-kubernetes-tooling-@sha256:882fca5fc7aad06a663a9c2b499e4f2de1cc991b48b0390b380e4ede1cb47f1f + image: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:882fca5fc7aad06a663a9c2b499e4f2de1cc991b48b0390b380e4ede1cb47f1f + # tag: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:882fca5fc7aad06a663a9c2b499e4f2de1cc991b48b0390b380e4ede1cb47f1f + - name: che-sidecar-node-@sha256:0370b2c3d52d31c9fd52bff3edb84bd36bbcc2aff6224957d6dd94935843ee59 + image: quay.io/eclipse/che-sidecar-node@sha256:0370b2c3d52d31c9fd52bff3edb84bd36bbcc2aff6224957d6dd94935843ee59 + # tag: quay.io/eclipse/che-sidecar-node@sha256:0370b2c3d52d31c9fd52bff3edb84bd36bbcc2aff6224957d6dd94935843ee59 + - name: che-sidecar-openshift-connector-@sha256:036ac29e63d46763a55a61907cb85f17262f431866a22ac0076fbac12bbf6dbf + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:036ac29e63d46763a55a61907cb85f17262f431866a22ac0076fbac12bbf6dbf + # tag: quay.io/eclipse/che-sidecar-openshift-connector@sha256:036ac29e63d46763a55a61907cb85f17262f431866a22ac0076fbac12bbf6dbf + - name: che-sidecar-openshift-connector-@sha256:8e4403ef1f7f74af3568abd60ccf1b959e2f43bef0001ba7a77ca5f8bc0d5a0e + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:8e4403ef1f7f74af3568abd60ccf1b959e2f43bef0001ba7a77ca5f8bc0d5a0e + # tag: quay.io/eclipse/che-sidecar-openshift-connector@sha256:8e4403ef1f7f74af3568abd60ccf1b959e2f43bef0001ba7a77ca5f8bc0d5a0e + - name: che-sidecar-openshift-connector-@sha256:988ec660328d6eaa9c0cc0053905d801948e8800092e88a146f42b7ed1bb17b7 + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:988ec660328d6eaa9c0cc0053905d801948e8800092e88a146f42b7ed1bb17b7 + # tag: quay.io/eclipse/che-sidecar-openshift-connector@sha256:988ec660328d6eaa9c0cc0053905d801948e8800092e88a146f42b7ed1bb17b7 + - name: che-sidecar-openshift-connector-@sha256:d21ca244a5b0d94c09fcf5286e25f3db12bba0f0fab87d55c39ec0bc0350fbfa + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:d21ca244a5b0d94c09fcf5286e25f3db12bba0f0fab87d55c39ec0bc0350fbfa + # tag: quay.io/eclipse/che-sidecar-openshift-connector@sha256:d21ca244a5b0d94c09fcf5286e25f3db12bba0f0fab87d55c39ec0bc0350fbfa + - name: che-sidecar-php-@sha256:e4f1db4b5bc641485f42a5e0534c37894042c5302acfb1fefcfdf6d659aa7925 + image: quay.io/eclipse/che-sidecar-php@sha256:e4f1db4b5bc641485f42a5e0534c37894042c5302acfb1fefcfdf6d659aa7925 + # tag: quay.io/eclipse/che-sidecar-php@sha256:e4f1db4b5bc641485f42a5e0534c37894042c5302acfb1fefcfdf6d659aa7925 + - name: che-sidecar-python-@sha256:9d910486a81d92ebdeaab4c2fc71546bee23ff7e3a986fdb9df4e458819cb958 + image: quay.io/eclipse/che-sidecar-python@sha256:9d910486a81d92ebdeaab4c2fc71546bee23ff7e3a986fdb9df4e458819cb958 + # tag: quay.io/eclipse/che-sidecar-python@sha256:9d910486a81d92ebdeaab4c2fc71546bee23ff7e3a986fdb9df4e458819cb958 + - name: che-sidecar-scala-@sha256:bdae1cc3e0886421f610adf38f4216a5f2184eccd731107f3bbd3c1f3444b69b + image: quay.io/eclipse/che-sidecar-scala@sha256:bdae1cc3e0886421f610adf38f4216a5f2184eccd731107f3bbd3c1f3444b69b + # tag: quay.io/eclipse/che-sidecar-scala@sha256:bdae1cc3e0886421f610adf38f4216a5f2184eccd731107f3bbd3c1f3444b69b + - name: che-sidecar-sonarlint-@sha256:6e887c710c0d755dc7ff400aa441bb8b599dd5097357d246aba1c1abfa1d7f19 + image: quay.io/eclipse/che-sidecar-sonarlint@sha256:6e887c710c0d755dc7ff400aa441bb8b599dd5097357d246aba1c1abfa1d7f19 + # tag: quay.io/eclipse/che-sidecar-sonarlint@sha256:6e887c710c0d755dc7ff400aa441bb8b599dd5097357d246aba1c1abfa1d7f19 + - name: che-sidecar-vale-@sha256:654b3efbdb73b2242ce32d4a0d7da77ac561942c2a37906cff49029a9481b2cc + image: quay.io/eclipse/che-sidecar-vale@sha256:654b3efbdb73b2242ce32d4a0d7da77ac561942c2a37906cff49029a9481b2cc + # tag: quay.io/eclipse/che-sidecar-vale@sha256:654b3efbdb73b2242ce32d4a0d7da77ac561942c2a37906cff49029a9481b2cc + - name: che-sidecar-workspace-data-sync-@sha256:88d0125837d5a57cb24bb3ed81e6a8f4119a5043b7926bd2bd01710854c44f10 + image: quay.io/eclipse/che-sidecar-workspace-data-sync@sha256:88d0125837d5a57cb24bb3ed81e6a8f4119a5043b7926bd2bd01710854c44f10 + # tag: quay.io/eclipse/che-sidecar-workspace-data-sync@sha256:88d0125837d5a57cb24bb3ed81e6a8f4119a5043b7926bd2bd01710854c44f10 + - name: che-theia-endpoint-runtime-binary-@sha256:0966a350a5a4981d65e4fb985c46f052e04f235bb4b460058637afb3541ec871 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0966a350a5a4981d65e4fb985c46f052e04f235bb4b460058637afb3541ec871 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0966a350a5a4981d65e4fb985c46f052e04f235bb4b460058637afb3541ec871 + - name: che-theia-endpoint-runtime-binary-@sha256:0f965a8e0f036c30ac782dfcadb26d156e781aa07a98ca28c78be2ae7f88c08b + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f965a8e0f036c30ac782dfcadb26d156e781aa07a98ca28c78be2ae7f88c08b + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f965a8e0f036c30ac782dfcadb26d156e781aa07a98ca28c78be2ae7f88c08b + - name: che-theia-endpoint-runtime-binary-@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 + - name: che-theia-endpoint-runtime-binary-@sha256:1ab93e5399a76804edbace42d83a8b2b49da1b4d531215bc3ff4481da2792268 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1ab93e5399a76804edbace42d83a8b2b49da1b4d531215bc3ff4481da2792268 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1ab93e5399a76804edbace42d83a8b2b49da1b4d531215bc3ff4481da2792268 + - name: che-theia-endpoint-runtime-binary-@sha256:1dec8240be6fb3f60f45982a6cd2012c7ff7390b776111a618c4b8b724f9362e + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1dec8240be6fb3f60f45982a6cd2012c7ff7390b776111a618c4b8b724f9362e + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1dec8240be6fb3f60f45982a6cd2012c7ff7390b776111a618c4b8b724f9362e + - name: che-theia-endpoint-runtime-binary-@sha256:1f6a5ff82a76e4d7c64ed85e75879b12ad47c7fb521a750304ba7e10a85dd7fc + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1f6a5ff82a76e4d7c64ed85e75879b12ad47c7fb521a750304ba7e10a85dd7fc + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1f6a5ff82a76e4d7c64ed85e75879b12ad47c7fb521a750304ba7e10a85dd7fc + - name: che-theia-endpoint-runtime-binary-@sha256:21573a943a6f3ae39a226a7d268fd80f07b1acc95f9135fd1f250a46a041aebe + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:21573a943a6f3ae39a226a7d268fd80f07b1acc95f9135fd1f250a46a041aebe + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:21573a943a6f3ae39a226a7d268fd80f07b1acc95f9135fd1f250a46a041aebe + - name: che-theia-endpoint-runtime-binary-@sha256:2a88730d449ca59038cfe75af7411e7c87e15921c9bd8ed0ad84e2331b8e6d9c + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:2a88730d449ca59038cfe75af7411e7c87e15921c9bd8ed0ad84e2331b8e6d9c + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:2a88730d449ca59038cfe75af7411e7c87e15921c9bd8ed0ad84e2331b8e6d9c + - name: che-theia-endpoint-runtime-binary-@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 + - name: che-theia-endpoint-runtime-binary-@sha256:4257f9a1a1bfe543f88e7144cdec4e34cc7a3f686f77e0b15bd1ef77c8adb66c + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:4257f9a1a1bfe543f88e7144cdec4e34cc7a3f686f77e0b15bd1ef77c8adb66c + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:4257f9a1a1bfe543f88e7144cdec4e34cc7a3f686f77e0b15bd1ef77c8adb66c + - name: che-theia-endpoint-runtime-binary-@sha256:506fe604d3981bdc569ee04c852f6fc09f6e239ad62e5c2113cf11f4c286229f + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:506fe604d3981bdc569ee04c852f6fc09f6e239ad62e5c2113cf11f4c286229f + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:506fe604d3981bdc569ee04c852f6fc09f6e239ad62e5c2113cf11f4c286229f + - name: che-theia-endpoint-runtime-binary-@sha256:56eb0291fa0cd7eada24f60178053fba95454ca55047538d0252d782c27cb48d + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:56eb0291fa0cd7eada24f60178053fba95454ca55047538d0252d782c27cb48d + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:56eb0291fa0cd7eada24f60178053fba95454ca55047538d0252d782c27cb48d + - name: che-theia-endpoint-runtime-binary-@sha256:5ee9a858457eb2c3b3b70d60442a789c9e8c8558ac877a8783fca1e06181a19f + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:5ee9a858457eb2c3b3b70d60442a789c9e8c8558ac877a8783fca1e06181a19f + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:5ee9a858457eb2c3b3b70d60442a789c9e8c8558ac877a8783fca1e06181a19f + - name: che-theia-endpoint-runtime-binary-@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + - name: che-theia-endpoint-runtime-binary-@sha256:85da304326dce10a92674df73fee0e0b169b9f9bcc76231a11dd1811df433847 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:85da304326dce10a92674df73fee0e0b169b9f9bcc76231a11dd1811df433847 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:85da304326dce10a92674df73fee0e0b169b9f9bcc76231a11dd1811df433847 + - name: che-theia-endpoint-runtime-binary-@sha256:8c2d8abda2dd84a4c7c7d9b72deb42f8f15a06021713e62dff31ee7e2e41f74e + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8c2d8abda2dd84a4c7c7d9b72deb42f8f15a06021713e62dff31ee7e2e41f74e + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8c2d8abda2dd84a4c7c7d9b72deb42f8f15a06021713e62dff31ee7e2e41f74e + - name: che-theia-endpoint-runtime-binary-@sha256:8d01970a15d07f052e9411c1ba08066476e1b09a33f4b97aaf8cdde5f8bb5b73 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8d01970a15d07f052e9411c1ba08066476e1b09a33f4b97aaf8cdde5f8bb5b73 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8d01970a15d07f052e9411c1ba08066476e1b09a33f4b97aaf8cdde5f8bb5b73 + - name: che-theia-endpoint-runtime-binary-@sha256:ad57d9bce0bdc2ae67cc48c386dded6988ddc03b94fd74e39b3a62dcd260c2b4 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ad57d9bce0bdc2ae67cc48c386dded6988ddc03b94fd74e39b3a62dcd260c2b4 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ad57d9bce0bdc2ae67cc48c386dded6988ddc03b94fd74e39b3a62dcd260c2b4 + - name: che-theia-endpoint-runtime-binary-@sha256:b7a790133b77b445b73d8e8c66e361e4d017a8f34314c85d1b6218f7f9412288 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:b7a790133b77b445b73d8e8c66e361e4d017a8f34314c85d1b6218f7f9412288 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:b7a790133b77b445b73d8e8c66e361e4d017a8f34314c85d1b6218f7f9412288 + - name: che-theia-endpoint-runtime-binary-@sha256:c6a099e808328cb8fe3dc707370017d724e39524b5ec74076a0fffdd5af149b0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:c6a099e808328cb8fe3dc707370017d724e39524b5ec74076a0fffdd5af149b0 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:c6a099e808328cb8fe3dc707370017d724e39524b5ec74076a0fffdd5af149b0 + - name: che-theia-endpoint-runtime-binary-@sha256:e8d491ff71c46e9e631212f6580d9a04d4b4fad4199f1da36bb64f9a40d2bdf6 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:e8d491ff71c46e9e631212f6580d9a04d4b4fad4199f1da36bb64f9a40d2bdf6 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:e8d491ff71c46e9e631212f6580d9a04d4b4fad4199f1da36bb64f9a40d2bdf6 + - name: che-theia-endpoint-runtime-binary-@sha256:ec9d069625d64d9525d540cb3adce6f798374bbbbe0334c1fd71cefd2bd9fd58 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ec9d069625d64d9525d540cb3adce6f798374bbbbe0334c1fd71cefd2bd9fd58 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ec9d069625d64d9525d540cb3adce6f798374bbbbe0334c1fd71cefd2bd9fd58 + - name: che-theia-endpoint-runtime-binary-@sha256:f19ee03a6551a28001e8a84ae5b347efafe391a7d20743b9edccf37e7ca75935 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:f19ee03a6551a28001e8a84ae5b347efafe391a7d20743b9edccf37e7ca75935 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:f19ee03a6551a28001e8a84ae5b347efafe391a7d20743b9edccf37e7ca75935 + - name: che-theia-endpoint-runtime-binary-@sha256:fea04c9027c56fd3f588ac0c981e5142a248829ad13983a13bcd1323f72706e8 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:fea04c9027c56fd3f588ac0c981e5142a248829ad13983a13bcd1323f72706e8 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:fea04c9027c56fd3f588ac0c981e5142a248829ad13983a13bcd1323f72706e8 + - name: che-theia-@sha256:10606b9e0458610386e1226e98cb9e0d72ae70c25dc29765f36e58d3cd17d34b + image: quay.io/eclipse/che-theia@sha256:10606b9e0458610386e1226e98cb9e0d72ae70c25dc29765f36e58d3cd17d34b + # tag: quay.io/eclipse/che-theia@sha256:10606b9e0458610386e1226e98cb9e0d72ae70c25dc29765f36e58d3cd17d34b + - name: che-theia-@sha256:127ef5d56e118fe2078e219ce98b7cf5ae10a27fe5e3bb017c697639910a03ee + image: quay.io/eclipse/che-theia@sha256:127ef5d56e118fe2078e219ce98b7cf5ae10a27fe5e3bb017c697639910a03ee + # tag: quay.io/eclipse/che-theia@sha256:127ef5d56e118fe2078e219ce98b7cf5ae10a27fe5e3bb017c697639910a03ee + - name: che-theia-@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + image: quay.io/eclipse/che-theia@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + # tag: quay.io/eclipse/che-theia@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + - name: che-theia-@sha256:27cc9f5fe813e564fdd023e1563ebd7d594855c31777781b02b8af006ccdce56 + image: quay.io/eclipse/che-theia@sha256:27cc9f5fe813e564fdd023e1563ebd7d594855c31777781b02b8af006ccdce56 + # tag: quay.io/eclipse/che-theia@sha256:27cc9f5fe813e564fdd023e1563ebd7d594855c31777781b02b8af006ccdce56 + - name: che-theia-@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad + image: quay.io/eclipse/che-theia@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad + # tag: quay.io/eclipse/che-theia@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad + - name: che-theia-@sha256:3c0d74755cbc35791cd4d8694968c97a447c0181d9349c42aebc880468a4723a + image: quay.io/eclipse/che-theia@sha256:3c0d74755cbc35791cd4d8694968c97a447c0181d9349c42aebc880468a4723a + # tag: quay.io/eclipse/che-theia@sha256:3c0d74755cbc35791cd4d8694968c97a447c0181d9349c42aebc880468a4723a + - name: che-theia-@sha256:3f630acb301316223c226bf6515776bf191f1e4fefe02066c8b7d112bbdb8aa8 + image: quay.io/eclipse/che-theia@sha256:3f630acb301316223c226bf6515776bf191f1e4fefe02066c8b7d112bbdb8aa8 + # tag: quay.io/eclipse/che-theia@sha256:3f630acb301316223c226bf6515776bf191f1e4fefe02066c8b7d112bbdb8aa8 + - name: che-theia-@sha256:40335cec48c5a412b2acd631301e376435222b7157af24059208ccfb4e6f0609 + image: quay.io/eclipse/che-theia@sha256:40335cec48c5a412b2acd631301e376435222b7157af24059208ccfb4e6f0609 + # tag: quay.io/eclipse/che-theia@sha256:40335cec48c5a412b2acd631301e376435222b7157af24059208ccfb4e6f0609 + - name: che-theia-@sha256:4b160fea82a3d1edea8daad206323ee46e958d2970adfa4e68a48b3c7122b8e8 + image: quay.io/eclipse/che-theia@sha256:4b160fea82a3d1edea8daad206323ee46e958d2970adfa4e68a48b3c7122b8e8 + # tag: quay.io/eclipse/che-theia@sha256:4b160fea82a3d1edea8daad206323ee46e958d2970adfa4e68a48b3c7122b8e8 + - name: che-theia-@sha256:4d6fcf6f32e997af7ef7934ff558283d9e618ae15f68d039e644cbfaf0451172 + image: quay.io/eclipse/che-theia@sha256:4d6fcf6f32e997af7ef7934ff558283d9e618ae15f68d039e644cbfaf0451172 + # tag: quay.io/eclipse/che-theia@sha256:4d6fcf6f32e997af7ef7934ff558283d9e618ae15f68d039e644cbfaf0451172 + - name: che-theia-@sha256:668621d34e8d3e57da4589984a6cb7e2aadb378a9cd4c931513346782dfab5b7 + image: quay.io/eclipse/che-theia@sha256:668621d34e8d3e57da4589984a6cb7e2aadb378a9cd4c931513346782dfab5b7 + # tag: quay.io/eclipse/che-theia@sha256:668621d34e8d3e57da4589984a6cb7e2aadb378a9cd4c931513346782dfab5b7 + - name: che-theia-@sha256:6a68c4453fde6c5a4c4414048776204211c1e81334065a24828f280a3752074c + image: quay.io/eclipse/che-theia@sha256:6a68c4453fde6c5a4c4414048776204211c1e81334065a24828f280a3752074c + # tag: quay.io/eclipse/che-theia@sha256:6a68c4453fde6c5a4c4414048776204211c1e81334065a24828f280a3752074c + - name: che-theia-@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab + image: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab + # tag: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab + - name: che-theia-@sha256:74d65d2d0accc3bb8c09ea2a0653c3b95c9e4602917252d6e1d5ef652102696f + image: quay.io/eclipse/che-theia@sha256:74d65d2d0accc3bb8c09ea2a0653c3b95c9e4602917252d6e1d5ef652102696f + # tag: quay.io/eclipse/che-theia@sha256:74d65d2d0accc3bb8c09ea2a0653c3b95c9e4602917252d6e1d5ef652102696f + - name: che-theia-@sha256:78f7703e4617ff199bd014fe1a045f75d12ba15bda6437a9243a74add042c653 + image: quay.io/eclipse/che-theia@sha256:78f7703e4617ff199bd014fe1a045f75d12ba15bda6437a9243a74add042c653 + # tag: quay.io/eclipse/che-theia@sha256:78f7703e4617ff199bd014fe1a045f75d12ba15bda6437a9243a74add042c653 + - name: che-theia-@sha256:920432d9cf33ec258531372cc4ac901e401a6620c87666e9da66628caea455b0 + image: quay.io/eclipse/che-theia@sha256:920432d9cf33ec258531372cc4ac901e401a6620c87666e9da66628caea455b0 + # tag: quay.io/eclipse/che-theia@sha256:920432d9cf33ec258531372cc4ac901e401a6620c87666e9da66628caea455b0 + - name: che-theia-@sha256:a3d383d69cde1d0bd946ab103cfbfd8c8adfa73f09c4022faea2082e2de45efa + image: quay.io/eclipse/che-theia@sha256:a3d383d69cde1d0bd946ab103cfbfd8c8adfa73f09c4022faea2082e2de45efa + # tag: quay.io/eclipse/che-theia@sha256:a3d383d69cde1d0bd946ab103cfbfd8c8adfa73f09c4022faea2082e2de45efa + - name: che-theia-@sha256:c51e924d1569303397fc7d121c3dc1b61b737ad82dab2f02fd05655fc1dc70a0 + image: quay.io/eclipse/che-theia@sha256:c51e924d1569303397fc7d121c3dc1b61b737ad82dab2f02fd05655fc1dc70a0 + # tag: quay.io/eclipse/che-theia@sha256:c51e924d1569303397fc7d121c3dc1b61b737ad82dab2f02fd05655fc1dc70a0 + - name: che-theia-@sha256:cd4374f8ab298c90b515b916c9f3dda4d9bee6e01d9007ee1e52d1ed06b978ac + image: quay.io/eclipse/che-theia@sha256:cd4374f8ab298c90b515b916c9f3dda4d9bee6e01d9007ee1e52d1ed06b978ac + # tag: quay.io/eclipse/che-theia@sha256:cd4374f8ab298c90b515b916c9f3dda4d9bee6e01d9007ee1e52d1ed06b978ac + - name: che-theia-@sha256:d0a7b5ed17656f3c76207dcede53165cf9eafd7d77f840165d5544bb8a502880 + image: quay.io/eclipse/che-theia@sha256:d0a7b5ed17656f3c76207dcede53165cf9eafd7d77f840165d5544bb8a502880 + # tag: quay.io/eclipse/che-theia@sha256:d0a7b5ed17656f3c76207dcede53165cf9eafd7d77f840165d5544bb8a502880 + - name: che-theia-@sha256:dd4e017160c057842247f9db0c18a1ce6a509f1cc6684386eb7977f501d9706c + image: quay.io/eclipse/che-theia@sha256:dd4e017160c057842247f9db0c18a1ce6a509f1cc6684386eb7977f501d9706c + # tag: quay.io/eclipse/che-theia@sha256:dd4e017160c057842247f9db0c18a1ce6a509f1cc6684386eb7977f501d9706c + - name: che-theia-@sha256:e4ec90a4117a649c182b1e6923cb35ee4b53c02ef046746b61b79fc8060e6976 + image: quay.io/eclipse/che-theia@sha256:e4ec90a4117a649c182b1e6923cb35ee4b53c02ef046746b61b79fc8060e6976 + # tag: quay.io/eclipse/che-theia@sha256:e4ec90a4117a649c182b1e6923cb35ee4b53c02ef046746b61b79fc8060e6976 + - name: che-theia-@sha256:e80f3127a2424d5ca71f0c87f6c232304288ce63a660dab0537ee75bac1b9944 + image: quay.io/eclipse/che-theia@sha256:e80f3127a2424d5ca71f0c87f6c232304288ce63a660dab0537ee75bac1b9944 + # tag: quay.io/eclipse/che-theia@sha256:e80f3127a2424d5ca71f0c87f6c232304288ce63a660dab0537ee75bac1b9944 + - name: che-theia-@sha256:f52414ef293498e14316de52c3d64e8b8537ef2b3044afd9ac9cf19489da7451 + image: quay.io/eclipse/che-theia@sha256:f52414ef293498e14316de52c3d64e8b8537ef2b3044afd9ac9cf19489da7451 + # tag: quay.io/eclipse/che-theia@sha256:f52414ef293498e14316de52c3d64e8b8537ef2b3044afd9ac9cf19489da7451 + - name: che-tls-secret-creator-@sha256:881d32131d31a88ce650d959c06d5f393533877d47077993b0740549eee4cfd5 + image: quay.io/eclipse/che-tls-secret-creator@sha256:881d32131d31a88ce650d959c06d5f393533877d47077993b0740549eee4cfd5 + # tag: quay.io/eclipse/che-tls-secret-creator@sha256:881d32131d31a88ce650d959c06d5f393533877d47077993b0740549eee4cfd5 + - name: ubi8-minimal-8.2-345 + image: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + # tag: registry.access.redhat.com/ubi8-minimal:8.2-345 + - name: ubi8-minimal-@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + image: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + # tag: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + - name: ubi-minimal-@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + image: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + # tag: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + - name: coder-2.1523-vsc1.38.1-che + image: docker.io/chinodesuuu/coder@sha256:6387eee627678d36fa1313017cf5620890f25559df8b24cb53e1d5f4ab6f4726 + # tag: docker.io/chinodesuuu/coder:2.1523-vsc1.38.1-che + - name: coder-2.1650-vsc1.39.2-che + image: docker.io/chinodesuuu/coder@sha256:1af9c45c3f8c9836dba10c4a2c7b43915bc04fa4b9b9cc598d4bad5cf036817e + # tag: docker.io/chinodesuuu/coder:2.1650-vsc1.39.2-che + - name: coder-next + image: docker.io/chinodesuuu/coder@sha256:77f51200f6f9ff62551794be48a3497e464c93f2420877253b98de3e041e0e9d + # tag: docker.io/chinodesuuu/coder:next + - name: dirigible-openshift-3.4.0 + image: docker.io/dirigiblelabs/dirigible-openshift@sha256:3365635d1e0403697dea0674bbbdc749c4be2db29818a93b8e1e53c3c5144113 + # tag: docker.io/dirigiblelabs/dirigible-openshift:3.4.0 + - name: che-machine-exec- + image: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + # tag: docker.io/eclipse/che-machine-exec + - name: che-machine-exec-7.0.0 + image: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + # tag: docker.io/eclipse/che-machine-exec:7.0.0 + - name: che-machine-exec-7.1.0 + image: docker.io/eclipse/che-machine-exec@sha256:23735abb7a36de661886f33cd5d98114272426b5c2537daac2560ae204ab6eda + # tag: docker.io/eclipse/che-machine-exec:7.1.0 + - name: che-theia-endpoint-runtime-binary-7.3.1 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14041e6e51f47248e1018a2dacc8e70acad08f2a2dd7dc67c83a1b43d2cb73b7 + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.3.1 + - name: che-theia-endpoint-runtime-binary-7.3.2 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:d1cc54bbf5a61d4cb995325c7f71daba907bc81c755524a4dc76f4ce2d49934e + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.3.2 + - name: che-theia-endpoint-runtime-binary-7.3.3 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f63bf9206cb11d36d7af60f47126d8fa6c458c419b047c70b2b51d73acdce84 + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.3.3 + - name: che-theia-endpoint-runtime-binary-7.4.0 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:02bbffee045b6fdbc40e1824a8a5cfe5f2b25e4dcffa1dad7324c479b1227f59 + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.4.0 + - name: che-theia-endpoint-runtime-binary-7.5.0 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:a12a88b352b65fd4031e77de0fd66a2cc412a80d8a5c0d46e32fa7d3d429bf1d + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.5.0 + - name: che-theia-endpoint-runtime-binary-7.5.1 + image: docker.io/eclipse/che-theia-endpoint-runtime-binary@sha256:16c530ceaf61b7b2146d421b6d8d937fddc8ec2501ccc69f5589449eed9228be + # tag: docker.io/eclipse/che-theia-endpoint-runtime-binary:7.5.1 + - name: che-theia-7.0.0 + image: docker.io/eclipse/che-theia@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + # tag: docker.io/eclipse/che-theia:7.0.0 + - name: che-theia-7.0.0-next + image: docker.io/eclipse/che-theia@sha256:743ef1ad7c7f74a96bcaaac3df178a069afe62c9b2a30ec18a3f84353df23fc7 + # tag: docker.io/eclipse/che-theia:7.0.0-next + - name: che-theia-7.0.0-rc-3.0 + image: docker.io/eclipse/che-theia@sha256:03833982a58592d13a8d74900ee5df1fb4ed7eafe81890e626b189abe8b053d3 + # tag: docker.io/eclipse/che-theia:7.0.0-rc-3.0 + - name: che-theia-7.0.0-rc-4.0 + image: docker.io/eclipse/che-theia@sha256:752c89b1a02b732792df4d55e4d096ec304602f294e88eb49e2d45bc6b700577 + # tag: docker.io/eclipse/che-theia:7.0.0-rc-4.0 + - name: che-theia-7.1.0 + image: docker.io/eclipse/che-theia@sha256:011b5cff61a6700bd85e4f003c9d33c25e0a461d12e57d4722069320b6f870ec + # tag: docker.io/eclipse/che-theia:7.1.0 + - name: che-theia-7.2.0 + image: docker.io/eclipse/che-theia@sha256:2ce0bd770cb9f305946f5cf568c65d773b4d2a12c5da62182faab45e329765a8 + # tag: docker.io/eclipse/che-theia:7.2.0 + - name: che-theia-7.3.0 + image: docker.io/eclipse/che-theia@sha256:b838ca40fe97ef6429a1246ce4da54b5a35fe33171f65a2079348b238a63cfa8 + # tag: docker.io/eclipse/che-theia:7.3.0 + - name: che-theia-7.3.1 + image: docker.io/eclipse/che-theia@sha256:37c49db6be66a2a11c9a2dba6c5105e2c7f6947c2965f7d237d1367e0334ad8f + # tag: docker.io/eclipse/che-theia:7.3.1 + - name: che-theia-7.3.2 + image: docker.io/eclipse/che-theia@sha256:b91e3c2ab5420f7e783ab41585fe3fd5fa24e0a1008bf779dfc2eb8bda001912 + # tag: docker.io/eclipse/che-theia:7.3.2 + - name: che-theia-7.3.3 + image: docker.io/eclipse/che-theia@sha256:fe554df6c86aa3832ce47a3a74f56d70aa8a6166dc4ff07f578363759f7fa3f7 + # tag: docker.io/eclipse/che-theia:7.3.3 + - name: che-theia-7.4.0 + image: docker.io/eclipse/che-theia@sha256:cb39ccfdecb00ae3ff75d85987d145f7826c1905b7a2aa23e8c6ca7a9b9473aa + # tag: docker.io/eclipse/che-theia:7.4.0 + - name: che-theia-7.5.0 + image: docker.io/eclipse/che-theia@sha256:f7dd1fb78444d561239c6bf371999f5e13c2db199a87fafdd2198b9186f439eb + # tag: docker.io/eclipse/che-theia:7.5.0 + - name: che-theia-7.5.1 + image: docker.io/eclipse/che-theia@sha256:be2f2df6178dcc2598453c7bf9dc878c06e4830f9c948f5ea5c2fcb0140bb5f0 + # tag: docker.io/eclipse/che-theia:7.5.1 + - name: che-editor-jupyter-5.7.0 + image: docker.io/ksmster/che-editor-jupyter@sha256:83439ae9edcaa3a97536742315a7912f93e499f49847da094c480031eae4ba47 + # tag: docker.io/ksmster/che-editor-jupyter:5.7.0 + - name: rhamt-vscode-extension-java8 + image: docker.io/windup3/rhamt-vscode-extension@sha256:179d1826e10f770af4cace5516041be60dd13115d302b16d5b1b345689e7b200 + # tag: docker.io/windup3/rhamt-vscode-extension:java8 + - name: eclipse-broadway- + image: docker.io/wsskeleton/eclipse-broadway@sha256:89fddccbbe64183f91384917673e362c4854a86af6361d4dbb78565c9d1bf706 + # tag: docker.io/wsskeleton/eclipse-broadway + - name: che-buildah-base-1.14.0-b0c91d3 + image: quay.io/eclipse/che-buildah-base@sha256:417203d8629edd92f187afd3ebb3d8dc28338d34809eb75ffc2e08a400f8d56b + # tag: quay.io/eclipse/che-buildah-base:1.14.0-b0c91d3 + - name: che-buildkit-base-0.7.1-bacb069 + image: quay.io/eclipse/che-buildkit-base@sha256:effa98dd2ced30b520b25afff1a880d121cf6b3f8ab42a5149eada46ba793ce9 + # tag: quay.io/eclipse/che-buildkit-base:0.7.1-bacb069 + - name: che-machine-exec-7.10.0 + image: quay.io/eclipse/che-machine-exec@sha256:1568dee073c3122936eda30a451659d34a982ba5ec8671e640d67190579d1e98 + # tag: quay.io/eclipse/che-machine-exec:7.10.0 + - name: che-machine-exec-7.11.0 + image: quay.io/eclipse/che-machine-exec@sha256:62b65767780978f937f433f4be6f5ae7dc394d70f9df8b4302e48df8bbae3a07 + # tag: quay.io/eclipse/che-machine-exec:7.11.0 + - name: che-machine-exec-7.12.0 + image: quay.io/eclipse/che-machine-exec@sha256:11162cec7b9fe5340ceb38c697f9c2351d9122143359b0eeaf831a87680b7206 + # tag: quay.io/eclipse/che-machine-exec:7.12.0 + - name: che-machine-exec-7.12.1 + image: quay.io/eclipse/che-machine-exec@sha256:93958d7e441c697791f8f4eaace0ff4142e4ea5094e160f5ba96bc2d25cfd10f + # tag: quay.io/eclipse/che-machine-exec:7.12.1 + - name: che-machine-exec-7.12.2 + image: quay.io/eclipse/che-machine-exec@sha256:fbbdcf231866f1fffe9c835c332950352ad17dc166d2a541309a40019280e330 + # tag: quay.io/eclipse/che-machine-exec:7.12.2 + - name: che-machine-exec-7.13.0 + image: quay.io/eclipse/che-machine-exec@sha256:321ce97827335efe7256a117c6e1cc7601b8500d495b187c6106c291d1410f6b + # tag: quay.io/eclipse/che-machine-exec:7.13.0 + - name: che-machine-exec-7.13.1 + image: quay.io/eclipse/che-machine-exec@sha256:4d63fd5558c0c2ecdafe32aaadaade30709c03e5199b3275e8aa51ab58395c6e + # tag: quay.io/eclipse/che-machine-exec:7.13.1 + - name: che-machine-exec-7.13.2 + image: quay.io/eclipse/che-machine-exec@sha256:773eca66abe31c53d0fc544e30655ad3723e5a22ef38ac1aded82ca2fccdd393 + # tag: quay.io/eclipse/che-machine-exec:7.13.2 + - name: che-machine-exec-7.14.1 + image: quay.io/eclipse/che-machine-exec@sha256:a3464b7782dcac24191c89c81a93182ac6f49dd2d5608f9d3aeb759146df75ca + # tag: quay.io/eclipse/che-machine-exec:7.14.1 + - name: che-machine-exec-7.14.2 + image: quay.io/eclipse/che-machine-exec@sha256:fa01588b491930527bbb2aed97d3fa8565b772bfea3eba9a683cb09d88adb4d5 + # tag: quay.io/eclipse/che-machine-exec:7.14.2 + - name: che-machine-exec-7.14.3 + image: quay.io/eclipse/che-machine-exec@sha256:c6d7ec0e480a8a419963810c2b06dc3ceb36314c3eabcbb2570ac3b4e2c2e063 + # tag: quay.io/eclipse/che-machine-exec:7.14.3 + - name: che-machine-exec-7.15.0 + image: quay.io/eclipse/che-machine-exec@sha256:c0a3031dbec1d5827c830e0c8762d0e9051f36ab4fe4cc9c051dda0d6340bb6a + # tag: quay.io/eclipse/che-machine-exec:7.15.0 + - name: che-machine-exec-7.15.1 + image: quay.io/eclipse/che-machine-exec@sha256:5d721f6e3b436a16ada88e19fd4bdc43c6ed9daab4ca168f4497f856146b383a + # tag: quay.io/eclipse/che-machine-exec:7.15.1 + - name: che-machine-exec-7.15.2 + image: quay.io/eclipse/che-machine-exec@sha256:dd49bbb6289413e597d036061b3c1f13afe24a53bfb10ab5f1c944451c42ca2f + # tag: quay.io/eclipse/che-machine-exec:7.15.2 + - name: che-machine-exec-7.16.0 + image: quay.io/eclipse/che-machine-exec@sha256:6c10be6622777471f0baacd0be488d9b57eb8ff9c5d3b107f9a0de9a5d3c19f8 + # tag: quay.io/eclipse/che-machine-exec:7.16.0 + - name: che-machine-exec-7.16.1 + image: quay.io/eclipse/che-machine-exec@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 + # tag: quay.io/eclipse/che-machine-exec:7.16.1 + - name: che-machine-exec-7.16.2 + image: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 + # tag: quay.io/eclipse/che-machine-exec:7.16.2 + - name: che-machine-exec-7.2.0 + image: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + # tag: quay.io/eclipse/che-machine-exec:7.2.0 + - name: che-machine-exec-7.3.0 + image: quay.io/eclipse/che-machine-exec@sha256:bfc6eef05ca460d73b3d3c472bef2b82443810e2ab6f60e2083b3aaa258d9b39 + # tag: quay.io/eclipse/che-machine-exec:7.3.0 + - name: che-machine-exec-7.3.1 + image: quay.io/eclipse/che-machine-exec@sha256:abec8a0dd8437944da0a9ca2f62b5e3a546323901fa682f3b7a5b49a500937c1 + # tag: quay.io/eclipse/che-machine-exec:7.3.1 + - name: che-machine-exec-7.3.2 + image: quay.io/eclipse/che-machine-exec@sha256:56e1305f89a9fe9866b1233d58a07f42e930c8766480d39b841e9164d88155ff + # tag: quay.io/eclipse/che-machine-exec:7.3.2 + - name: che-machine-exec-7.3.3 + image: quay.io/eclipse/che-machine-exec@sha256:816180f9d86c09dee679cfaf0812cd8298c2ccbbe3cc6ce2b364e6927fc8a6d0 + # tag: quay.io/eclipse/che-machine-exec:7.3.3 + - name: che-machine-exec-7.4.0 + image: quay.io/eclipse/che-machine-exec@sha256:cc5ca69ee119a8a38886d61f20f5d43794a3dc78a8e04daa27240211a694ec98 + # tag: quay.io/eclipse/che-machine-exec:7.4.0 + - name: che-machine-exec-7.5.0 + image: quay.io/eclipse/che-machine-exec@sha256:3600bad6821c5d23050cf7f184517c8df68b57d234ce306b1028940463db782e + # tag: quay.io/eclipse/che-machine-exec:7.5.0 + - name: che-machine-exec-7.5.1 + image: quay.io/eclipse/che-machine-exec@sha256:a4cd49870cc2595293f0682f88126142c5a1e83d03054b6aa3c9ede01921c11a + # tag: quay.io/eclipse/che-machine-exec:7.5.1 + - name: che-machine-exec-7.6.0 + image: quay.io/eclipse/che-machine-exec@sha256:b4649defd3e9b42c7d867c036d4ed5b6a8f917fb2cc4371ed21090e4751f8cd2 + # tag: quay.io/eclipse/che-machine-exec:7.6.0 + - name: che-machine-exec-7.7.0 + image: quay.io/eclipse/che-machine-exec@sha256:6b2b3b440e476e3cb55fd3c908c72100214a33d3b96aa0d03eaddc2bdf1b74c1 + # tag: quay.io/eclipse/che-machine-exec:7.7.0 + - name: che-machine-exec-7.7.1 + image: quay.io/eclipse/che-machine-exec@sha256:30689595758817ed7956a9a54455b6d0a65d4733c711762479dd85212fe4b378 + # tag: quay.io/eclipse/che-machine-exec:7.7.1 + - name: che-machine-exec-7.8.0 + image: quay.io/eclipse/che-machine-exec@sha256:5aebc022ee3a12baf06cb4f6f7350fc6531e18a6f6781775c47035ae6818567f + # tag: quay.io/eclipse/che-machine-exec:7.8.0 + - name: che-machine-exec-7.9.0 + image: quay.io/eclipse/che-machine-exec@sha256:2aaa69d3d343d5fe8590689444aae5973aa3835b3f3dedd5779f8836f3e284e5 + # tag: quay.io/eclipse/che-machine-exec:7.9.0 + - name: che-machine-exec-7.9.1 + image: quay.io/eclipse/che-machine-exec@sha256:76dffe6ed45ce0ed087d3883b6c86ad8e94bcc38042f45e834f8a8d389a168c6 + # tag: quay.io/eclipse/che-machine-exec:7.9.1 + - name: che-machine-exec-7.9.2 + image: quay.io/eclipse/che-machine-exec@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + # tag: quay.io/eclipse/che-machine-exec:7.9.2 + - name: che-machine-exec-nightly + image: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + # tag: quay.io/eclipse/che-machine-exec:nightly + - name: che-sidecar-camelk-0.0.10-70f9d17 + image: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.10-70f9d17 + - name: che-sidecar-camelk-0.0.10-d5989b6 + image: quay.io/eclipse/che-sidecar-camelk@sha256:6645413b003790b451c22082184445ffa50609cd3435af86c246b95c22a36e27 + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.10-d5989b6 + - name: che-sidecar-camelk-0.0.11-01afea6 + image: quay.io/eclipse/che-sidecar-camelk@sha256:31e92f33d4757db626a11c92bccb0d0e8cab21aef1b6338a6792788b04e0d079 + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.11-01afea6 + - name: che-sidecar-camelk-0.0.12-f122b60 + image: quay.io/eclipse/che-sidecar-camelk@sha256:db5f3897e2f5d291b5c00a7e5b6fe4baa510cb9c59be2dd5e0c30f3bc085186e + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.12-f122b60 + - name: che-sidecar-camelk-0.0.13-c3287d6 + image: quay.io/eclipse/che-sidecar-camelk@sha256:7f338b75da4f3870b5945ad9e0d3679f9fbc9a04fc8cf6b1467a4a6f64412b3a + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.13-c3287d6 + - name: che-sidecar-camelk-0.0.14-59d258b + image: quay.io/eclipse/che-sidecar-camelk@sha256:ddd941979443a9962a27f2a059d95550768cbab76848d606ce410536ff2bdaa0 + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.14-59d258b + - name: che-sidecar-camelk-0.0.15-a578c4a + image: quay.io/eclipse/che-sidecar-camelk@sha256:f830861c2a1d99ebb0579b4ee3761fbcd51cf42af54306cc6ae02d865866ffc3 + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.15-a578c4a + - name: che-sidecar-camelk-0.0.9-9e8538e + image: quay.io/eclipse/che-sidecar-camelk@sha256:c15410792906339b70996d13374d1ee4123ed55afdd894935c920f0cf365f3cd + # tag: quay.io/eclipse/che-sidecar-camelk:0.0.9-9e8538e + - name: che-sidecar-clang-8-83adb3a + image: quay.io/eclipse/che-sidecar-clang@sha256:1c217f34ca69108fdd1ab844c0bcf960edff92519677bde4f8a5f4841b104745 + # tag: quay.io/eclipse/che-sidecar-clang:8-83adb3a + - name: che-sidecar-dependency-analytics-0.0.12-d478351 + image: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:392eb12ffac4c1369faec782221fe1758fd826c77aba8ce88ad3ecbf59154ed7 + # tag: quay.io/eclipse/che-sidecar-dependency-analytics:0.0.12-d478351 + - name: che-sidecar-dependency-analytics-0.0.13-a38cb0c + image: quay.io/eclipse/che-sidecar-dependency-analytics@sha256:0708b3c63d2065ef96667cacec9a46570f00fcb0f107df3e902ac444e68e1170 + # tag: quay.io/eclipse/che-sidecar-dependency-analytics:0.0.13-a38cb0c + - name: che-sidecar-dotnet-2.2.105-2fd6e78 + image: quay.io/eclipse/che-sidecar-dotnet@sha256:5c0957a726a0cafb4ffa9e757425128e3f702123d11c5e673ff8ee58c712aea2 + # tag: quay.io/eclipse/che-sidecar-dotnet:2.2.105-2fd6e78 + - name: che-sidecar-dotnet-3.1.301-117e653 + image: quay.io/eclipse/che-sidecar-dotnet@sha256:a8dbaf701e3133d377e0a2c9b6b98ba47d562a6751d268e9fb452162a2457286 + # tag: quay.io/eclipse/che-sidecar-dotnet:3.1.301-117e653 + - name: che-sidecar-go-1.10.7-c05dfb0 + image: quay.io/eclipse/che-sidecar-go@sha256:b4ad5db762bcd8f6a778df013d8c9b2296a408fb923ffb80a00ec5390e6a2edb + # tag: quay.io/eclipse/che-sidecar-go:1.10.7-c05dfb0 + - name: che-sidecar-go-1.12.9-652ad19 + image: quay.io/eclipse/che-sidecar-go@sha256:a7f28b36545814666cfe4b00785f3f5f119bfb6d5b45dc9ba04312b4b5e1692c + # tag: quay.io/eclipse/che-sidecar-go:1.12.9-652ad19 + - name: che-sidecar-go-1.14.4-afebf70 + image: quay.io/eclipse/che-sidecar-go@sha256:d660e0132ec47a09f0d6571e546e4010497dc66be8a99c09e700781ef111e78c + # tag: quay.io/eclipse/che-sidecar-go:1.14.4-afebf70 + - name: che-sidecar-java-11-f76ca45 + image: quay.io/eclipse/che-sidecar-java@sha256:54a5f721588455403d8c2a81d1fbc8fef2c6a32aead44f2fb3e24a8a1fddb9a2 + # tag: quay.io/eclipse/che-sidecar-java:11-f76ca45 + - name: che-sidecar-java-8-0cfbacb + image: quay.io/eclipse/che-sidecar-java@sha256:4fb35b4e112a05c82353ad0e1f5eb35d1ba204be475b72f3c753b0e26c9e668d + # tag: quay.io/eclipse/che-sidecar-java:8-0cfbacb + - name: che-sidecar-kubernetes-tooling-1.0.9-82c704e + image: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:55e83d7f8cbf6a044ca68a4beb95e1192ae71a6d27f24cec7e300588f127480f + # tag: quay.io/eclipse/che-sidecar-kubernetes-tooling:1.0.9-82c704e + - name: che-sidecar-kubernetes-tooling-1.1.0-31a8464 + image: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:3f551189a697cac40870696f39dd92195021bbb3279e2f26902234ab65a88f10 + # tag: quay.io/eclipse/che-sidecar-kubernetes-tooling:1.1.0-31a8464 + - name: che-sidecar-kubernetes-tooling-1.2.0-3ea57d5 + image: quay.io/eclipse/che-sidecar-kubernetes-tooling@sha256:882fca5fc7aad06a663a9c2b499e4f2de1cc991b48b0390b380e4ede1cb47f1f + # tag: quay.io/eclipse/che-sidecar-kubernetes-tooling:1.2.0-3ea57d5 + - name: che-sidecar-node-10-0cb5d78 + image: quay.io/eclipse/che-sidecar-node@sha256:0370b2c3d52d31c9fd52bff3edb84bd36bbcc2aff6224957d6dd94935843ee59 + # tag: quay.io/eclipse/che-sidecar-node:10-0cb5d78 + - name: che-sidecar-openshift-connector-0.1.0-5460589 + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:988ec660328d6eaa9c0cc0053905d801948e8800092e88a146f42b7ed1bb17b7 + # tag: quay.io/eclipse/che-sidecar-openshift-connector:0.1.0-5460589 + - name: che-sidecar-openshift-connector-0.1.1-9ab314d + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:d21ca244a5b0d94c09fcf5286e25f3db12bba0f0fab87d55c39ec0bc0350fbfa + # tag: quay.io/eclipse/che-sidecar-openshift-connector:0.1.1-9ab314d + - name: che-sidecar-openshift-connector-0.1.2-2601509 + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:8e4403ef1f7f74af3568abd60ccf1b959e2f43bef0001ba7a77ca5f8bc0d5a0e + # tag: quay.io/eclipse/che-sidecar-openshift-connector:0.1.2-2601509 + - name: che-sidecar-openshift-connector-0.1.5-70438d2 + image: quay.io/eclipse/che-sidecar-openshift-connector@sha256:036ac29e63d46763a55a61907cb85f17262f431866a22ac0076fbac12bbf6dbf + # tag: quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-70438d2 + - name: che-sidecar-php-7-5c5ecc5 + image: quay.io/eclipse/che-sidecar-php@sha256:e4f1db4b5bc641485f42a5e0534c37894042c5302acfb1fefcfdf6d659aa7925 + # tag: quay.io/eclipse/che-sidecar-php:7-5c5ecc5 + - name: che-sidecar-python-3.7.3-8f39348 + image: quay.io/eclipse/che-sidecar-python@sha256:9d910486a81d92ebdeaab4c2fc71546bee23ff7e3a986fdb9df4e458819cb958 + # tag: quay.io/eclipse/che-sidecar-python:3.7.3-8f39348 + - name: che-sidecar-scala-0.9.0-6a833ec + image: quay.io/eclipse/che-sidecar-scala@sha256:bdae1cc3e0886421f610adf38f4216a5f2184eccd731107f3bbd3c1f3444b69b + # tag: quay.io/eclipse/che-sidecar-scala:0.9.0-6a833ec + - name: che-sidecar-sonarlint-1.16.0-4af5039 + image: quay.io/eclipse/che-sidecar-sonarlint@sha256:6e887c710c0d755dc7ff400aa441bb8b599dd5097357d246aba1c1abfa1d7f19 + # tag: quay.io/eclipse/che-sidecar-sonarlint:1.16.0-4af5039 + - name: che-sidecar-vale-0.9.1-ad53ccf + image: quay.io/eclipse/che-sidecar-vale@sha256:654b3efbdb73b2242ce32d4a0d7da77ac561942c2a37906cff49029a9481b2cc + # tag: quay.io/eclipse/che-sidecar-vale:0.9.1-ad53ccf + - name: che-sidecar-workspace-data-sync-latest + image: quay.io/eclipse/che-sidecar-workspace-data-sync@sha256:88d0125837d5a57cb24bb3ed81e6a8f4119a5043b7926bd2bd01710854c44f10 + # tag: quay.io/eclipse/che-sidecar-workspace-data-sync:latest + - name: che-theia-endpoint-runtime-binary-7.10.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:f19ee03a6551a28001e8a84ae5b347efafe391a7d20743b9edccf37e7ca75935 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.10.0 + - name: che-theia-endpoint-runtime-binary-7.11.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8d01970a15d07f052e9411c1ba08066476e1b09a33f4b97aaf8cdde5f8bb5b73 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.11.0 + - name: che-theia-endpoint-runtime-binary-7.12.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0f965a8e0f036c30ac782dfcadb26d156e781aa07a98ca28c78be2ae7f88c08b + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.12.0 + - name: che-theia-endpoint-runtime-binary-7.12.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:5ee9a858457eb2c3b3b70d60442a789c9e8c8558ac877a8783fca1e06181a19f + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.12.1 + - name: che-theia-endpoint-runtime-binary-7.12.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:2a88730d449ca59038cfe75af7411e7c87e15921c9bd8ed0ad84e2331b8e6d9c + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.12.2 + - name: che-theia-endpoint-runtime-binary-7.13.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:4257f9a1a1bfe543f88e7144cdec4e34cc7a3f686f77e0b15bd1ef77c8adb66c + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.13.0 + - name: che-theia-endpoint-runtime-binary-7.13.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1f6a5ff82a76e4d7c64ed85e75879b12ad47c7fb521a750304ba7e10a85dd7fc + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.13.1 + - name: che-theia-endpoint-runtime-binary-7.13.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ad57d9bce0bdc2ae67cc48c386dded6988ddc03b94fd74e39b3a62dcd260c2b4 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.13.2 + - name: che-theia-endpoint-runtime-binary-7.14.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1ab93e5399a76804edbace42d83a8b2b49da1b4d531215bc3ff4481da2792268 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.14.1 + - name: che-theia-endpoint-runtime-binary-7.14.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:b7a790133b77b445b73d8e8c66e361e4d017a8f34314c85d1b6218f7f9412288 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.14.2 + - name: che-theia-endpoint-runtime-binary-7.14.3 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:8c2d8abda2dd84a4c7c7d9b72deb42f8f15a06021713e62dff31ee7e2e41f74e + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.14.3 + - name: che-theia-endpoint-runtime-binary-7.15.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:ec9d069625d64d9525d540cb3adce6f798374bbbbe0334c1fd71cefd2bd9fd58 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.15.0 + - name: che-theia-endpoint-runtime-binary-7.15.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:c6a099e808328cb8fe3dc707370017d724e39524b5ec74076a0fffdd5af149b0 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.15.1 + - name: che-theia-endpoint-runtime-binary-7.15.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:e8d491ff71c46e9e631212f6580d9a04d4b4fad4199f1da36bb64f9a40d2bdf6 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.15.2 + - name: che-theia-endpoint-runtime-binary-7.16.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:506fe604d3981bdc569ee04c852f6fc09f6e239ad62e5c2113cf11f4c286229f + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.16.0 + - name: che-theia-endpoint-runtime-binary-7.16.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.16.1 + - name: che-theia-endpoint-runtime-binary-7.16.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.16.2 + - name: che-theia-endpoint-runtime-binary-7.6.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.6.0 + - name: che-theia-endpoint-runtime-binary-7.7.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:0966a350a5a4981d65e4fb985c46f052e04f235bb4b460058637afb3541ec871 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.7.0 + - name: che-theia-endpoint-runtime-binary-7.7.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:21573a943a6f3ae39a226a7d268fd80f07b1acc95f9135fd1f250a46a041aebe + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.7.1 + - name: che-theia-endpoint-runtime-binary-7.8.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:85da304326dce10a92674df73fee0e0b169b9f9bcc76231a11dd1811df433847 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.8.0 + - name: che-theia-endpoint-runtime-binary-7.9.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:56eb0291fa0cd7eada24f60178053fba95454ca55047538d0252d782c27cb48d + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.9.0 + - name: che-theia-endpoint-runtime-binary-7.9.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:fea04c9027c56fd3f588ac0c981e5142a248829ad13983a13bcd1323f72706e8 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.9.1 + - name: che-theia-endpoint-runtime-binary-7.9.2 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:1dec8240be6fb3f60f45982a6cd2012c7ff7390b776111a618c4b8b724f9362e + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.9.2 + - name: che-theia-7.10.0 + image: quay.io/eclipse/che-theia@sha256:4b160fea82a3d1edea8daad206323ee46e958d2970adfa4e68a48b3c7122b8e8 + # tag: quay.io/eclipse/che-theia:7.10.0 + - name: che-theia-7.11.0 + image: quay.io/eclipse/che-theia@sha256:d0a7b5ed17656f3c76207dcede53165cf9eafd7d77f840165d5544bb8a502880 + # tag: quay.io/eclipse/che-theia:7.11.0 + - name: che-theia-7.12.0 + image: quay.io/eclipse/che-theia@sha256:127ef5d56e118fe2078e219ce98b7cf5ae10a27fe5e3bb017c697639910a03ee + # tag: quay.io/eclipse/che-theia:7.12.0 + - name: che-theia-7.12.1 + image: quay.io/eclipse/che-theia@sha256:a3d383d69cde1d0bd946ab103cfbfd8c8adfa73f09c4022faea2082e2de45efa + # tag: quay.io/eclipse/che-theia:7.12.1 + - name: che-theia-7.12.2 + image: quay.io/eclipse/che-theia@sha256:4d6fcf6f32e997af7ef7934ff558283d9e618ae15f68d039e644cbfaf0451172 + # tag: quay.io/eclipse/che-theia:7.12.2 + - name: che-theia-7.13.0 + image: quay.io/eclipse/che-theia@sha256:40335cec48c5a412b2acd631301e376435222b7157af24059208ccfb4e6f0609 + # tag: quay.io/eclipse/che-theia:7.13.0 + - name: che-theia-7.13.1 + image: quay.io/eclipse/che-theia@sha256:78f7703e4617ff199bd014fe1a045f75d12ba15bda6437a9243a74add042c653 + # tag: quay.io/eclipse/che-theia:7.13.1 + - name: che-theia-7.13.2 + image: quay.io/eclipse/che-theia@sha256:c51e924d1569303397fc7d121c3dc1b61b737ad82dab2f02fd05655fc1dc70a0 + # tag: quay.io/eclipse/che-theia:7.13.2 + - name: che-theia-7.14.1 + image: quay.io/eclipse/che-theia@sha256:27cc9f5fe813e564fdd023e1563ebd7d594855c31777781b02b8af006ccdce56 + # tag: quay.io/eclipse/che-theia:7.14.1 + - name: che-theia-7.14.2 + image: quay.io/eclipse/che-theia@sha256:668621d34e8d3e57da4589984a6cb7e2aadb378a9cd4c931513346782dfab5b7 + # tag: quay.io/eclipse/che-theia:7.14.2 + - name: che-theia-7.14.3 + image: quay.io/eclipse/che-theia@sha256:6a68c4453fde6c5a4c4414048776204211c1e81334065a24828f280a3752074c + # tag: quay.io/eclipse/che-theia:7.14.3 + - name: che-theia-7.15.0 + image: quay.io/eclipse/che-theia@sha256:e80f3127a2424d5ca71f0c87f6c232304288ce63a660dab0537ee75bac1b9944 + # tag: quay.io/eclipse/che-theia:7.15.0 + - name: che-theia-7.15.1 + image: quay.io/eclipse/che-theia@sha256:74d65d2d0accc3bb8c09ea2a0653c3b95c9e4602917252d6e1d5ef652102696f + # tag: quay.io/eclipse/che-theia:7.15.1 + - name: che-theia-7.15.2 + image: quay.io/eclipse/che-theia@sha256:f52414ef293498e14316de52c3d64e8b8537ef2b3044afd9ac9cf19489da7451 + # tag: quay.io/eclipse/che-theia:7.15.2 + - name: che-theia-7.16.0 + image: quay.io/eclipse/che-theia@sha256:920432d9cf33ec258531372cc4ac901e401a6620c87666e9da66628caea455b0 + # tag: quay.io/eclipse/che-theia:7.16.0 + - name: che-theia-7.16.1 + image: quay.io/eclipse/che-theia@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad + # tag: quay.io/eclipse/che-theia:7.16.1 + - name: che-theia-7.16.2 + image: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab + # tag: quay.io/eclipse/che-theia:7.16.2 + - name: che-theia-7.6.0 + image: quay.io/eclipse/che-theia@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + # tag: quay.io/eclipse/che-theia:7.6.0 + - name: che-theia-7.7.0 + image: quay.io/eclipse/che-theia@sha256:10606b9e0458610386e1226e98cb9e0d72ae70c25dc29765f36e58d3cd17d34b + # tag: quay.io/eclipse/che-theia:7.7.0 + - name: che-theia-7.7.1 + image: quay.io/eclipse/che-theia@sha256:cd4374f8ab298c90b515b916c9f3dda4d9bee6e01d9007ee1e52d1ed06b978ac + # tag: quay.io/eclipse/che-theia:7.7.1 + - name: che-theia-7.8.0 + image: quay.io/eclipse/che-theia@sha256:3f630acb301316223c226bf6515776bf191f1e4fefe02066c8b7d112bbdb8aa8 + # tag: quay.io/eclipse/che-theia:7.8.0 + - name: che-theia-7.9.0 + image: quay.io/eclipse/che-theia@sha256:e4ec90a4117a649c182b1e6923cb35ee4b53c02ef046746b61b79fc8060e6976 + # tag: quay.io/eclipse/che-theia:7.9.0 + - name: che-theia-7.9.1 + image: quay.io/eclipse/che-theia@sha256:dd4e017160c057842247f9db0c18a1ce6a509f1cc6684386eb7977f501d9706c + # tag: quay.io/eclipse/che-theia:7.9.1 + - name: che-theia-7.9.2 + image: quay.io/eclipse/che-theia@sha256:3c0d74755cbc35791cd4d8694968c97a447c0181d9349c42aebc880468a4723a + # tag: quay.io/eclipse/che-theia:7.9.2 + - name: mongodb-36-centos7- + image: docker.io/centos/mongodb-36-centos7@sha256:b98e92d398609cf92b3d02ae6ec48c0583d316fcafd6886719eaf6e10e23c592 + # tag: docker.io/centos/mongodb-36-centos7 + - name: mysql-57-centos7- + image: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 + # tag: docker.io/centos/mysql-57-centos7 + - name: che-cpp-rhel7-7.16.2 + image: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 + # tag: quay.io/eclipse/che-cpp-rhel7:7.16.2 + - name: che-dotnet-2.2-7.16.2 + image: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 + # tag: quay.io/eclipse/che-dotnet-2.2:7.16.2 + - name: che-dotnet-3.1-7.16.2 + image: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 + # tag: quay.io/eclipse/che-dotnet-3.1:7.16.2 + - name: che-golang-1.12-7.16.2 + image: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 + # tag: quay.io/eclipse/che-golang-1.12:7.16.2 + - name: che-java11-gradle-7.16.2 + image: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 + # tag: quay.io/eclipse/che-java11-gradle:7.16.2 + - name: che-java11-maven-7.16.2 + image: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e + # tag: quay.io/eclipse/che-java11-maven:7.16.2 + - name: che-java8-maven-7.16.2 + image: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 + # tag: quay.io/eclipse/che-java8-maven:7.16.2 + - name: che-nodejs10-community-7.16.2 + image: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee + # tag: quay.io/eclipse/che-nodejs10-community:7.16.2 + - name: che-nodejs10-ubi-7.16.2 + image: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 + # tag: quay.io/eclipse/che-nodejs10-ubi:7.16.2 + - name: che-nodejs8-centos-7.16.2 + image: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a + # tag: quay.io/eclipse/che-nodejs8-centos:7.16.2 + - name: che-php-7-7.16.2 + image: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e + # tag: quay.io/eclipse/che-php-7:7.16.2 + - name: che-python-3.7-7.16.2 + image: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 + # tag: quay.io/eclipse/che-python-3.7:7.16.2 + - name: che-quarkus-7.16.2 + image: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 + # tag: quay.io/eclipse/che-quarkus:7.16.2 + - name: che-rust-1.39-7.16.2 + image: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 + # tag: quay.io/eclipse/che-rust-1.39:7.16.2 + - name: ubi-minimal- + image: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + # tag: registry.access.redhat.com/ubi8/ubi-minimal diff --git a/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.v7.16.2.clusterserviceversion.yaml.diff b/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.v7.16.2.clusterserviceversion.yaml.diff new file mode 100644 index 000000000..41489ae89 --- /dev/null +++ b/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.16.2/eclipse-che-preview-openshift.v7.16.2.clusterserviceversion.yaml.diff @@ -0,0 +1,550 @@ +--- 7.16.1/eclipse-che-preview-openshift.v7.16.1.clusterserviceversion.yaml 2020-07-30 13:18:56.536984881 +0300 ++++ 7.16.2/eclipse-che-preview-openshift.v7.16.2.clusterserviceversion.yaml 2020-07-30 14:04:59.989745113 +0300 +@@ -22,14 +22,13 @@ + categories: Developer Tools, OpenShift Optional + certified: 'false' + containerImage: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a +- createdAt: '2020-07-28T12:47:07Z' ++ createdAt: '2020-07-30T10:43:15Z' + description: A Kube-native development solution that delivers portable and collaborative + developer workspaces in OpenShift. +- operatorframework.io/cluster-monitoring: 'true' + operatorframework.io/suggested-namespace: eclipse-che + repository: https://github.com/eclipse/che-operator + support: Eclipse Foundation +- name: eclipse-che-preview-openshift.v7.16.1 ++ name: eclipse-che-preview-openshift.v7.16.2 + namespace: placeholder + spec: + apiservicedefinitions: {} +@@ -97,26 +96,22 @@ + \nYou can start using Eclipse Che when the CR status is set to **Available**,\ + \ and you see a URL to Eclipse Che.\n\n## Defaults\n\nBy default, the operator\ + \ deploys Eclipse Che with:\n\n* Bundled PostgreSQL and Keycloak\n\n* Per-Workspace\ +- \ PVC strategy\n\n* Auto-generated passwords\n\n* HTTP mode (non-secure routes)\n\ +- \n* Regular login extended with OpenShift OAuth authentication\n\n## Installation\ ++ \ PVC strategy\n\n* Auto-generated passwords\n\n* TLS mode (secure routes)\n\n\ ++ * Regular login extended with OpenShift OAuth authentication\n\n## Installation\ + \ Options\n\nEclipse Che operator installation options include:\n\n* Connection\ + \ to external database and Keycloak\n\n* Configuration of default passwords and\ +- \ object names\n\n* TLS mode\n\n* PVC strategy (once shared PVC for all workspaces,\ +- \ PVC per workspace, or PVC per volume)\n\n* Authentication options\n\n### External\ +- \ Database and Keycloak\n\nTo instruct the operator to skip deploying PostgreSQL\ +- \ and Keycloak and connect to an existing DB and Keycloak instead:\n\n* set respective\ +- \ fields to `true` in a custom resource spec\n\n* provide the operator with connection\ ++ \ object names\n\n* PVC strategy (once shared PVC for all workspaces, PVC per\ ++ \ workspace, or PVC per volume)\n\n* Authentication options\n\n### External Database\ ++ \ and Keycloak\n\nTo instruct the operator to skip deploying PostgreSQL and Keycloak\ ++ \ and connect to an existing DB and Keycloak instead:\n\n* set respective fields\ ++ \ to `true` in a custom resource spec\n\n* provide the operator with connection\ + \ and authentication details:\n\n\n\n `externalDb: true`\n\n\n `chePostgresHostname:\ + \ 'yourPostgresHost'`\n\n\n `chePostgresPort: '5432'`\n\n\n `chePostgresUser:\ + \ 'myuser'`\n\n\n `chePostgresPassword: 'mypass'`\n\n\n `chePostgresDb: 'mydb'`\n\ + \n\n `externalIdentityProvider: true`\n\n\n `identityProviderURL: 'https://my-keycloak.com'`\n\ + \n\n `identityProviderRealm: 'myrealm'`\n\n\n `identityProviderClientId: 'myClient'`\n\ +- \n\n### TLS Mode\n\nTo activate TLS mode, set the respective field in the CR spec\ +- \ to `true` (in the `server` block):\n\n\n```\ntlsSupport: true\n```\n\n#### Self-signed\ +- \ Certificates\n\nTo use Eclipse Che with TLS enabled, but the OpenShift router\ +- \ does not use certificates signed by a public authority, you can use self-signed\ +- \ certificates, which the operator can fetch for you:\n\n\n```\nselfSignedCert:\ +- \ true\n```\n\n\nYou can also manually create a secret:\n\n\n\n```\noc create\ ++ \n\n#### Self-signed Certificates\n\nEclipse Che uses self-signed certificates\ ++ \ by default.\n\nYou can also manually create a secret:\n\n\n\n```\noc create\ + \ secret generic self-signed-certificate --from-file=/path/to/certificate/ca.crt\ + \ -n=$codeReadyNamespace\n```\n" + displayName: Eclipse Che +@@ -195,19 +190,19 @@ + - name: OPERATOR_NAME + value: che-operator + - name: CHE_VERSION +- value: 7.16.1 ++ value: 7.16.2 + - name: RELATED_IMAGE_che_server +- value: quay.io/eclipse/che-server@sha256:9c5002b2673a37ce163b28b0095d9080382cf29cbf496e75c0de956c1ad86766 ++ value: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c + - name: RELATED_IMAGE_plugin_registry +- value: quay.io/eclipse/che-plugin-registry@sha256:eb543df9add125447e933574ee086b0e58a60274200b23bbffb9577cca258fb4 ++ value: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 + - name: RELATED_IMAGE_devfile_registry +- value: quay.io/eclipse/che-devfile-registry@sha256:1af85026d88328a8273914636f2c7020ca76a97fa44dca23b697536abc8ce700 ++ value: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb + - name: RELATED_IMAGE_pvc_jobs +- value: registry.access.redhat.com/ubi8-minimal@sha256:ab6ac16b2ba297db67e036ae279f166834e8d4e881da2fcbbcfd05b44f34d415 ++ value: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + - name: RELATED_IMAGE_postgres + value: docker.io/centos/postgresql-96-centos7@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + - name: RELATED_IMAGE_keycloak +- value: quay.io/eclipse/che-keycloak@sha256:69b67042ec182aa4322f6dcbb944d4f3d52c02359af114ffa0401d5398110c81 ++ value: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 + - name: RELATED_IMAGE_che_workspace_plugin_broker_metadata + value: quay.io/eclipse/che-plugin-metadata-broker@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + - name: RELATED_IMAGE_che_workspace_plugin_broker_artifacts +@@ -326,6 +321,8 @@ + value: quay.io/eclipse/che-machine-exec@sha256:6c10be6622777471f0baacd0be488d9b57eb8ff9c5d3b107f9a0de9a5d3c19f8 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-machine-exec@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 ++ - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDELRQBI______ + value: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDGLRQBI______ +@@ -357,7 +354,7 @@ + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_G4XDSLRSBI______ + value: quay.io/eclipse/che-machine-exec@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + - name: RELATED_IMAGE_che_machine_exec_plugin_registry_image_NZUWO2DUNR4QU___ +- value: quay.io/eclipse/che-machine-exec@sha256:da48dc8b501142864f020559c0c43b5dc90c97a529195b7778cbc61985e3964e ++ value: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGAWTOMDGHFSDCNYK + value: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + - name: RELATED_IMAGE_che_sidecar_camelk_plugin_registry_image_GAXDALRRGAWWINJZHA4WENQK +@@ -454,6 +451,8 @@ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:506fe604d3981bdc569ee04c852f6fc09f6e239ad62e5c2113cf11f4c286229f + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 ++ - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDMLRQBI______ + value: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + - name: RELATED_IMAGE_che_theia_endpoint_runtime_binary_plugin_registry_image_G4XDOLRQBI______ +@@ -500,6 +499,8 @@ + value: quay.io/eclipse/che-theia@sha256:920432d9cf33ec258531372cc4ac901e401a6620c87666e9da66628caea455b0 + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNROGEFA____ + value: quay.io/eclipse/che-theia@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad ++ - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDMLRQBI______ + value: quay.io/eclipse/che-theia@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + - name: RELATED_IMAGE_che_theia_plugin_registry_image_G4XDOLRQBI______ +@@ -518,34 +519,34 @@ + value: docker.io/centos/mongodb-36-centos7@sha256:b98e92d398609cf92b3d02ae6ec48c0583d316fcafd6886719eaf6e10e23c592 + - name: RELATED_IMAGE_mysql_57_centos7_devfile_registry_image_BI______ + value: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 +- - name: RELATED_IMAGE_che_cpp_rhel7_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-cpp-rhel7@sha256:4d957225f64c35eca4541fcf43ead59e3c6749358141b654ef0a65d628db22ff +- - name: RELATED_IMAGE_che_dotnet_2_2_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-dotnet-2.2@sha256:743c8914bce3c45265c088ea51bf390949a21d4a2b9e009bb66be76c0090f3a5 +- - name: RELATED_IMAGE_che_dotnet_3_1_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-dotnet-3.1@sha256:2642aee0ff158a5f7e65a629ea52eae664a1a910ff36206dcb6d2f816d2c1def +- - name: RELATED_IMAGE_che_golang_1_12_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-golang-1.12@sha256:79ec1fa2f6bae4f30311d8c9dbe02f4bd8ff059974532e0e060c44eb1857062b +- - name: RELATED_IMAGE_che_java11_gradle_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-java11-gradle@sha256:04fe6644af707857d1d7c1bb32e13105aaa419cfc291fb7e3336073a5d560c1a +- - name: RELATED_IMAGE_che_java11_maven_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-java11-maven@sha256:78c49869926cdbe268a24e212b2ec37cbb6e8e433e1408b2243228487fb19d02 +- - name: RELATED_IMAGE_che_java8_maven_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-java8-maven@sha256:76a78f630fa3754781b934748ff5d6cb43279f03a2cf87a40e4af5102f0cfa94 +- - name: RELATED_IMAGE_che_nodejs10_community_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-nodejs10-community@sha256:7c2a37d9998c13979ba041ab788b6da6e1e7db02ddb13e89fb71c152be45c058 +- - name: RELATED_IMAGE_che_nodejs10_ubi_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-nodejs10-ubi@sha256:293a577e9efcc365ef5dcb2af7f4afbff1c787b54fe680727cb5dd65bf96c73e +- - name: RELATED_IMAGE_che_nodejs8_centos_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-nodejs8-centos@sha256:0610e366c8b1041a200c0d007cf0284fbbd97e1492a75d25b41ba1f845a05f82 +- - name: RELATED_IMAGE_che_php_7_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-php-7@sha256:ee47e79636ee363fac807e1cc5f52814dd7e347bf1d2d2b77899a745affa85b7 +- - name: RELATED_IMAGE_che_python_3_7_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-python-3.7@sha256:b2209d2a93fe42d935a155315aba09b74c3a20153aa87732730b9a7fd7d3379a +- - name: RELATED_IMAGE_che_quarkus_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-quarkus@sha256:2c80aea53e2487cd157fdd0c2e15628318340a45feeb6e0cedbce27ff707413d +- - name: RELATED_IMAGE_che_rust_1_39_devfile_registry_image_G4XDCNROGEFA____ +- value: quay.io/eclipse/che-rust-1.39@sha256:e48b1639df3665e16499668facd195fe53321df5eb2369c7237c1711d6965eb2 ++ - name: RELATED_IMAGE_che_cpp_rhel7_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 ++ - name: RELATED_IMAGE_che_dotnet_2_2_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 ++ - name: RELATED_IMAGE_che_dotnet_3_1_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 ++ - name: RELATED_IMAGE_che_golang_1_12_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 ++ - name: RELATED_IMAGE_che_java11_gradle_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 ++ - name: RELATED_IMAGE_che_java11_maven_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e ++ - name: RELATED_IMAGE_che_java8_maven_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 ++ - name: RELATED_IMAGE_che_nodejs10_community_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee ++ - name: RELATED_IMAGE_che_nodejs10_ubi_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 ++ - name: RELATED_IMAGE_che_nodejs8_centos_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a ++ - name: RELATED_IMAGE_che_php_7_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e ++ - name: RELATED_IMAGE_che_python_3_7_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 ++ - name: RELATED_IMAGE_che_quarkus_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 ++ - name: RELATED_IMAGE_che_rust_1_39_devfile_registry_image_G4XDCNROGIFA____ ++ value: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 + - name: RELATED_IMAGE_ubi_minimal_devfile_registry_image_BI______ + value: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + image: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a +@@ -662,12 +663,12 @@ + maturity: stable + provider: + name: Eclipse Foundation +- replaces: eclipse-che-preview-openshift.v7.16.0 +- version: 7.16.1 ++ replaces: eclipse-che-preview-openshift.v7.16.1 ++ version: 7.16.2 + relatedImages: +- - name: che-operator-7.16.1 ++ - name: che-operator-7.16.2 + image: quay.io/eclipse/che-operator@sha256:226e154d359d0b6fb54306a463a79fc4874fecb3f6b316cf25d24e2bddb0a62a +- # tag: quay.io/eclipse/che-operator:7.16.1 ++ # tag: quay.io/eclipse/che-operator:7.16.2 + - name: postgresql-96-centos7-9.6 + image: docker.io/centos/postgresql-96-centos7@sha256:f574a3f9048a68c9e1e7277009bc1123f81bdbffd1e15f875d84bbb30ff7d62a + # tag: centos/postgresql-96-centos7:9.6 +@@ -764,45 +765,45 @@ + - name: che-buildkit-base-@sha256:effa98dd2ced30b520b25afff1a880d121cf6b3f8ab42a5149eada46ba793ce9 + image: quay.io/eclipse/che-buildkit-base@sha256:effa98dd2ced30b520b25afff1a880d121cf6b3f8ab42a5149eada46ba793ce9 + # tag: quay.io/eclipse/che-buildkit-base@sha256:effa98dd2ced30b520b25afff1a880d121cf6b3f8ab42a5149eada46ba793ce9 +- - name: che-cpp-rhel7-@sha256:4d957225f64c35eca4541fcf43ead59e3c6749358141b654ef0a65d628db22ff +- image: quay.io/eclipse/che-cpp-rhel7@sha256:4d957225f64c35eca4541fcf43ead59e3c6749358141b654ef0a65d628db22ff +- # tag: quay.io/eclipse/che-cpp-rhel7@sha256:4d957225f64c35eca4541fcf43ead59e3c6749358141b654ef0a65d628db22ff +- - name: che-devfile-registry-7.16.1 +- image: quay.io/eclipse/che-devfile-registry@sha256:1af85026d88328a8273914636f2c7020ca76a97fa44dca23b697536abc8ce700 +- # tag: quay.io/eclipse/che-devfile-registry:7.16.1 +- - name: che-devfile-registry-@sha256:1af85026d88328a8273914636f2c7020ca76a97fa44dca23b697536abc8ce700 +- image: quay.io/eclipse/che-devfile-registry@sha256:1af85026d88328a8273914636f2c7020ca76a97fa44dca23b697536abc8ce700 +- # tag: quay.io/eclipse/che-devfile-registry@sha256:1af85026d88328a8273914636f2c7020ca76a97fa44dca23b697536abc8ce700 +- - name: che-dotnet-2.2-@sha256:743c8914bce3c45265c088ea51bf390949a21d4a2b9e009bb66be76c0090f3a5 +- image: quay.io/eclipse/che-dotnet-2.2@sha256:743c8914bce3c45265c088ea51bf390949a21d4a2b9e009bb66be76c0090f3a5 +- # tag: quay.io/eclipse/che-dotnet-2.2@sha256:743c8914bce3c45265c088ea51bf390949a21d4a2b9e009bb66be76c0090f3a5 +- - name: che-dotnet-3.1-@sha256:2642aee0ff158a5f7e65a629ea52eae664a1a910ff36206dcb6d2f816d2c1def +- image: quay.io/eclipse/che-dotnet-3.1@sha256:2642aee0ff158a5f7e65a629ea52eae664a1a910ff36206dcb6d2f816d2c1def +- # tag: quay.io/eclipse/che-dotnet-3.1@sha256:2642aee0ff158a5f7e65a629ea52eae664a1a910ff36206dcb6d2f816d2c1def +- - name: che-golang-1.12-@sha256:79ec1fa2f6bae4f30311d8c9dbe02f4bd8ff059974532e0e060c44eb1857062b +- image: quay.io/eclipse/che-golang-1.12@sha256:79ec1fa2f6bae4f30311d8c9dbe02f4bd8ff059974532e0e060c44eb1857062b +- # tag: quay.io/eclipse/che-golang-1.12@sha256:79ec1fa2f6bae4f30311d8c9dbe02f4bd8ff059974532e0e060c44eb1857062b +- - name: che-java11-gradle-@sha256:04fe6644af707857d1d7c1bb32e13105aaa419cfc291fb7e3336073a5d560c1a +- image: quay.io/eclipse/che-java11-gradle@sha256:04fe6644af707857d1d7c1bb32e13105aaa419cfc291fb7e3336073a5d560c1a +- # tag: quay.io/eclipse/che-java11-gradle@sha256:04fe6644af707857d1d7c1bb32e13105aaa419cfc291fb7e3336073a5d560c1a +- - name: che-java11-maven-@sha256:78c49869926cdbe268a24e212b2ec37cbb6e8e433e1408b2243228487fb19d02 +- image: quay.io/eclipse/che-java11-maven@sha256:78c49869926cdbe268a24e212b2ec37cbb6e8e433e1408b2243228487fb19d02 +- # tag: quay.io/eclipse/che-java11-maven@sha256:78c49869926cdbe268a24e212b2ec37cbb6e8e433e1408b2243228487fb19d02 +- - name: che-java8-maven-@sha256:76a78f630fa3754781b934748ff5d6cb43279f03a2cf87a40e4af5102f0cfa94 +- image: quay.io/eclipse/che-java8-maven@sha256:76a78f630fa3754781b934748ff5d6cb43279f03a2cf87a40e4af5102f0cfa94 +- # tag: quay.io/eclipse/che-java8-maven@sha256:76a78f630fa3754781b934748ff5d6cb43279f03a2cf87a40e4af5102f0cfa94 ++ - name: che-cpp-rhel7-@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 ++ image: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 ++ # tag: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 ++ - name: che-devfile-registry-7.16.2 ++ image: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb ++ # tag: quay.io/eclipse/che-devfile-registry:7.16.2 ++ - name: che-devfile-registry-@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb ++ image: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb ++ # tag: quay.io/eclipse/che-devfile-registry@sha256:e83fd82bc998fccee221a247883d1600a08d51519075a009c7ad63c51d99c6cb ++ - name: che-dotnet-2.2-@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 ++ image: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 ++ # tag: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 ++ - name: che-dotnet-3.1-@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 ++ image: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 ++ # tag: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 ++ - name: che-golang-1.12-@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 ++ image: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 ++ # tag: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 ++ - name: che-java11-gradle-@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 ++ image: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 ++ # tag: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 ++ - name: che-java11-maven-@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e ++ image: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e ++ # tag: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e ++ - name: che-java8-maven-@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 ++ image: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 ++ # tag: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 + - name: che-jwtproxy-fd94e60 + image: quay.io/eclipse/che-jwtproxy@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + # tag: quay.io/eclipse/che-jwtproxy:fd94e60 + - name: che-jwtproxy-@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + image: quay.io/eclipse/che-jwtproxy@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd + # tag: quay.io/eclipse/che-jwtproxy@sha256:eb2c1707be990a9928bc2cab08c2b5f421659c5d65240f73cde192bf6378cecd +- - name: che-keycloak-7.16.1 +- image: quay.io/eclipse/che-keycloak@sha256:69b67042ec182aa4322f6dcbb944d4f3d52c02359af114ffa0401d5398110c81 +- # tag: quay.io/eclipse/che-keycloak:7.16.1 +- - name: che-keycloak-@sha256:69b67042ec182aa4322f6dcbb944d4f3d52c02359af114ffa0401d5398110c81 +- image: quay.io/eclipse/che-keycloak@sha256:69b67042ec182aa4322f6dcbb944d4f3d52c02359af114ffa0401d5398110c81 +- # tag: quay.io/eclipse/che-keycloak@sha256:69b67042ec182aa4322f6dcbb944d4f3d52c02359af114ffa0401d5398110c81 ++ - name: che-keycloak-7.16.2 ++ image: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 ++ # tag: quay.io/eclipse/che-keycloak:7.16.2 ++ - name: che-keycloak-@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 ++ image: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 ++ # tag: quay.io/eclipse/che-keycloak@sha256:06b27f4caf32a560c5884f8a582df05ba7f0860042bd5c4737c4f7c11cd5f277 + - name: che-machine-exec-@sha256:11162cec7b9fe5340ceb38c697f9c2351d9122143359b0eeaf831a87680b7206 + image: quay.io/eclipse/che-machine-exec@sha256:11162cec7b9fe5340ceb38c697f9c2351d9122143359b0eeaf831a87680b7206 + # tag: quay.io/eclipse/che-machine-exec@sha256:11162cec7b9fe5340ceb38c697f9c2351d9122143359b0eeaf831a87680b7206 +@@ -878,6 +879,9 @@ + - name: che-machine-exec-@sha256:c0a3031dbec1d5827c830e0c8762d0e9051f36ab4fe4cc9c051dda0d6340bb6a + image: quay.io/eclipse/che-machine-exec@sha256:c0a3031dbec1d5827c830e0c8762d0e9051f36ab4fe4cc9c051dda0d6340bb6a + # tag: quay.io/eclipse/che-machine-exec@sha256:c0a3031dbec1d5827c830e0c8762d0e9051f36ab4fe4cc9c051dda0d6340bb6a ++ - name: che-machine-exec-@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 ++ image: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 ++ # tag: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 + - name: che-machine-exec-@sha256:c6d7ec0e480a8a419963810c2b06dc3ceb36314c3eabcbb2570ac3b4e2c2e063 + image: quay.io/eclipse/che-machine-exec@sha256:c6d7ec0e480a8a419963810c2b06dc3ceb36314c3eabcbb2570ac3b4e2c2e063 + # tag: quay.io/eclipse/che-machine-exec@sha256:c6d7ec0e480a8a419963810c2b06dc3ceb36314c3eabcbb2570ac3b4e2c2e063 +@@ -887,30 +891,30 @@ + - name: che-machine-exec-@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + image: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + # tag: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e +- - name: che-machine-exec-@sha256:da48dc8b501142864f020559c0c43b5dc90c97a529195b7778cbc61985e3964e +- image: quay.io/eclipse/che-machine-exec@sha256:da48dc8b501142864f020559c0c43b5dc90c97a529195b7778cbc61985e3964e +- # tag: quay.io/eclipse/che-machine-exec@sha256:da48dc8b501142864f020559c0c43b5dc90c97a529195b7778cbc61985e3964e + - name: che-machine-exec-@sha256:dd49bbb6289413e597d036061b3c1f13afe24a53bfb10ab5f1c944451c42ca2f + image: quay.io/eclipse/che-machine-exec@sha256:dd49bbb6289413e597d036061b3c1f13afe24a53bfb10ab5f1c944451c42ca2f + # tag: quay.io/eclipse/che-machine-exec@sha256:dd49bbb6289413e597d036061b3c1f13afe24a53bfb10ab5f1c944451c42ca2f ++ - name: che-machine-exec-@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 ++ image: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 ++ # tag: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + - name: che-machine-exec-@sha256:fa01588b491930527bbb2aed97d3fa8565b772bfea3eba9a683cb09d88adb4d5 + image: quay.io/eclipse/che-machine-exec@sha256:fa01588b491930527bbb2aed97d3fa8565b772bfea3eba9a683cb09d88adb4d5 + # tag: quay.io/eclipse/che-machine-exec@sha256:fa01588b491930527bbb2aed97d3fa8565b772bfea3eba9a683cb09d88adb4d5 + - name: che-machine-exec-@sha256:fbbdcf231866f1fffe9c835c332950352ad17dc166d2a541309a40019280e330 + image: quay.io/eclipse/che-machine-exec@sha256:fbbdcf231866f1fffe9c835c332950352ad17dc166d2a541309a40019280e330 + # tag: quay.io/eclipse/che-machine-exec@sha256:fbbdcf231866f1fffe9c835c332950352ad17dc166d2a541309a40019280e330 +- - name: che-nodejs10-community-@sha256:7c2a37d9998c13979ba041ab788b6da6e1e7db02ddb13e89fb71c152be45c058 +- image: quay.io/eclipse/che-nodejs10-community@sha256:7c2a37d9998c13979ba041ab788b6da6e1e7db02ddb13e89fb71c152be45c058 +- # tag: quay.io/eclipse/che-nodejs10-community@sha256:7c2a37d9998c13979ba041ab788b6da6e1e7db02ddb13e89fb71c152be45c058 +- - name: che-nodejs10-ubi-@sha256:293a577e9efcc365ef5dcb2af7f4afbff1c787b54fe680727cb5dd65bf96c73e +- image: quay.io/eclipse/che-nodejs10-ubi@sha256:293a577e9efcc365ef5dcb2af7f4afbff1c787b54fe680727cb5dd65bf96c73e +- # tag: quay.io/eclipse/che-nodejs10-ubi@sha256:293a577e9efcc365ef5dcb2af7f4afbff1c787b54fe680727cb5dd65bf96c73e +- - name: che-nodejs8-centos-@sha256:0610e366c8b1041a200c0d007cf0284fbbd97e1492a75d25b41ba1f845a05f82 +- image: quay.io/eclipse/che-nodejs8-centos@sha256:0610e366c8b1041a200c0d007cf0284fbbd97e1492a75d25b41ba1f845a05f82 +- # tag: quay.io/eclipse/che-nodejs8-centos@sha256:0610e366c8b1041a200c0d007cf0284fbbd97e1492a75d25b41ba1f845a05f82 +- - name: che-php-7-@sha256:ee47e79636ee363fac807e1cc5f52814dd7e347bf1d2d2b77899a745affa85b7 +- image: quay.io/eclipse/che-php-7@sha256:ee47e79636ee363fac807e1cc5f52814dd7e347bf1d2d2b77899a745affa85b7 +- # tag: quay.io/eclipse/che-php-7@sha256:ee47e79636ee363fac807e1cc5f52814dd7e347bf1d2d2b77899a745affa85b7 ++ - name: che-nodejs10-community-@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee ++ image: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee ++ # tag: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee ++ - name: che-nodejs10-ubi-@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 ++ image: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 ++ # tag: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 ++ - name: che-nodejs8-centos-@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a ++ image: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a ++ # tag: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a ++ - name: che-php-7-@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e ++ image: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e ++ # tag: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e + - name: che-plugin-artifacts-broker-@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 + image: quay.io/eclipse/che-plugin-artifacts-broker@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 + # tag: quay.io/eclipse/che-plugin-artifacts-broker@sha256:ff18c43697fcae7467abf081a0edef7406576a5e1ea8ed68f08c1d7060d250e6 +@@ -923,27 +927,27 @@ + - name: che-plugin-metadata-broker-v3.2.0 + image: quay.io/eclipse/che-plugin-metadata-broker@sha256:5dc11a7cb6bad79219644377f42e5f9fbcd5a75fec76662b9804e56789558cc6 + # tag: quay.io/eclipse/che-plugin-metadata-broker:v3.2.0 +- - name: che-plugin-registry-7.16.1 +- image: quay.io/eclipse/che-plugin-registry@sha256:eb543df9add125447e933574ee086b0e58a60274200b23bbffb9577cca258fb4 +- # tag: quay.io/eclipse/che-plugin-registry:7.16.1 +- - name: che-plugin-registry-@sha256:eb543df9add125447e933574ee086b0e58a60274200b23bbffb9577cca258fb4 +- image: quay.io/eclipse/che-plugin-registry@sha256:eb543df9add125447e933574ee086b0e58a60274200b23bbffb9577cca258fb4 +- # tag: quay.io/eclipse/che-plugin-registry@sha256:eb543df9add125447e933574ee086b0e58a60274200b23bbffb9577cca258fb4 +- - name: che-python-3.7-@sha256:b2209d2a93fe42d935a155315aba09b74c3a20153aa87732730b9a7fd7d3379a +- image: quay.io/eclipse/che-python-3.7@sha256:b2209d2a93fe42d935a155315aba09b74c3a20153aa87732730b9a7fd7d3379a +- # tag: quay.io/eclipse/che-python-3.7@sha256:b2209d2a93fe42d935a155315aba09b74c3a20153aa87732730b9a7fd7d3379a +- - name: che-quarkus-@sha256:2c80aea53e2487cd157fdd0c2e15628318340a45feeb6e0cedbce27ff707413d +- image: quay.io/eclipse/che-quarkus@sha256:2c80aea53e2487cd157fdd0c2e15628318340a45feeb6e0cedbce27ff707413d +- # tag: quay.io/eclipse/che-quarkus@sha256:2c80aea53e2487cd157fdd0c2e15628318340a45feeb6e0cedbce27ff707413d +- - name: che-rust-1.39-@sha256:e48b1639df3665e16499668facd195fe53321df5eb2369c7237c1711d6965eb2 +- image: quay.io/eclipse/che-rust-1.39@sha256:e48b1639df3665e16499668facd195fe53321df5eb2369c7237c1711d6965eb2 +- # tag: quay.io/eclipse/che-rust-1.39@sha256:e48b1639df3665e16499668facd195fe53321df5eb2369c7237c1711d6965eb2 +- - name: che-server-7.16.1 +- image: quay.io/eclipse/che-server@sha256:9c5002b2673a37ce163b28b0095d9080382cf29cbf496e75c0de956c1ad86766 +- # tag: quay.io/eclipse/che-server:7.16.1 +- - name: che-server-@sha256:9c5002b2673a37ce163b28b0095d9080382cf29cbf496e75c0de956c1ad86766 +- image: quay.io/eclipse/che-server@sha256:9c5002b2673a37ce163b28b0095d9080382cf29cbf496e75c0de956c1ad86766 +- # tag: quay.io/eclipse/che-server@sha256:9c5002b2673a37ce163b28b0095d9080382cf29cbf496e75c0de956c1ad86766 ++ - name: che-plugin-registry-7.16.2 ++ image: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 ++ # tag: quay.io/eclipse/che-plugin-registry:7.16.2 ++ - name: che-plugin-registry-@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 ++ image: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 ++ # tag: quay.io/eclipse/che-plugin-registry@sha256:ae28ad7a384a2d03a6ef1e06eafb35ee0c8f8216ecabbaf50e5d7a7fc693d8a2 ++ - name: che-python-3.7-@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 ++ image: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 ++ # tag: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 ++ - name: che-quarkus-@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 ++ image: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 ++ # tag: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 ++ - name: che-rust-1.39-@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 ++ image: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 ++ # tag: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 ++ - name: che-server-7.16.2 ++ image: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c ++ # tag: quay.io/eclipse/che-server:7.16.2 ++ - name: che-server-@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c ++ image: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c ++ # tag: quay.io/eclipse/che-server@sha256:646a5ec026f081fa8cebd64f0f7101465e8351fe5462504f2b895047d88ae77c + - name: che-sidecar-camelk-@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + image: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 + # tag: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 +@@ -1064,6 +1068,9 @@ + - name: che-theia-endpoint-runtime-binary-@sha256:2a88730d449ca59038cfe75af7411e7c87e15921c9bd8ed0ad84e2331b8e6d9c + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:2a88730d449ca59038cfe75af7411e7c87e15921c9bd8ed0ad84e2331b8e6d9c + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:2a88730d449ca59038cfe75af7411e7c87e15921c9bd8ed0ad84e2331b8e6d9c ++ - name: che-theia-endpoint-runtime-binary-@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 ++ image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 ++ # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 + - name: che-theia-endpoint-runtime-binary-@sha256:4257f9a1a1bfe543f88e7144cdec4e34cc7a3f686f77e0b15bd1ef77c8adb66c + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:4257f9a1a1bfe543f88e7144cdec4e34cc7a3f686f77e0b15bd1ef77c8adb66c + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:4257f9a1a1bfe543f88e7144cdec4e34cc7a3f686f77e0b15bd1ef77c8adb66c +@@ -1145,6 +1152,9 @@ + - name: che-theia-@sha256:6a68c4453fde6c5a4c4414048776204211c1e81334065a24828f280a3752074c + image: quay.io/eclipse/che-theia@sha256:6a68c4453fde6c5a4c4414048776204211c1e81334065a24828f280a3752074c + # tag: quay.io/eclipse/che-theia@sha256:6a68c4453fde6c5a4c4414048776204211c1e81334065a24828f280a3752074c ++ - name: che-theia-@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab ++ image: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab ++ # tag: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab + - name: che-theia-@sha256:74d65d2d0accc3bb8c09ea2a0653c3b95c9e4602917252d6e1d5ef652102696f + image: quay.io/eclipse/che-theia@sha256:74d65d2d0accc3bb8c09ea2a0653c3b95c9e4602917252d6e1d5ef652102696f + # tag: quay.io/eclipse/che-theia@sha256:74d65d2d0accc3bb8c09ea2a0653c3b95c9e4602917252d6e1d5ef652102696f +@@ -1181,12 +1191,12 @@ + - name: che-tls-secret-creator-@sha256:881d32131d31a88ce650d959c06d5f393533877d47077993b0740549eee4cfd5 + image: quay.io/eclipse/che-tls-secret-creator@sha256:881d32131d31a88ce650d959c06d5f393533877d47077993b0740549eee4cfd5 + # tag: quay.io/eclipse/che-tls-secret-creator@sha256:881d32131d31a88ce650d959c06d5f393533877d47077993b0740549eee4cfd5 +- - name: ubi8-minimal-8.2-301.1593113563 +- image: registry.access.redhat.com/ubi8-minimal@sha256:ab6ac16b2ba297db67e036ae279f166834e8d4e881da2fcbbcfd05b44f34d415 +- # tag: registry.access.redhat.com/ubi8-minimal:8.2-301.1593113563 +- - name: ubi8-minimal-@sha256:ab6ac16b2ba297db67e036ae279f166834e8d4e881da2fcbbcfd05b44f34d415 +- image: registry.access.redhat.com/ubi8-minimal@sha256:ab6ac16b2ba297db67e036ae279f166834e8d4e881da2fcbbcfd05b44f34d415 +- # tag: registry.access.redhat.com/ubi8-minimal@sha256:ab6ac16b2ba297db67e036ae279f166834e8d4e881da2fcbbcfd05b44f34d415 ++ - name: ubi8-minimal-8.2-345 ++ image: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 ++ # tag: registry.access.redhat.com/ubi8-minimal:8.2-345 ++ - name: ubi8-minimal-@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 ++ image: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 ++ # tag: registry.access.redhat.com/ubi8-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + - name: ubi-minimal-@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + image: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + # tag: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 +@@ -1331,6 +1341,9 @@ + - name: che-machine-exec-7.16.1 + image: quay.io/eclipse/che-machine-exec@sha256:403ae5c0b37eec6a19dc6f9f6acd4a9d4400b8392a0cf41c794bb254b7c88583 + # tag: quay.io/eclipse/che-machine-exec:7.16.1 ++ - name: che-machine-exec-7.16.2 ++ image: quay.io/eclipse/che-machine-exec@sha256:c37020496b61157f109260477d0aa6e27d9e7a33058a64c20c02626834707cc6 ++ # tag: quay.io/eclipse/che-machine-exec:7.16.2 + - name: che-machine-exec-7.2.0 + image: quay.io/eclipse/che-machine-exec@sha256:cd394973d092905aa447fc8bdfcf67991be0a490f75c3fc81ff5ad256362ab1e + # tag: quay.io/eclipse/che-machine-exec:7.2.0 +@@ -1377,7 +1390,7 @@ + image: quay.io/eclipse/che-machine-exec@sha256:24a1c4d51589ceeecacc898c3a6d2c7426df3f064ca2ffb543f83e775577e67c + # tag: quay.io/eclipse/che-machine-exec:7.9.2 + - name: che-machine-exec-nightly +- image: quay.io/eclipse/che-machine-exec@sha256:da48dc8b501142864f020559c0c43b5dc90c97a529195b7778cbc61985e3964e ++ image: quay.io/eclipse/che-machine-exec@sha256:e170d9875992dc2e947ba812100fe69e38afd6e7e83dc1e265c8c989f9693aa0 + # tag: quay.io/eclipse/che-machine-exec:nightly + - name: che-sidecar-camelk-0.0.10-70f9d17 + image: quay.io/eclipse/che-sidecar-camelk@sha256:244c2eea2a9bde83a8a5b67a645f60e344ae3a939a66d0d5d780ac6594e1a244 +@@ -1523,6 +1536,9 @@ + - name: che-theia-endpoint-runtime-binary-7.16.1 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:14c3debebf62ec92dbf2b1536e4823ea66a89886b0b57a7518670af72727c252 + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.16.1 ++ - name: che-theia-endpoint-runtime-binary-7.16.2 ++ image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:41c4fbb43648aa0aab62f4ca9b4d9a1debce35c13cc64225a04f9df83c6a2c20 ++ # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.16.2 + - name: che-theia-endpoint-runtime-binary-7.6.0 + image: quay.io/eclipse/che-theia-endpoint-runtime-binary@sha256:6ae6c578cd6c0554b94680b0447f7a68402d633b918d07acf2399e4ec9e0412b + # tag: quay.io/eclipse/che-theia-endpoint-runtime-binary:7.6.0 +@@ -1592,6 +1608,9 @@ + - name: che-theia-7.16.1 + image: quay.io/eclipse/che-theia@sha256:3bd166b798880eac658aade30daa92d79ac98261f268a019f33a112fa8717fad + # tag: quay.io/eclipse/che-theia:7.16.1 ++ - name: che-theia-7.16.2 ++ image: quay.io/eclipse/che-theia@sha256:73639e49c4e369fefa21c73bac3933d17c68fb0912da9b377bec6e239f575bab ++ # tag: quay.io/eclipse/che-theia:7.16.2 + - name: che-theia-7.6.0 + image: quay.io/eclipse/che-theia@sha256:17c3fb3829283259e961f728cba028fc2ee9adbf83f2603dfc95cf5ed4ab5f8a + # tag: quay.io/eclipse/che-theia:7.6.0 +@@ -1619,48 +1638,48 @@ + - name: mysql-57-centos7- + image: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764 + # tag: docker.io/centos/mysql-57-centos7 +- - name: che-cpp-rhel7-7.16.1 +- image: quay.io/eclipse/che-cpp-rhel7@sha256:4d957225f64c35eca4541fcf43ead59e3c6749358141b654ef0a65d628db22ff +- # tag: quay.io/eclipse/che-cpp-rhel7:7.16.1 +- - name: che-dotnet-2.2-7.16.1 +- image: quay.io/eclipse/che-dotnet-2.2@sha256:743c8914bce3c45265c088ea51bf390949a21d4a2b9e009bb66be76c0090f3a5 +- # tag: quay.io/eclipse/che-dotnet-2.2:7.16.1 +- - name: che-dotnet-3.1-7.16.1 +- image: quay.io/eclipse/che-dotnet-3.1@sha256:2642aee0ff158a5f7e65a629ea52eae664a1a910ff36206dcb6d2f816d2c1def +- # tag: quay.io/eclipse/che-dotnet-3.1:7.16.1 +- - name: che-golang-1.12-7.16.1 +- image: quay.io/eclipse/che-golang-1.12@sha256:79ec1fa2f6bae4f30311d8c9dbe02f4bd8ff059974532e0e060c44eb1857062b +- # tag: quay.io/eclipse/che-golang-1.12:7.16.1 +- - name: che-java11-gradle-7.16.1 +- image: quay.io/eclipse/che-java11-gradle@sha256:04fe6644af707857d1d7c1bb32e13105aaa419cfc291fb7e3336073a5d560c1a +- # tag: quay.io/eclipse/che-java11-gradle:7.16.1 +- - name: che-java11-maven-7.16.1 +- image: quay.io/eclipse/che-java11-maven@sha256:78c49869926cdbe268a24e212b2ec37cbb6e8e433e1408b2243228487fb19d02 +- # tag: quay.io/eclipse/che-java11-maven:7.16.1 +- - name: che-java8-maven-7.16.1 +- image: quay.io/eclipse/che-java8-maven@sha256:76a78f630fa3754781b934748ff5d6cb43279f03a2cf87a40e4af5102f0cfa94 +- # tag: quay.io/eclipse/che-java8-maven:7.16.1 +- - name: che-nodejs10-community-7.16.1 +- image: quay.io/eclipse/che-nodejs10-community@sha256:7c2a37d9998c13979ba041ab788b6da6e1e7db02ddb13e89fb71c152be45c058 +- # tag: quay.io/eclipse/che-nodejs10-community:7.16.1 +- - name: che-nodejs10-ubi-7.16.1 +- image: quay.io/eclipse/che-nodejs10-ubi@sha256:293a577e9efcc365ef5dcb2af7f4afbff1c787b54fe680727cb5dd65bf96c73e +- # tag: quay.io/eclipse/che-nodejs10-ubi:7.16.1 +- - name: che-nodejs8-centos-7.16.1 +- image: quay.io/eclipse/che-nodejs8-centos@sha256:0610e366c8b1041a200c0d007cf0284fbbd97e1492a75d25b41ba1f845a05f82 +- # tag: quay.io/eclipse/che-nodejs8-centos:7.16.1 +- - name: che-php-7-7.16.1 +- image: quay.io/eclipse/che-php-7@sha256:ee47e79636ee363fac807e1cc5f52814dd7e347bf1d2d2b77899a745affa85b7 +- # tag: quay.io/eclipse/che-php-7:7.16.1 +- - name: che-python-3.7-7.16.1 +- image: quay.io/eclipse/che-python-3.7@sha256:b2209d2a93fe42d935a155315aba09b74c3a20153aa87732730b9a7fd7d3379a +- # tag: quay.io/eclipse/che-python-3.7:7.16.1 +- - name: che-quarkus-7.16.1 +- image: quay.io/eclipse/che-quarkus@sha256:2c80aea53e2487cd157fdd0c2e15628318340a45feeb6e0cedbce27ff707413d +- # tag: quay.io/eclipse/che-quarkus:7.16.1 +- - name: che-rust-1.39-7.16.1 +- image: quay.io/eclipse/che-rust-1.39@sha256:e48b1639df3665e16499668facd195fe53321df5eb2369c7237c1711d6965eb2 +- # tag: quay.io/eclipse/che-rust-1.39:7.16.1 ++ - name: che-cpp-rhel7-7.16.2 ++ image: quay.io/eclipse/che-cpp-rhel7@sha256:eb5d191a2bd7abf7ff5967dae7b8dc898599a2b1e13305ec3155f5fa34738b02 ++ # tag: quay.io/eclipse/che-cpp-rhel7:7.16.2 ++ - name: che-dotnet-2.2-7.16.2 ++ image: quay.io/eclipse/che-dotnet-2.2@sha256:a91fd0f8f58b021d9204d49d8fe0ac6f88626656851f6dedd33a977be13e3c21 ++ # tag: quay.io/eclipse/che-dotnet-2.2:7.16.2 ++ - name: che-dotnet-3.1-7.16.2 ++ image: quay.io/eclipse/che-dotnet-3.1@sha256:dd2e629326257959967f79d913a2125018c77e6e14e2d2dd478068583f5778f6 ++ # tag: quay.io/eclipse/che-dotnet-3.1:7.16.2 ++ - name: che-golang-1.12-7.16.2 ++ image: quay.io/eclipse/che-golang-1.12@sha256:5cd4e479c240d335e1e728096342c27820bc1206ecd68fbd14cb02ef47e3b0a7 ++ # tag: quay.io/eclipse/che-golang-1.12:7.16.2 ++ - name: che-java11-gradle-7.16.2 ++ image: quay.io/eclipse/che-java11-gradle@sha256:fe55704275415fa990a86935cb9f17feeea7b6883b2d303170b4d3b098313210 ++ # tag: quay.io/eclipse/che-java11-gradle:7.16.2 ++ - name: che-java11-maven-7.16.2 ++ image: quay.io/eclipse/che-java11-maven@sha256:ebf4e5b4e4607e2bb51f81ffa95b148fd05209af5d21003e0fb6fe74c6dc1a9e ++ # tag: quay.io/eclipse/che-java11-maven:7.16.2 ++ - name: che-java8-maven-7.16.2 ++ image: quay.io/eclipse/che-java8-maven@sha256:d7f5c51c69ff9f15259d55d8cb7642e023ee79130ed7aa66d2e9675a24ae7895 ++ # tag: quay.io/eclipse/che-java8-maven:7.16.2 ++ - name: che-nodejs10-community-7.16.2 ++ image: quay.io/eclipse/che-nodejs10-community@sha256:ad62c2c377a81ebff25acf2109df988b189d64e4a0b07890022b6897e1d62fee ++ # tag: quay.io/eclipse/che-nodejs10-community:7.16.2 ++ - name: che-nodejs10-ubi-7.16.2 ++ image: quay.io/eclipse/che-nodejs10-ubi@sha256:bce016b52d646763f942fadd596d9504aa4fa67194f5a7058c7ce40ba7b997e7 ++ # tag: quay.io/eclipse/che-nodejs10-ubi:7.16.2 ++ - name: che-nodejs8-centos-7.16.2 ++ image: quay.io/eclipse/che-nodejs8-centos@sha256:7a3916d92ea8787738b67a9ffa014d72c7a1eccc4626e14623fdb5267083143a ++ # tag: quay.io/eclipse/che-nodejs8-centos:7.16.2 ++ - name: che-php-7-7.16.2 ++ image: quay.io/eclipse/che-php-7@sha256:8eaee4046e0e44aef98f7f9a32323e5a1d7be33cbd0dcae4280290ae93fb472e ++ # tag: quay.io/eclipse/che-php-7:7.16.2 ++ - name: che-python-3.7-7.16.2 ++ image: quay.io/eclipse/che-python-3.7@sha256:65fcf19813a56ade5f51a81de46af9c5210db8a4691241b95e90d4510bcdd3c1 ++ # tag: quay.io/eclipse/che-python-3.7:7.16.2 ++ - name: che-quarkus-7.16.2 ++ image: quay.io/eclipse/che-quarkus@sha256:8696fda7f10d7dcaa7879269707125b22232689845c4f5bc5bb470f8421cc5a4 ++ # tag: quay.io/eclipse/che-quarkus:7.16.2 ++ - name: che-rust-1.39-7.16.2 ++ image: quay.io/eclipse/che-rust-1.39@sha256:c52aaafa33af54804cb0cb6368adff1fbf49d01df41d604216a01b9021bbbd91 ++ # tag: quay.io/eclipse/che-rust-1.39:7.16.2 + - name: ubi-minimal- + image: registry.access.redhat.com/ubi8/ubi-minimal@sha256:372622021a90893d9e25c298e045c804388c7666f3e756cd48f75d20172d9e55 + # tag: registry.access.redhat.com/ubi8/ubi-minimal diff --git a/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/eclipse-che-preview-openshift.package.yaml b/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/eclipse-che-preview-openshift.package.yaml index 6246c9276..0adf19f93 100644 --- a/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/eclipse-che-preview-openshift.package.yaml +++ b/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/eclipse-che-preview-openshift.package.yaml @@ -1,7 +1,7 @@ channels: - currentCSV: eclipse-che-preview-openshift.v9.9.9-nightly.1595010735 name: nightly -- currentCSV: eclipse-che-preview-openshift.v7.16.1 +- currentCSV: eclipse-che-preview-openshift.v7.16.2 name: stable defaultChannel: stable packageName: eclipse-che-preview-openshift