Skip to content

Use pre-built Docker images

Ghost User requested to merge (removed):wip/docker into master

In order to reduce the CI build duration, this pre-built images contain pre-installed packages such as Mozilla SpiderMonkey, compilers, git, python, etc.


  • The first build (after a new image upload) takes longer, due to download time. Sequential builds will have the image cached on server.
  • About the recipe for the docker image creation:
    • in order to keep the image smallest possible, I used a script to build the image (not a Dockerimagefile). I can push it in a new MR, probably inside test. Maybe a sub-folder named docker? A pure Dockerfile is going to be a pure mess.

Merge request reports

Loading