Page MenuHomePhabricator

Split out tarball & docker image building again.
Closed, InvalidPublic

Description

Currently tarball building and docker image building are done in the same step for query-service, mediawiki and wikibase.

We should split these up because.

  • they would run in parallell not blocking each other.
  • better overview of what is happening / what failed
  • easier to add caching for individual steps

The Makefile should be revisited and use the tarballs as prerequisites for the docker image buildsteps