Explore >> Select a destination


You are here

github.com
| | blog.oddbit.com
2.9 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.
| | martinheinz.dev
2.2 parsecs away

Travel
| | Every project - regardless of whether you are working on web app, some data science or AI - can benefit from well configured CI/CD, Docker images that ...
| | code.dblock.org
2.9 parsecs away

Travel
| | You've probably been depending on automated pull requests from Dependabot, but how about making your own pull requests from GitHub actions? This capability can be used for automation that looks for changes, then updates files in your own repository with little to no additional setup needed.
| | johnfraney.ca
15.9 parsecs away

Travel
| Use PyPI trusted publishing with GitHub and Poetry to publish your Python package like it's 2024