You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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
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 usesam 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.The text was updated successfully, but these errors were encountered: