Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation broken -- cannot find MongoDB? #8

Open
coleshaw opened this issue May 11, 2017 · 1 comment
Open

Installation broken -- cannot find MongoDB? #8

coleshaw opened this issue May 11, 2017 · 1 comment

Comments

@coleshaw
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant