Skip to content

Commit

Permalink
Update python tooling image (#93)
Browse files Browse the repository at this point in the history
* Update python tooling image

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Sep 12, 2019
1 parent a608827 commit 1c5a660
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions arbitrary-users-patch/base_images
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
che-python-3.6 centos/python-36-centos7:1
che-python-3.7 python:3.7.4-slim
che-php-7 eclipse/php:7.1-che7
che-golang-1.10 golang:1.10.7-stretch
che-golang-1.12 golang:1.12-stretch
Expand Down
4 changes: 2 additions & 2 deletions devfiles/python-django/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
-
type: dockerimage
alias: python
image: quay.io/eclipse/che-python-3.6:nightly
image: quay.io/eclipse/che-python-3.7:nightly
memoryLimit: 512Mi
endpoints:
- name: 'django'
Expand All @@ -29,7 +29,7 @@ commands:
-
type: exec
component: python
command: pip install -r requirements.txt && pip install ptvsd
command: pip install --user -r requirements.txt && pip install --user ptvsd
workdir: ${CHE_PROJECTS_ROOT}/django-realworld-example-app
-
name: migrate
Expand Down
4 changes: 2 additions & 2 deletions devfiles/python-django/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
displayName: Django
description: Stack with Python 3.6 and Django
displayName: Python Django
description: Python Stack with Python 3.7 and Django application
tags: ["Centos", "Python", "pip"]
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
globalMemoryLimit: 1686Mi
2 changes: 1 addition & 1 deletion devfiles/python/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ components:
-
type: dockerimage
alias: python
image: quay.io/eclipse/che-python-3.6:nightly
image: quay.io/eclipse/che-python-3.7:nightly
memoryLimit: 512Mi
mountSources: true
commands:
Expand Down
2 changes: 1 addition & 1 deletion devfiles/python/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
displayName: Python
description: Stack with Python 3.6
description: Python Stack with Python 3.7
tags: ["Centos", "Python", "pip"]
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
globalMemoryLimit: 1686Mi

0 comments on commit 1c5a660

Please sign in to comment.