Get faster GitLab runners with a ramdisk16 August 2019·593 words·3 minsMany cloud providers give you lots of memory with each instance and you can speed up tests and builds by using a ramdisk.
buildah error: vfs driver does not support overlay.mountopt options13 August 2019·320 words·2 minsBuildah and podman work well with the vfs storage driver, but the default mount options can cause problems.
Build containers in GitLab CI with buildah24 May 2019·886 words·5 minsMy team at Red Hat depends heavily on GitLab CI and we build containers often to run all kinds of tests.