Mirror upstream container image to local registry

Mirroring content in a local registry is always a good idea to prevent relying on upstream services. Tools like Artifactory or Nexus let you do that easily with upstream mirrors. But what if your resources are limited and you only want to run a single Docker Registry?

Read more  ↩︎

Manage Jenkins with Jenkinsfiles and Jenkins Job Builder

When getting started with Jenkins, everyone begins with clicking together some Jenkins jobs. But when more and more jobs are added, it gets more difficult to keep an overview. You know it's time to also use the principles of Infrastructure As Code for your Jenkins jobs.

Read more  ↩︎

Building an image with Buildah

What is Buildah

I've been following the Buildah posts on projectatomic.com for some time now, but I never got to try it out in detail. Earlier this week, Red Hat announced the 1.0 release of Buildah, the perfect reason to try it out for real.

Read more  ↩︎

Ansible AWX on Minikube

What is Ansible AWX

Ansible AWX is the upstream project for Ansible Tower. It adds a platform on top of Ansible. There is a webinterface and a REST-api. With AWX you can create users and assign access to them based on their account or based on the groups they are part of.

Read more  ↩︎