Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Use python:3.7.4-slim as a base image for python #427

Merged
merged 1 commit into from
Sep 11, 2019
Merged

Conversation

tolusha
Copy link
Contributor

@tolusha tolusha commented Sep 4, 2019

Signed-off-by: Anatoliy Bazko abazko@redhat.com

What does this PR do?

It uses Debian based image because Microsoft Python Language Server doesn't start at Alpine based.

What issues does this PR fix or reference?

eclipse-che/che#14074

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
@tolusha tolusha added the kind/enhancement New feature or request label Sep 4, 2019
@tolusha tolusha self-assigned this Sep 4, 2019
@che-bot
Copy link
Contributor

che-bot commented Sep 4, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:

@l0rd
Copy link
Contributor

l0rd commented Sep 4, 2019

@tolusha in the context of this PR it would be nice if you could update the python stack tooling image and it's description.

@tsmaeder tsmaeder mentioned this pull request Sep 4, 2019
41 tasks
@tolusha
Copy link
Contributor Author

tolusha commented Sep 5, 2019

@l0rd
I've updated the python tooling image
eclipse-che/che-devfile-registry#93
but it isn't clear regarding its description. It is still python 3.6 stack.

@tolusha
Copy link
Contributor Author

tolusha commented Sep 9, 2019

@benoitf @l0rd @amisevsk
Could some one validate the PR ?

@tolusha tolusha merged commit 972c342 into master Sep 11, 2019
@tolusha tolusha deleted the ab/python branch September 11, 2019 07:01
dmytro-ndp pushed a commit that referenced this pull request Sep 11, 2019
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
vinokurig pushed a commit that referenced this pull request Apr 6, 2021
* Validate meta.yaml versions to be strings, not numbers

Do not allow plugin versions to be specifid in a way that parses as a
number. Supporting number alongside string can complicate
deserialization implementations, as it's not obvious when a value could
be parsed as a number. Examples:
- 3.2.1 is a string, but 3.2 requires quotes to parse as a string
- Git commit hashes typically contain letters (parse as string) but
occasionally will be exclusively digits (parse as number).

Signed-off-by: Angel Misevski <amisevsk@redhat.com>

* Fix how plugin IDs are computed during the build

Fix an issue where computing plugin ids fails if they are strings
enclosed in quotation marks

Signed-off-by: Angel Misevski <amisevsk@redhat.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants