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

Added python images for grpcio 1.12.1 #64

Closed
wants to merge 4 commits into from

Conversation

orthros
Copy link
Contributor

@orthros orthros commented Sep 28, 2018

No description provided.


ENV GRPC_PYTHON_VERSION 1.12.1
RUN python -m pip install --upgrade pip
RUN pip install grpcio==${GRPC_PYTHON_VERSION} grpcio-tools==${GRPC_PYTHON_VERSION} grpcio-reflection==${GRPC_PYTHON_VERSION} grpcio-health-checking==${GRPC_PYTHON_VERSION}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consider separating these into separate lines for readability.

@ahmetb
Copy link

ahmetb commented Sep 30, 2018

1.13/python already exists. IMO there's not a lot of point of releasing a previous release. I recommend making this v1.14 or better, v1.15.

@orthros
Copy link
Contributor Author

orthros commented Oct 1, 2018

I chose this as we have existing dependencies on gRPC 1.12.1 across various python codebases.

I'll open additional PRs for those versions if the team is comfortable in adding new versions!

@mehrdada mehrdada removed their assignment Jul 30, 2020
@orthros orthros closed this Dec 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants