We have started to add packages to the Golang container in CI (currently using docker.io/golang:1.24)
Examples are:
Do we want to have a separate container build from docker.io/golang:1.24 and add those things into it?
Disadvantage:
Advantage:
- no need to fetch and install the dep on every test run
CC @dragotin @kulmann @micbar @ScharfViktor
We have started to add packages to the Golang container in CI (currently using
docker.io/golang:1.24)Examples are:
Do we want to have a separate container build from
docker.io/golang:1.24and add those things into it?Disadvantage:
Advantage:
CC @dragotin @kulmann @micbar @ScharfViktor