Skip to main content

Amazon ECR now supports cross-repository layer sharing to optimize storage and improve push performance

Posted on: Jan 21, 2026

Amazon Elastic Container Registry (ECR) now enables you to share common image layers across repositories within a registry through a capability called blob mounting. This feature is especially valuable if you manage multiple microservices or applications built from common base images. With blob mounting, you can achieve faster image pushes by reusing existing layers instead of re-uploading identical content, and reduce storage costs by storing common layers once and referencing them across repositories.

Getting started is simple, enable the registry-level setting through the ECR console or Amazon CLI. Once enabled, ECR automatically handles layer sharing when you push images.

Blob mounting is available in the Amazon Web Services China (Beijing) Region, operated by Sinnet, and the Amazon Web Services China (Ningxia) Region, operated by NWCD.. To learn more about blob mounting, please visit our documentation