Explore >> Select a destination


You are here

ectobit.com
| | blog.oddbit.com
2.1 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.
| | janik6n.net
2.0 parsecs away

Travel
| | Build and publish auditable container images with SBOM and SLSA attestation to Azure Container Registry using GitHub Actions
| | blog.wyrihaximus.net
1.9 parsecs away

Travel
| |
| | justinas.org
19.2 parsecs away

Travel
| [AI summary] The article explains the concept of middleware in web development, focusing on Go, and provides examples of implementing middleware for tasks like domain restriction, response modification, and data sharing between handlers.