/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

inlets.dev
| | blog.oddbit.com
2.8 parsecs away

Travel
| | At work we have a cluster of IBM Power 9 systems running OpenShift. The problem with this environment is that nobody runs Power 9 on their desktop, and Docker Hub only offers automatic build support for the x86 architecture. This means there's no convenient options for building Power 9 Docker images...or so I thought. It turns out that Docker provides GitHub actions that make the process of producing multi-architecture images quite simple.
| | blog.alexellis.io
0.9 parsecs away

Travel
| | Learn how you can bootstrap a Docker registry with TLS on public cloud or private infrastructure in less than 5 minutes using OSS tooling and Kubernetes.
| | actuated.dev
1.7 parsecs away

Travel
| | QEMU is a convenient way to publish containers for multiple architectures, but it can be incredibly slow. Native is much faster.
| | davquar.it
13.6 parsecs away

Travel
| A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages.