We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to run build_docker.sh on Ubuntu 16.04 LTS, I get the following error:
build_docker.sh
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
The text was updated successfully, but these errors were encountered:
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
mongo/stable
mongo/3.2
Sorry, something went wrong.
No branches or pull requests
Trying to run
build_docker.sh
on Ubuntu 16.04 LTS, I get the following error:The text was updated successfully, but these errors were encountered: