Skip to content

Conversation

kddejong
Copy link
Contributor

Issue #, if available:
#192

Description of changes:

  • Update the docker images used to leverage public ECR and Amazon published images https://gallery.ecr.aws/lambda/python
  • Currently used images don't look to be maintained and can result in rate limiting from docker hub

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -438,6 +438,7 @@ def test__docker_build_good_path(plugin, tmp_path):
auto_remove=True,
volumes={str(tmp_path): {"bind": "/project", "mode": "rw"}},
stream=True,
entrypoint="",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These images come with an entrypoint. This just removes that entrypoint

@ericzbeard ericzbeard self-requested a review October 13, 2022 15:40
@cmgorton cmgorton self-requested a review October 13, 2022 15:41
@ericzbeard ericzbeard merged commit 5255e9d into aws-cloudformation:master Oct 13, 2022
kddejong added a commit to kddejong/cloudformation-cli-python-plugin that referenced this pull request Oct 13, 2022
kddejong added a commit to kddejong/cloudformation-cli-python-plugin that referenced this pull request Oct 13, 2022
@kddejong kddejong deleted the fix/ecr/lambdaimage branch October 19, 2022 15:05
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.

3 participants