Let’s dig into these three concepts a bit deeper: Portability Since the OCI standard governs the images specification, a container image can be created with Podman, pushed to almost any container registry, shared with the world, and consumed by almost any container engine including Docker, RKT, CRI-O, containerd and, of course, other Podman instances. Standardizing
Month: November 2019
Architecting Containers Part 1: Why Understanding User Space vs. Kernel Space Matters
Perhaps you’ve been charged with developing a container-based application infrastructure? If so, you most likely understand the value that containers can provide to your developers, architects, and operations team. In fact, you’ve likely been reading up on containers and are excited about exploring the technology in more detail. However, before diving head-first into a discussion
The Limits of Compatibility and Supportability with Containers
Many folks who do container development have run Alpine container images. You might have run Fedora, Red Hat Enterprise Linux (RHEL), CentOS, Debian, and Ubuntu images as well. If you are adventurous, you may have even run Arch, Gentoo, or dare I say, really old container images – like, RHEL 5 old. If you have some
Continue Reading “The Limits of Compatibility and Supportability with Containers”
Engineering Compatibility with The Red Hat Universal Base Image
The Red Hat Universal Base Image (UBI) has an end user license agreement which allows partners, customers and community members to deploy it anywhere, but it takes a lot more than a license to create a container base image that’s suitable for your enterprise applications. In part, suitability for enterprise deployments comes from the compatibility guarantees of
Continue Reading “Engineering Compatibility with The Red Hat Universal Base Image”