gnowledge / gstudio-docker

Docker file for gstudio
5 stars 14 forks source link

Installation broken -- cannot find MongoDB? #8

Open coleshaw opened 7 years ago

coleshaw commented 7 years ago

Trying to run build_docker.sh on Ubuntu 16.04 LTS, I get the following error:

2017May11-031852PM $   W: Failed to fetch http://repo.mongodb.org/apt/The command '/bin/sh -c set -x         && apt-get update         && apt-get install -y --force-yes                mongodb-org=3.2.1                 mongodb-org-server=3.2.1                 mongodb-org-shell=3.2.1                 mongodb-org-mongos=3.2.1                 mongodb-org-tools=3.2.1         && rm -rf /var/lib/mongodb         && mv /etc/mongod.conf /etc/mongod.conf.orig  | sed -e "s/^/$(date +%Y%m%d-%H%M%S) :  /" 2>&1 | tee -a ${LOG_INSTALL_DOCKER}' returned a non-zero code: 100
ubuntu/dists/trusty/mongodb-org/stable/multiverse/binary-amd64/Packages  404  Not Found
coleshaw commented 7 years ago

This also happens on Ubuntu 14.04, I think it's because the Docker file looks for mongo/stable. Seems fixed when I peg it to mongo/3.2