-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Description
Currently we use the currently use this Dockerfile for testing. However we really should have our own Dockerfile with our own dependencies here in python-docs-samples.
Here are the steps that need to be taken to do this:
- Create a dockerfile based on python:3.6 here in the repo with the dependencies necessary for our tests (maybe in root or
.kokoro?) - Create a Kokoro continuous job that checks if the Dockerfile has changed, and if so pushes a new version of the container
- Update our tests to use this image instead of the current
python-multi.
Metadata
Metadata
Assignees
Labels
help wantedWe'd love to have community involvement on this issue.We'd love to have community involvement on this issue.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.