|
You are here |
www.sethvargo.com | ||
| | | | |
earthly.dev
|
|
| | | | | Learn how to automate the process of developing, testing, building, and deploying Docker containers using GitHub Actions. This tutorial will guide ... | |
| | | | |
testdriven.io
|
|
| | | | | This article takes a look at how to speed up your Docker-based builds on CircleCI, GitLab CI, and GitHub Actions with Docker Layer Caching and BuildKit. | |
| | | | |
philiplaine.com
|
|
| | | | | It has been an issue for a long time to run Docker images on multiple architectures. I remember the first time I got the idea to install Docker on my Raspberry Pi and I realized quickly that what I was trying to do would not work. The issue of course was that I was trying to use an AMD64 compiled Docker image on a ARM 32 bit CPU. Anyone who works with any lower level languages would call me an idiot for realizing this sooner than later. I would agree with them. Docker just seems to work like magic, running on most machines without any issue, like running Linux containers on Windows. One thing that has not been easy though is building Docker images on one type of CPU and running them on another. | |
| | | | |
tomasvotruba.com
|
|
| | | In 14 months old post [How to Test Monorepo in 3 Layers](/blog/2018/11/22/how-to-test-monorepo-in-3-layers/#3-after-split-testing) we talked about testing monorepo in 3 layers. So you can be sure every package works as it should. 3 layers are testing in a monorepo, testing package directory, and testing after a split. **The latter takes a huge amount of time**. The time we don't have to spare in 2020. **How can we make it faster while keeping the test quality high?** | ||