Skip to content

Adapt Dockerfile

Clemens Beck requested to merge cb-dockerfile into main

Adapt Dockerfile

  • Final image is based on UBI.
  • Copy host's go cache.
  • Pass -x to go mod download to output which modules were served by the cache.
  • Use make target to build manager binary.
  • Build with Go 1.21.
Edited by Clemens Beck

Merge request reports