Vadim Bauer

Founder of Container Registry


SaaS Builder, Explorer, Cloud First, and DevOps advocate and practitioner! Founder @container-registry @8gears @z-invoice @konik-io to name a few. Vivid OSS Contributor.

Author posts:

KubeCon North America 2023 – The Takeaways

KubeCon North America 2023 – The Takeaways

I took away some exciting insights from discussions and presentations at KubeCon 2023, the current hypes and long-term developments in the cloud-native landscape. During that week, I participated in two presentations and spent some time at the Harbor project booth speaking with Harbor users. Here are my takeaways from that intense week.… Read on

Categories:
Read More
How Does Dockers Decision of Sunsetting Free Team Organizations Impacts You

How Does Dockers Decision of Sunsetting Free Team Organizations Impacts You

Even if you don’t have a team organization and what you can do about it. Docker Inc. continues on its course of eliminating free offerings: Now the "Docker Free Team" model has to take its turn. With the «Free Team Organizations» offering, it was possible to publish public container images for free in Docker Hub. Many open-source projects have taken advantage of the offer; however, the impact is affecting everyone.… Read on

Categories:
Read More
What's new in Harbor 2.6

What's new in Harbor 2.6

Harbor 2.6 is about to land in the next days containing some long-awaited functionalities and two important deprecations. With over 150 enhancements and bug fixes, this release further improves stability and reliability. The deprecation hits Notary and ChartMuseum, which was used in Harbor to store Helm Chart Repositories.

… Read on

Categories:
Read More
Harbor Release 2.2.0

Harbor Release 2.2.0

Harbor 2.2.0 was just released and comes with some very interesting features. This post walks you through the newly added features and changes explaining the capabilities. Since the last release of v2.1.0 in September 2020, eleven contributors made 41 changes and resolved 189 issues.

… Read on

Categories:
Read More
Distributing Commercial Software Through Container Images

Distributing Commercial Software Through Container Images

When delivering software to clients, many independent software vendors (ISVs) still rely on methods involving traditional software packaging methods such as downloadable binaries, ZIPs, or other type of compressed delivery. These distribution approaches are often OS specific. As a result, developers are forced to spend precious time on tailoring software delivery rather than innovation. Containerization is already simplifying software delivery for many of today’s mainstream products. Choosing the right container registry that meets ISVs requirements is crucial to satisfy vendors and meet client expectations.

… Read on

Categories:
Read More
Lifting Developers’ Productivity with BuildKit CLI for kubectl

Lifting Developers’ Productivity with BuildKit CLI for kubectl

Developing and testing software on Kubernetes usually means building and moving container images from the developer workstation to a container registry, and ultimately, Kubernetes. When considering all the moving parts, the complexity and context switches break the development flow. Gone are the days where developers just hit a command and a few seconds later the newly built software is ready for testing.

What if there was some magical tool that you could simply feed instructions like: “Build this Dockerfile here and replace any existing image on that Kubernetes cluster with the results!” ASAP. Spoiler Alert! That is exactly what BuildKit CLI for kubectl is there to do.

… Read on

Categories:
Read More
3 Ways to overcome the Docker Hub pull rate limit

3 Ways to overcome the Docker Hub pull rate limit

The newly introduced Docker Hub pull rate limit affects everyone working with containers and can cause service disruption. In this post, we look at situations when the download rate limit can catch you off-guard if you are not prepared. We also outline 3 ways to overcome the Docker Hub pull rate limit while also improving security and governance.… Read on

Categories:
Read More