Skip to content

Run CI containers with Wikimedia images.

Gmodena requested to merge T304811-pull-from-wmf-docker-registry into main

This merge request changes Gitlab's CI, and the local dev docker image, to run jobs inside containers built atop wikimedia python3-build-buster instead of continuum/miniconda3.

We now pull images from docker-registry.wikimedia.org, and will avoid hitting Dockerhub's pull rate limits.

Modulo some additional setup - installing conda in buster - the runtime should be equivalent.

@mfossati @cparle to use the new CI container you'll have to rebase on main once this MR is merged. FYI: I tested with a local clone of T296814-image-suggestions running in

  • a docker container on my machine
  • a native conda env on stat1006

and everything seems ok.

Edited by Gmodena

Merge request reports