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
returnnil, fmt.Errorf("container '%s' appears in more than one registry; container names must be unique across a set of registry credentials", container)
231
+
returnnil, fmt.Errorf("container '%s' appears in more than one registry; container names must be unique across given registry credentials", container)
223
232
}
224
233
namedContainers[container] =true
225
234
}
226
235
}
236
+
iflen(credentialEntry.ContainerNames) ==0 {
237
+
log.Warnf("No container names given for registry '%s'; output cannot be incorporated into a task definition when running 'compose' command", registryName)
returnnil, fmt.Errorf("region of 'secret_manager_arn'(%s) and 'kms_key_id'(%s) for registry %s do not match; secret and encryption key must be in same region", secretRegion, keyRegion, registryName)
256
+
returnnil, fmt.Errorf("region of 'secrets_manager_arn'(%s) and 'kms_key_id'(%s) for registry %s do not match; secret and encryption key must be in same region", secretRegion, keyRegion, registryName)
0 commit comments