Step 1/18 : FROM ubuntu as fetcher ---> 20c44cd7596f Step 2/18 : RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates wget unzip ---> Using cache ---> 97374e4e39d7 Step 3/18 : RUN wget http://search.maven.org/remotecontent?filepath=org/wikidata/query/rdf/service/0.2.5/service-0.2.5-dist.zip && unzip *.zip && rm *.zip ---> Using cache ---> 2ffe511714dd Step 4/18 : FROM openjdk:8-jdk-alpine ---> 3642e636096d Step 5/18 : RUN set -x; apk --update add bash gettext libintl ---> Using cache ---> aa782c49a4c0 Step 6/18 : COPY --from=fetcher /service-0.2.5 /wdqs ---> Using cache ---> 7e42bc7f25a2 Step 7/18 : ENV MEMORY "" HEAP_SIZE "1g" HOST "0.0.0.0" WIKIBASE_HOST "wikibase.svc" WDQS_HOST "wdqs.svc" WDQS_PORT "9999" ---> Using cache ---> 08d0cf0ac338 Step 8/18 : EXPOSE $WDQS_PORT ---> Using cache ---> d7467ec0ac1a Step 9/18 : WORKDIR "/wdqs/" ---> Using cache ---> 794f2690939e Step 10/18 : COPY wait-for-it.sh /wait-for-it.sh ---> Using cache ---> fe208351914f Step 11/18 : COPY entrypoint.sh /entrypoint.sh ---> Using cache ---> 0c526d8972b2 Step 12/18 : COPY runBlazegraph.sh /runBlazegraph.sh ---> Using cache ---> 42614132f756 Step 13/18 : COPY runUpdate.sh /runUpdate.sh ---> Using cache ---> bd811be27136 Step 14/18 : COPY mwservices.json /templates/mwservices.json ---> Using cache ---> 8f66aab95c69 Step 15/18 : COPY RWStore.properties /wdqs/RWStore.properties ---> Using cache ---> 91a291894a1c Step 16/18 : COPY whitelist.txt /wdqs/whitelist.txt ---> Using cache ---> 1ce22e31549b Step 17/18 : RUN chmod +x /wdqs/runUpdate.sh ---> Using cache ---> 4d16616e5090 Step 18/18 : ENTRYPOINT /entrypoint.sh ---> Using cache ---> 3d62827ac194 Successfully built 3d62827ac194 Successfully tagged wikibase/wdqs:latest Step 1/19 : FROM ubuntu as fetcher ---> 20c44cd7596f Step 2/19 : RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates wget unzip ---> Using cache ---> 97374e4e39d7 Step 3/19 : RUN wget https://github.com/wikimedia/mediawiki-extensions-Wikibase/archive/REL1_29.zip && unzip REL1_29.zip ---> Using cache ---> 468a702ea5b9 Step 4/19 : FROM composer as composer ---> 8c937c321b30 Step 5/19 : COPY --from=fetcher /mediawiki-extensions-Wikibase-REL1_29 /Wikibase ---> Using cache ---> 739744b1a566 Step 6/19 : RUN cd /Wikibase && composer install --no-dev ---> Using cache ---> b6a774aefc00 Step 7/19 : FROM mediawiki:1.29 ---> 0bb87f76b935 Step 8/19 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends gettext-base && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 454152c30fe6 Step 9/19 : RUN a2enmod rewrite ---> Using cache ---> 90847a67fb71 Step 10/19 : RUN install -d /var/log/mediawiki -o www-data ---> Using cache ---> 0fe6818effef Step 11/19 : COPY --from=composer /Wikibase /var/www/html/extensions/Wikibase ---> Using cache ---> e0e24230db85 Step 12/19 : COPY wait-for-it.sh /wait-for-it.sh ---> Using cache ---> 537242c95280 Step 13/19 : COPY entrypoint.sh /entrypoint.sh ---> Using cache ---> 7daa9244ff74 Step 14/19 : COPY LocalSettings.php.template /LocalSettings.php.template ---> Using cache ---> 4b8dfc9ee63a Step 15/19 : COPY htaccess /var/www/html/.htaccess ---> Using cache ---> 55bd13cdbe46 Step 16/19 : RUN ln -s /var/www/html/ /var/www/html/w ---> Using cache ---> fd3dd1356719 Step 17/19 : ENV DB_SERVER mysql.svc:3306 DB_USER wikiuser DB_PASS sqlpass DB_NAME my_wiki MW_SITE_NAME wikibase-docker MW_SITE_LANG en MW_ADMIN_NAME admin MW_ADMIN_PASS adminpass ---> Using cache ---> c3e592e4e02d Step 18/19 : ENTRYPOINT /bin/sh ---> Using cache ---> 82074011a04c Step 19/19 : CMD /entrypoint.sh ---> Using cache ---> bf9c8bfd2edb Successfully built bf9c8bfd2edb Successfully tagged wikibase/wikibase:latest Step 1/18 : FROM ubuntu as fetcher ---> 20c44cd7596f Step 2/18 : RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates wget unzip ---> Using cache ---> 97374e4e39d7 Step 3/18 : RUN wget http://search.maven.org/remotecontent?filepath=org/wikidata/query/rdf/service/0.2.5/service-0.2.5-dist.zip && unzip *.zip && rm *.zip ---> Using cache ---> 2ffe511714dd Step 4/18 : FROM openjdk:8-jdk-alpine ---> 3642e636096d Step 5/18 : RUN set -x; apk --update add bash gettext libintl ---> Using cache ---> aa782c49a4c0 Step 6/18 : COPY --from=fetcher /service-0.2.5 /wdqs ---> Using cache ---> 7e42bc7f25a2 Step 7/18 : ENV MEMORY "" HEAP_SIZE "1g" HOST "0.0.0.0" WIKIBASE_HOST "wikibase.svc" WDQS_HOST "wdqs.svc" WDQS_PORT "9999" ---> Using cache ---> 08d0cf0ac338 Step 8/18 : EXPOSE $WDQS_PORT ---> Using cache ---> d7467ec0ac1a Step 9/18 : WORKDIR "/wdqs/" ---> Using cache ---> 794f2690939e Step 10/18 : COPY wait-for-it.sh /wait-for-it.sh ---> Using cache ---> fe208351914f Step 11/18 : COPY entrypoint.sh /entrypoint.sh ---> Using cache ---> 0c526d8972b2 Step 12/18 : COPY runBlazegraph.sh /runBlazegraph.sh ---> Using cache ---> 42614132f756 Step 13/18 : COPY runUpdate.sh /runUpdate.sh ---> Using cache ---> bd811be27136 Step 14/18 : COPY mwservices.json /templates/mwservices.json ---> Using cache ---> 8f66aab95c69 Step 15/18 : COPY RWStore.properties /wdqs/RWStore.properties ---> Using cache ---> 91a291894a1c Step 16/18 : COPY whitelist.txt /wdqs/whitelist.txt ---> Using cache ---> 1ce22e31549b Step 17/18 : RUN chmod +x /wdqs/runUpdate.sh ---> Using cache ---> 4d16616e5090 Step 18/18 : ENTRYPOINT /entrypoint.sh ---> Using cache ---> 3d62827ac194 Successfully built 3d62827ac194 Successfully tagged wikibase/wdqs:latest Step 1/4 : FROM nginx:stable-alpine ---> d7fdc41e0425 Step 2/4 : COPY entrypoint.sh /entrypoint.sh ---> Using cache ---> d23f2bb88b33 Step 3/4 : COPY wdqs.template /etc/nginx/conf.d/wdqs.template ---> Using cache ---> 1ec5a8a6e5ed Step 4/4 : ENTRYPOINT "/entrypoint.sh" ---> Using cache ---> 1cc1b473921a Successfully built 1cc1b473921a Successfully tagged wikibase/wdqs-proxy:latest Step 1/9 : FROM nginx:stable-alpine ---> d7fdc41e0425 Step 2/9 : RUN set -x; apk --update add --virtual build-dependencies wget unzip ca-certificates && wget -O /tmp/code.zip https://github.com/wikimedia/wikidata-query-gui/archive/master.zip && unzip /tmp/code.zip -d /tmp && rm /tmp/code.zip && apk del build-dependencies ---> Using cache ---> 802c322267a3 Step 3/9 : RUN set -x; apk --update add --virtual build-dependencies ca-certificates git nodejs jq && cd /tmp/wikidata-query-gui-master && mv package.json package.json.orig && cat package.json.orig | jq 'delpaths([["devDependencies","karma-qunit"],["devDependencies","qunitjs"],["devDependencies","sinon"]])' > package.json && npm install && rm -rf /usr/share/nginx/html && mv /tmp/wikidata-query-gui-master /usr/share/nginx/html && rm -rf /tmp/* && rm -rf ~/.npm && apk del build-dependencies ---> Using cache ---> 22c2e48dbbba Step 4/9 : COPY entrypoint.sh /entrypoint.sh ---> Using cache ---> 91382f189cc6 Step 5/9 : COPY config.js /templates/config.js ---> Using cache ---> 72cec574dd49 Step 6/9 : COPY default.conf /templates/default.conf ---> Using cache ---> acb7259c9b33 Step 7/9 : ENV LANGUAGE en BRAND_TITLE DockerWikibaseQueryService WIKIBASE_HOST "wikibase.svc" WDQS_HOST "wdqs-proxy.svc" ---> Using cache ---> 9634550a05b5 Step 8/9 : ENTRYPOINT /entrypoint.sh ---> Using cache ---> f4c78f5170c0 Step 9/9 : CMD nginx -g daemon off; ---> Using cache ---> 47ca775e710d Successfully built 47ca775e710d Successfully tagged wikibase/wdqs-frontend:latest