Problem Symptom I have Gitlab 15.1, Gitlab Runner, and Gitlab Agent deployed on EKS using Helm. The Gitlab Runner uses image registry.gitlab.com/gitlab-org/gitlab-runner:alpine-v15.1.0 by default. Both Gitlab Runner and Gitlab Agent connect to Gitlab successfully. The configuration of the Gitlab Runner as follow: runners: config: | [[runners]] executor = “kubernetes” [runners.kubernetes] namespace = “{{.Release.Namespace}}” image = …
Docker
Docker and containers have changed the technology world. In this article, you’ll learn the fundamentals of Docker and containers from a developer and an operations perspective. First, you’ll learn how to take an application all the way from source code to a running container. Along the way, you’ll learn how to create Docker images and …