[Wikidata-bugs] [Maniphest] [Commented On] T208681: "docker-compose build" fails in master at wdqs-frontend build step

2018-11-06 Thread Addshore
Addshore added a comment. Task breakdown discussion: Figure out which version of the package disappeared and made the build break Why can't we pin to a specific nginx image, instead of latest, as then this wouldn't break underneath us. If we can pin to a specific nginx image: pin to it...

[Wikidata-bugs] [Maniphest] [Commented On] T208681: "docker-compose build" fails in master at wdqs-frontend build step

2018-11-04 Thread Addshore
Addshore added a comment. You should still be able to use the image that you can download from docker hub if you don't need to customize the Dockerfile. :) We will try to pick this up soon!TASK DETAILhttps://phabricator.wikimedia.org/T208681EMAIL PREFERENCEShttps://phabricator.wikimedia.org/setting

[Wikidata-bugs] [Maniphest] [Commented On] T208681: "docker-compose build" fails in master at wdqs-frontend build step

2018-11-04 Thread dbs
dbs added a comment. Thanks @Addshore but I'm trying to work on the 1.31 Wikibase images again, and as those aren't available on Docker hub yet, I need to build them myself. I'll poke at the dependencies to see if I can come up with a fix similar to how other dependencies were made a little more fl

[Wikidata-bugs] [Maniphest] [Commented On] T208681: "docker-compose build" fails in master at wdqs-frontend build step

2018-11-04 Thread dbs
dbs added a comment. git has been bumped in alpine:3.7 to git-2.15.3-r0, that's the source of the current problem. So it could be resolved by shifting to: apk --no-cache add --virtual build-dependencies ca-certificates~=20171114-r0 git~=2.15.2-r0 nodejs~=8.9.3-r1 jq~=1.5-r5 but that's likely to b