[openstreetmap/openstreetmap-website] Docker builds failing without mini_portile2 (Issue #3662)

Andy Allan notifications at github.com
Wed Aug 24 14:45:30 UTC 2022


The docker builds have been failing for a few days, with the following error when trying to set up the database:

```
rake aborted!
Bundler::GemNotFound: Could not find mini_portile2-2.8.0 in any of the sources
```

I've checked the output from the `RUN gem install bundler  && bundle install` stage, and it appears to install every other gem OK, but for some reason not mini_portile2.

As far as I can tell, this started after bundler 2.3.20 was released - every build since then has failed, and the last successful build was using bundler 2.3.19.

Since bundler is insanely complex, I'm not planning on investigating this any further, and instead hoping that it magically fixes itself in the next bundler release. If not, then we can revisit this. At least for now, reporting this issue will give anyone else a head start on investigating.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3662
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/3662 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20220824/5f18e4cf/attachment.htm>


More information about the rails-dev mailing list