Image


Image

Choose which container image is used for your job

Our runner configuration defaults to alpine

Use official images

Do not use community images

Avoid maintaining custom image

Hands-On

Use image instead of before_script

  1. Add image: golang:1.17.9 to all jobs
  2. Remove before_script from all jobs

(See new .gitlab-ci.yml)