Cloud Computing

Docker Store and Docker Cloud are now part of Docker Hub

2 min read

Yesterday, the team at Docker announced that Docker Store and Docker Cloud are now part of Docker Hub. This makes the process of finding, storing and sharing container images easy. The new Docker Hub has an updated user experience where Docker certified and verified publisher images are available for discovery and download. Docker Cloud, a service provided by Docker helps users to connect the Docker Cloud to their existing cloud providers like Azure or AWS. Docker store is used for creating a self-service portal for Docker’s ecosystem partners for publishing and distributing their software through Docker images.

What’s new in this Docker Hub update?

Repositories

                                           Source: Docker

  • Users can now view recently pushed tags and automated builds on their repository page.
  • Pagination has now been added to the repository tags.
  • The repository filtering on the Docker Hub homepage has been improved.

Organizations and Teams

  • Organization owners can now view the team permissions across all of their repositories at one glance.
  • Existing Docker Hub users can now be added to a team via their email IDs instead of their Docker IDs.

Automated Builds

Source: Docker

  • Build Caching is now used to speed up builds.
  • It is now possible to add environment variables and run tests in the builds.
  • Automated builds can now be added to existing repositories.
  • Account credentials for organizations like GitHub and BitBucket need to re-linked to the organization for leveraging the new automated builds.

Improved container image search

  • Filter by Official, Verified Publisher, and Certified images guarantees a level of quality in the Docker images.
  • Docker Hub provides filter by categories for quick search of images.
  • There is no need of updating any bookmarks on Docker Hub.

Verified publisher and certified images

  • The Docker certified and verified publisher images are now available for discovery and download on Docker Hub.
  • Just like official Images, even publisher images have been vetted by Docker.
  • The certified and verified publisher images are provided by the third-party software vendors.
  • Certified images are tested and supported by verified publishers on Docker Enterprise platform.
  • Certified images adhere to Docker’s container best practices.
  • The certified images pass a functional API test suite and also display a unique quality mark “Docker Certified”.

Read more about this release on Docker’s blog post.

Read Next

Cloud Native Application Bundle (CNAB): Docker, Microsoft partner on an open source cloud-agnostic all-in-one packaging format

Docker announces Docker Desktop Enterprise

Creating Continuous Integration commit pipeline using Docker [Tutorial]

Amrata Joshi

Share
Published by
Amrata Joshi

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago