Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configuration setting to specify docker image #65

Merged
merged 1 commit into from
Mar 29, 2020
Merged

Add configuration setting to specify docker image #65

merged 1 commit into from
Mar 29, 2020

Conversation

dbottisti
Copy link

What did you implement:

Added the ability to specify the docker image name with the custom.rust.dockerImage variable. If not provided, the previous default of softprops/lambda-rust is used.

Closes: #42

How did you verify your change:

  • Verified that specifying the dockerTag and dockerImage in serverless.yml file causes docker to pull the correct image
  • Verified the absence of the above tags causes docker to pull the default image

What (if anything) would need to be called out in the CHANGELOG for the next release:

@softprops softprops merged commit 1a228bb into softprops:master Mar 29, 2020
@dbottisti dbottisti deleted the config-docker-image branch March 29, 2020 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using nightly Rust
3 participants