Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python tooling image #93

Merged
merged 5 commits into from
Sep 12, 2019
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion arbitrary-users-patch/base_images
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
che-python-3.6 centos/python-36-centos7:1
che-python-3.7 python:3.7.4-slim
tolusha marked this conversation as resolved.
Show resolved Hide resolved
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
2 changes: 1 addition & 1 deletion devfiles/python-django/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/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