Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
chore(digests): bump devfiles to new sidecar tags (#481)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
che-bot authored Oct 7, 2021
1 parent ce0526f commit f4c5539
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion devfiles/apache-camel-springboot/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ components:
-
type: dockerimage
alias: maven
image: quay.io/eclipse/che-java8-maven:next
image: quay.io/eclipse/che-java8-maven:ce0526f
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
2 changes: 1 addition & 1 deletion devfiles/cpp/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components:
alias: cpp-plugin
- type: dockerimage
alias: cpp-dev
image: quay.io/eclipse/che-cpp-rhel7:next
image: quay.io/eclipse/che-cpp-rhel7:ce0526f
memoryLimit: 512Mi
mountSources: true
commands:
Expand Down
2 changes: 1 addition & 1 deletion devfiles/dotnet-asp.net/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
-
type: dockerimage
alias: dotnet
image: quay.io/eclipse/che-dotnet-2.2:next
image: quay.io/eclipse/che-dotnet-2.2:ce0526f
env:
- name: HOME
value: /home/user
Expand Down
2 changes: 1 addition & 1 deletion devfiles/dotnet/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ components:
-
type: dockerimage
alias: dotnet
image: quay.io/eclipse/che-dotnet-3.1:next
image: quay.io/eclipse/che-dotnet-3.1:ce0526f
memoryLimit: 512Mi
endpoints:
- name: '5000-tcp'
Expand Down
2 changes: 1 addition & 1 deletion devfiles/go/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components:
-
type: dockerimage
# this version is used in the plugin
image: quay.io/eclipse/che-golang-1.14:next
image: quay.io/eclipse/che-golang-1.14:ce0526f
alias: go-cli
env:
- name: GOPATH
Expand Down
2 changes: 1 addition & 1 deletion devfiles/java-gradle/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
-
type: dockerimage
alias: gradle
image: quay.io/eclipse/che-java11-gradle:next
image: quay.io/eclipse/che-java11-gradle:ce0526f
env:
- name: GRADLE_USER_HOME
value: /home/gradle/.gradle
Expand Down
2 changes: 1 addition & 1 deletion devfiles/java-lombok/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ components:

- type: dockerimage
alias: maven
image: quay.io/eclipse/che-java11-maven:next
image: quay.io/eclipse/che-java11-maven:ce0526f
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
2 changes: 1 addition & 1 deletion devfiles/java-maven/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
-
type: dockerimage
alias: maven
image: quay.io/eclipse/che-java11-maven:next
image: quay.io/eclipse/che-java11-maven:ce0526f
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
2 changes: 1 addition & 1 deletion devfiles/java-mongo/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components:
-
type: dockerimage
alias: maven
image: quay.io/eclipse/che-java8-maven:next
image: quay.io/eclipse/che-java8-maven:ce0526f
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
2 changes: 1 addition & 1 deletion devfiles/java-mysql/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
-
type: dockerimage
alias: tools
image: quay.io/eclipse/che-java8-maven:next
image: quay.io/eclipse/che-java8-maven:ce0526f
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
2 changes: 1 addition & 1 deletion devfiles/java-web-spring/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
-
type: dockerimage
alias: tools
image: quay.io/eclipse/che-java11-maven:next
image: quay.io/eclipse/che-java11-maven:ce0526f
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
2 changes: 1 addition & 1 deletion devfiles/java-web-vertx/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components:
-
type: dockerimage
alias: maven
image: quay.io/eclipse/che-java8-maven:next
image: quay.io/eclipse/che-java8-maven:ce0526f
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
2 changes: 1 addition & 1 deletion devfiles/nodejs-angular/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components:
-
type: dockerimage
alias: nodejs
image: quay.io/eclipse/che-nodejs10-community:next
image: quay.io/eclipse/che-nodejs10-community:ce0526f
memoryLimit: 2Gi
endpoints:
- name: 'angular'
Expand Down
2 changes: 1 addition & 1 deletion devfiles/nodejs-mongo/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ components:
-
type: dockerimage
alias: nodejs
image: quay.io/eclipse/che-nodejs10-ubi:next
image: quay.io/eclipse/che-nodejs10-ubi:ce0526f
env:
# The values below are used to set up the environment for running the application
- name: SECRET
Expand Down
2 changes: 1 addition & 1 deletion devfiles/nodejs-react/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ components:
alias: nodejs
# system limit for number of file watchers reached with
# image: registry.access.redhat.com/ubi8/nodejs-10
image: quay.io/eclipse/che-nodejs8-centos:next
image: quay.io/eclipse/che-nodejs8-centos:ce0526f
memoryLimit: 512Mi
endpoints:
- name: 'nodejs'
Expand Down
2 changes: 1 addition & 1 deletion devfiles/nodejs-yarn/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components:
-
type: dockerimage
alias: nodejs
image: quay.io/eclipse/che-nodejs12-community:next
image: quay.io/eclipse/che-nodejs12-community:ce0526f
memoryLimit: 1500Mi
endpoints:
- name: 'nodejs'
Expand Down
2 changes: 1 addition & 1 deletion devfiles/nodejs/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ components:
-
type: dockerimage
alias: nodejs
image: quay.io/eclipse/che-nodejs10-ubi:next
image: quay.io/eclipse/che-nodejs10-ubi:ce0526f
memoryLimit: 512Mi
endpoints:
- name: 'nodejs'
Expand Down
2 changes: 1 addition & 1 deletion devfiles/php-laravel/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
-
type: dockerimage
alias: php
image: quay.io/eclipse/che-php-7:next
image: quay.io/eclipse/che-php-7:ce0526f
memoryLimit: 512Mi
endpoints:
- name: '8000-tcp'
Expand Down
2 changes: 1 addition & 1 deletion devfiles/php-mysql/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
-
type: dockerimage
alias: php
image: quay.io/eclipse/che-php-7:next
image: quay.io/eclipse/che-php-7:ce0526f
memoryLimit: 512Mi
endpoints:
- name: '8080-tcp'
Expand Down
2 changes: 1 addition & 1 deletion devfiles/php-symfony/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ components:
-
type: dockerimage
alias: php
image: quay.io/eclipse/che-php-7:next
image: quay.io/eclipse/che-php-7:ce0526f
memoryLimit: 512Mi
endpoints:
- name: '8000-tcp'
Expand Down
2 changes: 1 addition & 1 deletion devfiles/php-web-simple/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
-
type: dockerimage
alias: php
image: quay.io/eclipse/che-php-7:next
image: quay.io/eclipse/che-php-7:ce0526f
memoryLimit: 512Mi
mountSources: true
endpoints:
Expand Down
2 changes: 1 addition & 1 deletion devfiles/python-django/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components:
-
type: dockerimage
alias: python
image: quay.io/eclipse/che-python-3.8:next
image: quay.io/eclipse/che-python-3.8:ce0526f
memoryLimit: 512Mi
endpoints:
- name: 'django'
Expand Down
2 changes: 1 addition & 1 deletion devfiles/python/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ components:
-
type: dockerimage
alias: python
image: quay.io/eclipse/che-python-3.8:next
image: quay.io/eclipse/che-python-3.8:ce0526f
memoryLimit: 512Mi
mountSources: true
volumes:
Expand Down
2 changes: 1 addition & 1 deletion devfiles/quarkus-command-mode/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ components:
-
type: dockerimage
alias: centos-quarkus-maven
image: quay.io/eclipse/che-quarkus:next
image: quay.io/eclipse/che-quarkus:ce0526f
env:
- name: JAVA_OPTS
value: "-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10
Expand Down
2 changes: 1 addition & 1 deletion devfiles/quarkus/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ components:
-
type: dockerimage
alias: centos-quarkus-maven
image: quay.io/eclipse/che-quarkus:next
image: quay.io/eclipse/che-quarkus:ce0526f
env:
- name: JAVA_OPTS
value: "-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10
Expand Down
2 changes: 1 addition & 1 deletion devfiles/rust/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ components:
memoryLimit: 512Mi
type: dockerimage
alias: rust
image: quay.io/eclipse/che-rust-1.39:next
image: quay.io/eclipse/che-rust-1.39:ce0526f
- type: chePlugin
id: rust-lang/rust/latest
commands:
Expand Down
2 changes: 1 addition & 1 deletion devfiles/scala-sbt/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
-
type: dockerimage
alias: sbt
image: quay.io/eclipse/che-java11-maven:next
image: quay.io/eclipse/che-java11-maven:ce0526f
env:
- name: SBT_OPTS
value: "-J-XX:MaxRAMPercentage=80 -J-XX:+UseParallelGC -J-XX:MinHeapFreeRatio=10
Expand Down

0 comments on commit f4c5539

Please sign in to comment.