Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Conversation

@ChiliJohnson
Copy link
Contributor

These changes allow arbitrary arguments to be passed to the docker build step and docker run step in the dockerized pip install case through through the creation of 2 new options: dockerBuildCmdExtraArgs and dockerRunCmdExtraArgs, respectively.

Both new options accept arrays of strings to be pushed onto the docker command argument arrays.

This is necessary to be able to pass Docker build arguments to the image build step, as well as to be able to attach volumes which may be referenced by the use of a file://-style entry in requirements.txt.

@dschep dschep merged commit f39e166 into serverless:master May 24, 2019
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.

2 participants