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
When the AWS_ECR_LOGIN environment variable is set to false in a pipeline running in a stack that has the ECR plugin generally enabled, ECR logins are not disabled in that pipeline.
This environment variable is documented to work as I expect:
You can disable this in individual pipelines by setting AWS_ECR_LOGIN=false.
Steps To Reproduce
Steps to reproduce the behavior:
Set up a stack where the ECR plugin is generally enabled.
Create a pipeline containing the environment variable AWS_ECR_LOGIN set to false.
Run the pipeline.
Expected behavior
I expect no ECR login attempts in pipelines where AWS_ECR_LOGIN is false even if the plugin is generally enabled in the stack.
Actual behaviour
The pipeline steps still log in to ECR, and do not appear to respect AWS_ECR_LOGIN.
Stack parameters
AWS Region: us-west-2
Version: 6.34.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When the
AWS_ECR_LOGIN
environment variable is set tofalse
in a pipeline running in a stack that has the ECR plugin generally enabled, ECR logins are not disabled in that pipeline.This environment variable is documented to work as I expect:
Steps To Reproduce
Steps to reproduce the behavior:
AWS_ECR_LOGIN
set tofalse
.Expected behavior
I expect no ECR login attempts in pipelines where
AWS_ECR_LOGIN
isfalse
even if the plugin is generally enabled in the stack.Actual behaviour
The pipeline steps still log in to ECR, and do not appear to respect
AWS_ECR_LOGIN
.Stack parameters
The text was updated successfully, but these errors were encountered: