Listing Thumbnail

    Docker Registry - Private Container Registry - AMI by cloudimg

     Info
    Sold by: cloudimg 
    Deployed on AWS
    Free Trial
    AWS Free Tier
    This product has charges associated with it for seller support. Docker Registry, the reference private container image registry built on the CNCF Distribution project, preinstalled and running under systemd within minutes of launch. Stores and distributes OCI and Docker images over an authenticated HTTPS endpoint. Secure by default with a per-instance admin credential generated on first boot, TLS enabled, and no anonymous access, so it is never an open push target. Image blobs are stored on a dedicated, resizable data volume. Includes 24/7 cloudimg support.

    Overview

    Open image

    This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

    Docker Registry is the reference open source container image registry, built on the CNCF Distribution project that Docker Hub and most private registries are built on. It is a stateless, highly scalable server-side application that stores and distributes OCI and Docker container images. This image delivers it fully installed and running under systemd, so a working private registry endpoint is serving over HTTPS within minutes of launch, with no manual setup required to start pushing and pulling images.

    Unlike a bare deployment, this image is configured to be secure by default and is deliberately not an open push or pull target. The registry process itself binds to loopback only and is never exposed to the network; an nginx front end terminates TLS on port 443 and enforces HTTP Basic authentication on the registry API. There is no default password baked into the image: a unique admin credential is generated on this instance's first boot, stored as a bcrypt htpasswd entry and in a root-only credentials file, and never shipped inside the image. Anonymous requests to the registry API receive HTTP 401 and carry no images, so only the per-instance credential can push or pull. A self-signed TLS certificate covering the instance's public IP is regenerated on first boot, and the operating system ships fully patched with unattended security updates enabled.

    Image blobs are written to a dedicated, independently resizable data volume mounted separately from the operating system disk, so pushed images survive and scale independently of the root volume, and the storage backend can later be switched to an object store such as Amazon S3 for larger deployments. Use this registry to host private application images for your CI/CD pipelines, to keep a controlled internal cache of base and release images, to run an air-gapped or on-network registry close to your workloads, or to mirror and distribute images across a private fleet. The current release available is version 3.1.1.

    This is a repackaged open source software product with additional charges for cloudimg support services. The CNCF Distribution registry is distributed under the Apache License 2.0. cloudimg is not affiliated with or endorsed by Docker, Inc. or the Cloud Native Computing Foundation. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

    Highlights

    • Reference private container image registry built on the CNCF Distribution project, preinstalled and serving OCI and Docker images over an authenticated HTTPS endpoint under systemd within minutes of launch
    • Secure by default and never an open push target - the registry binds to loopback only behind an nginx TLS front end, a unique admin credential is generated on first boot and never baked into the image, and anonymous push and pull are rejected with HTTP 401
    • Image blobs stored on a dedicated, independently resizable data volume separate from the OS disk, a fully patched OS with unattended security updates, and 24/7 cloudimg support, ready to switch to object storage for scale

    Details

    Sold by

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 7 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    Docker Registry - Private Container Registry - AMI by cloudimg

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (800)

     Info
    • ...
    Dimension
    Description
    Cost/hour
    m5.large
    Recommended
    m5.large
    $0.08
    t3.micro
    t3.micro instance type
    $0.04
    t2.micro
    t2.micro instance type
    $0.04
    c6in.8xlarge
    c6in.8xlarge instance type
    $0.24
    t2.2xlarge
    t2.2xlarge instance type
    $0.24
    g7.48xlarge
    g7.48xlarge instance type
    $0.24
    m6a.8xlarge
    m6a.8xlarge instance type
    $0.24
    m6in.24xlarge
    m6in.24xlarge instance type
    $0.24
    m8idb.4xlarge
    m8idb.4xlarge instance type
    $0.24
    c8ib.24xlarge
    c8ib.24xlarge instance type
    $0.24

    Vendor refund policy

    Refunds available on request.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Initial release of Docker Registry powered by the CNCF Distribution project as a ready-to-use private container image registry, with a per-instance admin credential generated on first boot, TLS enabled, no anonymous access, and image blobs on a dedicated resizable data volume.

    Additional details

    Usage instructions

    Connect via SSH on port 22 as the default login user for your operating system variant (for the Ubuntu 24.04 variant the user is ubuntu). Retrieve the generated registry credentials with: sudo cat /root/registry-credentials.txt - this holds the per-instance admin username and password generated on first boot, the HTTPS endpoint, and the path to the self-signed TLS certificate. The registry API is served over HTTPS on port 443 (nginx TLS + HTTP Basic auth) and proxies to the registry binary on loopback 127.0.0.1:5000; the instance security group opens ports 22 (SSH), 80 (redirect + health probe) and 443 (registry). There is no anonymous access - every push and pull requires the credential. From a client, first trust the self-signed certificate (copy /etc/nginx/tls/registry.crt to /etc/docker/certs.d/<instance-ip>/ca.crt), then: docker login <instance-public-ip> -u admin, docker tag alpine:latest <instance-public-ip>/alpine:latest, and docker push <instance-public-ip>/alpine:latest. Verify the API and list repositories with: curl -u admin:<pass> --cacert registry.crt https://<instance-public-ip>/v2/_catalog. An unauthenticated health probe is available at https://<instance-public-ip>/healthz. Image blobs are stored on the dedicated data volume at /var/lib/registry; for production, front the registry with your own domain and a CA-signed certificate and switch the storage backend to Amazon S3 in /etc/docker/registry/config.yml. The services run under systemd: systemctl status registry nginx.

    Resources

    Vendor resources

    Support

    Vendor support

    cloudimg provides 24/7 technical support for this product by email and live chat. Our engineers help with deployment, configuration, updates, performance tuning and troubleshooting; critical issues receive a one hour average response. Contact support@cloudimg.co.uk .

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.