Skip to content

Commit edc91ee

Browse files
committed
Updated readme to specify repository:tag requirement for Docker images
1 parent 141b73f commit edc91ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The plugin configurations are simple:
126126
| globalRequirements | A list of paths to files containing service-level pip requirements. | Yes |
127127
| globalIncludes | A list of paths to folders containing service-level code files (i.e. code common to all functions). Only the folders contents will be packaged, not the folder itself. Paths to files are not currently supported. | Yes |
128128
| useDocker | Boolean indicating whether to package pip dependencies using Docker. Set this to true if your project uses platform-specific compiled libraries like numpy. Requires a Docker installation. | Yes. Defaults to `false` |
129-
| dockerImage | The Docker image to use to compile functions if `useDocker` is set to `true`. If the image doesn't exist on the system, it will be downloaded. The initial download may take some time. | Yes. Defaults to `lambci/lambda:build-${provider.runtime}` |
129+
| dockerImage | The Docker image to use to compile functions if `useDocker` is set to `true`. Must be specified as `repository:tag`. If the image doesn't exist on the system, it will be downloaded. The initial download may take some time. | Yes. Defaults to `lambci/lambda:build-${provider.runtime}` |
130130
| containerName | The desired name for the Docker container. | Yes. Defaults to `serverless-package-python-functions` |
131131

132132
At the function level, you:

0 commit comments

Comments
 (0)