| Addshore added a comment. |
So build is using cached layers for all images, which means it is not being rebuilt, hence why there is little output.
Anyway, I don't think building is an issue, you shouldnt be building the images yourself unless you are modifying them.
From the git repo directory please do the following (and paste the output here if it doesnt all work).
# Remove any currently running containers docker-compose down --rmi all --volumes --remove-orphans # Remove the images docker rmi 47ca775e710d 1cc1b473921a bf9c8bfd2edb 3d62827ac194 docker rmi d8f0c88d7053 9bf37ecfcc65 470a046c06bf ad754bb2d4cd docker rmi 57bbdac047bc ab98c33ee26b bcddb5605ed5 a827b65dfbc1 docker rmi wikibase/wdqs wikibase/wdqs-frontend wikibase/wdqs-proxy wikibase/wikibase # Check that there are no remaining images docker images | grep wikibase # Make sure the git repo is up to date and on the correct branch git checkout master git reset --hard origin/master git pull # Pull the latest images from docker hub & show them docker-compose pull docker images | grep wikibase # Start containers docker-compose up --no-build -d
And then of course to attach to the logs to see what is happening.
If this doesn't either work or indicate something obvious that is wrong though I don't really know where to go from here.
TASK DETAIL
EMAIL PREFERENCES
To: Addshore
Cc: Frog23, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, Wikidata-bugs, aude, Addshore, Mbch331
Cc: Frog23, Aklapper, Lahi, Gq86, GoranSMilovanovic, QZanden, Wikidata-bugs, aude, Addshore, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
