Jump to content

User:Effie Mouzeli (WMF)/Howtos/Image building

From Wikitech
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Kubernetes/Images#Image building

  1. You need python 3.7+
  2. On your local machine clone https://gerrit.wikimedia.org/g/operations/docker-images/production-images and make sure that docker is running
  3. docker-pkg -c config.yaml update --reason "Something" <image base> <images folder>
  4. Merge
  5. Go to deneb (a build server) and do
cd /srv/images/production-images/
sudo git pull
sudo -i build-production-images

Notes: https://gerrit.wikimedia.org/g/operations/docker-images/production-images