lando / hyperdrive

Accelerate from zero to a Lando-based dev environment in less then 12 par-steps
https://lando.dev/hyperdrive
GNU General Public License v3.0
47 stars 13 forks source link

Mongo 3.4 Fails to install on travis #11

Closed labboy0276 closed 3 years ago

labboy0276 commented 5 years ago

Describe the bug Mongo 3.4 fails now on Travis

W: GPG error: http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.4 Release: The following signatures were invalid: KEYEXPIRED 1515625755
E: The repository 'http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.4 Release' is not signed.
W: http://ppa.launchpad.net/couchdb/stable/ubuntu/dists/trusty/Release.gpg: Signature by key 15866BAFD9BCC4F3C1E0DFC7D69548E1C17EAB57 uses weak digest algorithm (SHA1)
FAILED WITH CODE 100!

To Reproduce These steps are in the travis yaml:

  - sudo bash -c "curl -Ls https://github.com/lando/hyperdrive/releases/download/v0.5.4/hyperdrive > /usr/local/bin/hyperdrive"
  - sudo chmod +x /usr/local/bin/hyperdrive

Error See above

Additional context Workaround is adding this to travis:

  # Workaround for the mongodb cert expiry
  - sudo rm /etc/apt/sources.list.d/mongodb-3.4.list -f