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

[Announcement] SAM CLI no longer supporting Build Images on Docker Hub #5938

Open
mndeveci opened this issue Sep 15, 2023 · 0 comments
Open

Comments

@mndeveci
Copy link
Contributor

The SAM CLI sam build command helps our customers build and manage serverless applications that may consist of various AWS Lambda supported runtimes. When your functions require a build environment to match your execution environment, you can use the --use-container option to access build images created and managed by AWS.

Historically, these build images have been published to Docker Hub. Starting with SAM CLI v1.22.0 (released on April 6, 2021), these build images have also been published to Amazon Elastic Container Registry (Amazon ECR).

Does this affect me?

If you are using SAM CLI v1.21.0 or earlier and use sam build --use-container, this change affects you.

When will Docker Hub support go away?

Starting December 1, 2023, SAM CLI will no longer publish build images to Docker Hub. This includes the following images:

What must I do?

Upgrade to the latest version of the SAM CLI. For instructions, see Installing the AWS SAM CLI. Then, when you use sam build --use-container, the SAM CLI will automatically retrieve your build image from Amazon ECR.

@mndeveci mndeveci added stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. and removed stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Sep 15, 2023
@mndeveci mndeveci pinned this issue Sep 15, 2023
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

No branches or pull requests

1 participant