Arnaud

Arnaud

me@arfevrier.fr

Squid proxy configuration based on DNS failure

Inside a private environment, access to the Internet may be via an Internet proxy. Your environment may be unable to handle DNS resolution of public domain names. If you need to configure another

Dependency between job services in Gitlab CI

Service in Gitlab CI is a way to add sidecar container inside a Gitlab Runner job. This is helpful when you need to have a daemon running in parallel of your job tasks. For exemple you could need a Redis database running in parallel of a script.