Add python3 and python3-pip to the docker image#23190
Merged
Conversation
Member
|
Re "Get a Docker Hub account. Build and push the image.", the README isn't clear if you've never used Docker Hub before. The tag should be of the form And I just realized that I had created an organization on Docker Hub before but never used it, so let me give it a try. |
stephenmcgruer
added a commit
that referenced
this pull request
Apr 22, 2020
This incorporates the change in #23190, as well as switching to the new dockerhub organization.
Hexcles
reviewed
Apr 23, 2020
Member
Hexcles
left a comment
There was a problem hiding this comment.
Perhaps also add a reminder to update .taskcluster.yml.
Hexcles
approved these changes
Apr 23, 2020
Hexcles
added a commit
that referenced
this pull request
Apr 23, 2020
This is a follow-up to #23190. I forgot that tools/ci/tc/tasks/test.yml existed, so we really only updated the image of the decision task. Drive-by: * Update README to document this. * Remove python3-pip from `install` as it's now included in the image.
Hexcles
added a commit
that referenced
this pull request
Apr 23, 2020
This is a follow-up to #23190. I forgot that tools/ci/tc/tasks/test.yml existed, so we really only updated the image of the decision task. Drive-by: * Update README to document this. * Remove python3-pip from `install` as it's now included in the image.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These dependencies are required to run the CI system under Python 3, including making
distutilsavailable.See #23182 (comment)