All Posts tagged as "Continuous Integration"

Reproducible Builds with Bazel

This explains the concepts of hermeticity and reproducibility, what they bring to the table and how this can be done in Bazel

Read

How to test Bash scripts (2020 guide)

We'll go through how you can improve the quality of your automation scripts writing unit tests for Bash using Bach testing framework

Read

Speed up Docker build time with cache warming

IHere we'll go through how you can use a remote docker registry to warm the docker cache and speed up the local build. This can be also very useful in CI.

Read

What happened at Bazelcon 2020

Last week the annual Bazelcon conference took place remotely. I'll try to summarize in this post the talks that I found more interesting.

Read

How to monitor a Docker image with Lazydocker

In this post I'll present you lazydocker, a terminal UI for both docker and docker-compose that makes docker image management easy as a,b,c.

Read

Docker best practices: linter for Dockerfile

In this post we'll go through how a linter can increase your productivity, how to use it with a Dockerfile and how to implement it in a CI pipeline.

Read