Add AWS ECR error message for tag Immutability (#3045)
This commit is contained in:
parent
8a8323a37d
commit
8148159c30
|
|
@ -67,6 +67,8 @@ var (
|
||||||
errTagImmutable = []string{
|
errTagImmutable = []string{
|
||||||
// https://cloud.google.com/artifact-registry/docs/docker/troubleshoot#push
|
// https://cloud.google.com/artifact-registry/docs/docker/troubleshoot#push
|
||||||
"The repository has enabled tag immutability",
|
"The repository has enabled tag immutability",
|
||||||
|
// https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html
|
||||||
|
"cannot be overwritten because the repository is immutable",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue