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 AWS CLI. Once enabled, ECR automatically handles layer sharing when you push images.
Blob mounting is available in all AWS commercial and AWS GovCloud (US) Regions. To learn more about blob mounting, please visit our documentation.
Categories: marketing:marchitecture/containers,general:products/aws-govcloud-us,general:products/amazon-ecr
Source: Amazon Web Services
Latest Posts
- MC1422074: Microsoft 365 Copilot Adds Admin Control for OpenAI-Operated Models Including GPT-5.6

- Amazon Redshift Serverless now preserves zero-ETL and Amazon S3 event integrations during snapshot restores

- AWS Partner Central introduces Partner Lead Prospecting

- Amazon Managed Service for Apache Flink now offers AI Agent Skills to simplify building and operating Flink applications





Cross-repository layer sharing in ECR feels like a big win for teams running lots of microservices off the same base images. Blob mounting not only cuts down on duplicated storage, but it should also noticeably speed up CI/CD pipelines where images are pushed frequently. I’m curious how this will impact cleanup strategies and lifecycle policies when layers are shared across multiple repos.