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

Change tags on digests #232

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion devfiles/angular/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ components:
-
type: dockerimage
alias: nodejs
image: quay.io/eclipse/che-nodejs10-community:nightly
# image: quay.io/eclipse/che-nodejs10-community:nightly
image: quay.io/eclipse/che-nodejs10-community@sha256:67e8f270c1cadb1cee0052554145aceefbafe67a127115ed9e5573b0f6e4f4f4
memoryLimit: 1Gi
endpoints:
- name: 'angular'
Expand Down
3 changes: 2 additions & 1 deletion devfiles/apache-camel-springboot/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ components:
-
type: dockerimage
alias: maven
image: quay.io/eclipse/che-java8-maven:nightly
# image: quay.io/eclipse/che-java8-maven:nightly
image: quay.io/eclipse/che-java8-maven@sha256:db4d64f593e810b29f539aa2bfd9c3ebdce740cf76a8dbb3604c013622a875e3
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
3 changes: 2 additions & 1 deletion devfiles/cpp/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ components:
-
type: dockerimage
alias: cpp-dev
image: quay.io/eclipse/che-cpp-rhel7:nightly
# image: quay.io/eclipse/che-cpp-rhel7:nightly
image: quay.io/eclipse/che-cpp-rhel7@sha256:8e91b8568e8cecf71fe9ceb2ea3474fbb262b4b2e91b0b2e20433a56400b1b4f
memoryLimit: 512Mi
mountSources: true
commands:
Expand Down
3 changes: 2 additions & 1 deletion devfiles/dotnet-asp.net/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ components:
-
type: dockerimage
alias: dotnet
image: quay.io/eclipse/che-dotnet-2.2:nightly
# image: quay.io/eclipse/che-dotnet-2.2:nightly
image: quay.io/eclipse/che-dotnet-2.2@sha256:5d1bb1680dfc318b9de7d5a1422e03ce03c3a9ee2403cc5a329556dfcd179198
env:
- name: HOME
value: /home/user
Expand Down
3 changes: 2 additions & 1 deletion devfiles/dotnet/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ components:
-
type: dockerimage
alias: dotnet
image: quay.io/eclipse/che-dotnet-2.2:nightly
# image: quay.io/eclipse/che-dotnet-2.2:nightly
image: quay.io/eclipse/che-dotnet-2.2@sha256:5d1bb1680dfc318b9de7d5a1422e03ce03c3a9ee2403cc5a329556dfcd179198
memoryLimit: 512Mi
endpoints:
- name: '5000/tcp'
Expand Down
3 changes: 2 additions & 1 deletion devfiles/go/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ components:
-
type: dockerimage
# this version is used in the plugin
image: quay.io/eclipse/che-golang-1.12:nightly
# image: quay.io/eclipse/che-golang-1.12:nightly
image: quay.io/eclipse/che-golang-1.12@sha256:1bd40c1deee049146115d6330b4e1b93fae2560eb4217ee58c379af3da64b26e
alias: go-cli
env:
- name: GOPATH
Expand Down
3 changes: 2 additions & 1 deletion devfiles/java-gradle/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ components:
-
type: dockerimage
alias: gradle
image: quay.io/eclipse/che-java11-gradle:nightly
# image: quay.io/eclipse/che-java11-gradle:nightly
image: quay.io/eclipse/che-java11-gradle@sha256:225be0e9258327da95fe19069e7317c6823162fd017e4145d6c4f97d1f667e55
env:
- name: GRADLE_USER_HOME
value: /home/gradle/.gradle
Expand Down
3 changes: 2 additions & 1 deletion devfiles/java-maven/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ components:
-
type: dockerimage
alias: maven
image: quay.io/eclipse/che-java11-maven:nightly
# image: quay.io/eclipse/che-java11-maven:nightly
image: quay.io/eclipse/che-java11-maven@sha256:71252cf6fbb337f9cf1e65121f25d478a5cedc0ea126d5b47104dd7b10f2b2f7
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
6 changes: 4 additions & 2 deletions devfiles/java-mongo/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ components:
-
type: dockerimage
alias: maven
image: quay.io/eclipse/che-java8-maven:nightly
# image: quay.io/eclipse/che-java8-maven:nightly
image: quay.io/eclipse/che-java8-maven@sha256:db4d64f593e810b29f539aa2bfd9c3ebdce740cf76a8dbb3604c013622a875e3
env:
- name: MAVEN_CONFIG
value: ""
Expand Down Expand Up @@ -46,7 +47,8 @@ components:
-
type: dockerimage
alias: mongo
image: docker.io/centos/mongodb-34-centos7
# image: docker.io/centos/mongodb-34-centos7
image: docker.io/centos/mongodb-34-centos7@sha256:66e6020cee55e65c5e906a3b559fdd3110ee534e5035a07ceada07a6c564313a
env:
- name: MONGODB_USER
value: user
Expand Down
3 changes: 2 additions & 1 deletion devfiles/java-web-spring/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ components:
-
type: dockerimage
alias: tools
image: quay.io/eclipse/che-java8-maven:nightly
# image: quay.io/eclipse/che-java8-maven:nightly
image: quay.io/eclipse/che-java8-maven@sha256:db4d64f593e810b29f539aa2bfd9c3ebdce740cf76a8dbb3604c013622a875e3
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
3 changes: 2 additions & 1 deletion devfiles/java-web-vertx/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ components:
-
type: dockerimage
alias: maven
image: quay.io/eclipse/che-java8-maven:nightly
# image: quay.io/eclipse/che-java8-maven:nightly
image: quay.io/eclipse/che-java8-maven@sha256:db4d64f593e810b29f539aa2bfd9c3ebdce740cf76a8dbb3604c013622a875e3
env:
- name: MAVEN_CONFIG
value: ""
Expand Down
6 changes: 4 additions & 2 deletions devfiles/nodejs-mongo/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ components:
-
type: dockerimage
alias: nodejs
image: quay.io/eclipse/che-nodejs10-ubi:nightly
# image: quay.io/eclipse/che-nodejs10-ubi:nightly
image: quay.io/eclipse/che-nodejs10-ubi@sha256:a5dc23dff5f551bbcd931f3a75285e6aa7aa582147d8fad79314c4373ed452f4
env:
# The values below are used to set up the environment for running the application
- name: SECRET
Expand All @@ -31,7 +32,8 @@ components:
-
type: dockerimage
alias: mongo
image: docker.io/centos/mongodb-34-centos7
# image: docker.io/centos/mongodb-34-centos7
image: docker.io/centos/mongodb-34-centos7@sha256:66e6020cee55e65c5e906a3b559fdd3110ee534e5035a07ceada07a6c564313a
memoryLimit: 512Mi
env:
- name: MONGODB_USER
Expand Down
3 changes: 2 additions & 1 deletion devfiles/nodejs-react/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ 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:nightly
# image: quay.io/eclipse/che-nodejs8-centos:nightly
image: quay.io/eclipse/che-nodejs8-centos@sha256:f4000320f6fa20ab06100c11ee2ae08d50d150d385015e40d0bb82cfdc5292de
memoryLimit: 512Mi
endpoints:
- name: 'nodejs'
Expand Down
3 changes: 2 additions & 1 deletion devfiles/nodejs-yarn/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ components:
-
type: dockerimage
alias: nodejs
image: quay.io/eclipse/che-nodejs10-community:nightly
# image: quay.io/eclipse/che-nodejs10-community:nightly
image: quay.io/eclipse/che-nodejs10-community@sha256:67e8f270c1cadb1cee0052554145aceefbafe67a127115ed9e5573b0f6e4f4f4
memoryLimit: 1Gi
endpoints:
- name: 'nodejs'
Expand Down
3 changes: 2 additions & 1 deletion devfiles/nodejs/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ components:
-
type: dockerimage
alias: nodejs
image: quay.io/eclipse/che-nodejs10-ubi:nightly
# image: quay.io/eclipse/che-nodejs10-ubi:nightly
image: quay.io/eclipse/che-nodejs10-ubi@sha256:a5dc23dff5f551bbcd931f3a75285e6aa7aa582147d8fad79314c4373ed452f4
memoryLimit: 512Mi
endpoints:
- name: 'nodejs'
Expand Down
6 changes: 4 additions & 2 deletions devfiles/php-laravel/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ components:
-
type: dockerimage
alias: php
image: quay.io/eclipse/che-php-7:nightly
# image: quay.io/eclipse/che-php-7:nightly
image: quay.io/eclipse/che-php-7@sha256:ecc6db4593ec56e481c30272ec13d7a59842adc1ca8aed035ca1768eafd60fc2
memoryLimit: 512Mi
endpoints:
- name: '8000/tcp'
Expand All @@ -32,7 +33,8 @@ components:
-
type: dockerimage
alias: mysql
image: docker.io/centos/mysql-57-centos7
# image: docker.io/centos/mysql-57-centos7
image: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764
env:
- name: MYSQL_USER
value: homestead
Expand Down
6 changes: 4 additions & 2 deletions devfiles/php-mysql/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ components:
-
type: dockerimage
alias: php
image: quay.io/eclipse/che-php-7:nightly
# image: quay.io/eclipse/che-php-7:nightly
image: quay.io/eclipse/che-php-7@sha256:ecc6db4593ec56e481c30272ec13d7a59842adc1ca8aed035ca1768eafd60fc2
memoryLimit: 512Mi
endpoints:
- name: '8080/tcp'
Expand All @@ -32,7 +33,8 @@ components:
-
type: dockerimage
alias: mysql
image: docker.io/centos/mysql-57-centos7
# image: docker.io/centos/mysql-57-centos7
image: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764
env:
- name: MYSQL_USER
value: user
Expand Down
6 changes: 4 additions & 2 deletions devfiles/php-symfony/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ components:
-
type: dockerimage
alias: php
image: quay.io/eclipse/che-php-7:nightly
# image: quay.io/eclipse/che-php-7:nightly
image: quay.io/eclipse/che-php-7@sha256:ecc6db4593ec56e481c30272ec13d7a59842adc1ca8aed035ca1768eafd60fc2
memoryLimit: 512Mi
endpoints:
- name: '8000/tcp'
Expand All @@ -34,7 +35,8 @@ components:
-
type: dockerimage
alias: mysql
image: docker.io/centos/mysql-57-centos7
# image: docker.io/centos/mysql-57-centos7
image: docker.io/centos/mysql-57-centos7@sha256:e08ee4d43b7356607685b69bde6335e27cf20c020f345b6c6c59400183882764
env:
- name: MYSQL_USER
value: db_user
Expand Down
3 changes: 2 additions & 1 deletion devfiles/php-web-simple/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ components:
-
type: dockerimage
alias: php
image: quay.io/eclipse/che-php-7:nightly
# image: quay.io/eclipse/che-php-7:nightly
image: quay.io/eclipse/che-php-7@sha256:ecc6db4593ec56e481c30272ec13d7a59842adc1ca8aed035ca1768eafd60fc2
memoryLimit: 512Mi
mountSources: true
endpoints:
Expand Down
3 changes: 2 additions & 1 deletion devfiles/python-django/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ components:
-
type: dockerimage
alias: python
image: quay.io/eclipse/che-python-3.7:nightly
# image: quay.io/eclipse/che-python-3.7:nightly
image: quay.io/eclipse/che-python-3.7@sha256:95aaa3480e51c9765bd0ef8ee154d8030430ada0acdfd729d23ea849459e482a
memoryLimit: 512Mi
endpoints:
- name: 'django'
Expand Down
3 changes: 2 additions & 1 deletion devfiles/python/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ components:
-
type: dockerimage
alias: python
image: quay.io/eclipse/che-python-3.7:nightly
# image: quay.io/eclipse/che-python-3.7:nightly
image: quay.io/eclipse/che-python-3.7@sha256:95aaa3480e51c9765bd0ef8ee154d8030430ada0acdfd729d23ea849459e482a
memoryLimit: 512Mi
mountSources: true
commands:
Expand Down
3 changes: 2 additions & 1 deletion devfiles/quarkus/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ components:
-
type: dockerimage
alias: maven
image: quay.io/eclipse/che-quarkus:nightly
# image: quay.io/eclipse/che-quarkus:nightly
image: quay.io/eclipse/che-quarkus@sha256:1b882e2d6e9833ddb0884e938cca53769499cf61105ebd3fdd91d44cecb2b248
env:
- name: JAVA_OPTS
value: "-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10
Expand Down
3 changes: 2 additions & 1 deletion devfiles/rust/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ components:
memoryLimit: 512Mi
type: dockerimage
alias: rust
image: quay.io/eclipse/che-rust-1.39:nightly
# image: quay.io/eclipse/che-rust-1.39:nightly
image: quay.io/eclipse/che-rust-1.39@sha256:5cc2840a913d63ef8de0fc49490ec0280eafc83a6042b3172e79c999a352174e
commands:
- name: build
actions:
Expand Down