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
This user can then proceed to login to the registry using one of the [authentication methods](https://docs.aws.amazon.com/AmazonECR/latest/public/public-registries.html#public-registry-auth).
76
76
77
+
### Image tag immutability
78
+
79
+
You can set tag immutability on images in our repository using the `imageTagMutability` construct prop.
* The tag mutability setting for the repository. If this parameter is omitted, the default setting of MUTABLE will be used which will allow image tags to be overwritten.
360
+
*
361
+
* @default TagMutability.MUTABLE
362
+
*/
363
+
readonlyimageTagMutability?: TagMutability;
357
364
}
358
365
359
366
exportinterfaceRepositoryAttributes{
@@ -452,6 +459,7 @@ export class Repository extends RepositoryBase {
thrownewError(`Action '${action}' is invalid. An action string consists of a service namespace, a colon, and the name of an action. Action names can include wildcards.`);
0 commit comments