1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00
Commit graph

18 commits

Author SHA1 Message Date
Docker Library Bot
a6559bd074 Update to 2.6.0-preview2, bundler 1.16.6, rubygems 2.7.7 2018-10-05 11:03:18 +00:00
Tianon Gravi
87ab073c1c Apply Alpine thread stack size patch
This patch was OK'd by a Ruby maintainer (https://bugs.ruby-lang.org/issues/14387#note-16), but hasn't been merged because it isn't generic enough to support glibc properly, which doesn't matter here (since we're Alpine-only in this context).
2018-09-20 15:58:57 -07:00
Docker Library Bot
929ba8718f Update to 2.6.0-preview2, bundler 1.16.5, rubygems 2.7.7 2018-09-18 17:03:13 +00:00
Joe Ferguson
e7d27d514f Apply update.sh to get #231 applied to alpine 3.8 images from #232 2018-09-14 15:30:17 -07:00
yosifkit
b311aada2f
Merge pull request #232 from infosiftr/alpine3.8
Add 2.3/alpine3.8 and 2.6-rc/alpine3.8
2018-09-14 15:28:50 -07:00
Tianon Gravi
bb5c7101e1 Add 2.3/alpine3.8 and 2.6-rc/alpine3.8
Alpine 3.8 for 2.4 and 2.5 need to wait for https://bugs.ruby-lang.org/issues/14754 backports to be released (should be 2.4.5+ and 2.5.2+ respectively).
2018-09-13 10:30:25 -07:00
Tianon Gravi
96967d8295 Add "--no-network" to all APK invocations that shouldn't need to hit the mirrors for any reason 2018-09-13 10:04:36 -07:00
Fumiaki MATSUSHIMA
55b509b397 Remove libressl-dev from runtime dependency 2018-09-09 22:03:24 +09:00
Docker Library Bot
8e4d795f70 Update to 2.6.0-preview2, bundler 1.16.4, rubygems 2.7.7 2018-08-20 17:03:14 +00:00
Docker Library Bot
57801cf4e9 Update to 2.6.0-preview2, bundler 1.16.3, rubygems 2.7.7 2018-07-17 05:03:17 +00:00
Docker Library Bot
ecb7833700 Update to 2.6.0-preview2, bundler 1.16.2, rubygems 2.7.7 2018-06-01 05:03:13 +00:00
Tianon Gravi
699a043113 Remove BUNDLE_BIN and add GEM_HOME/bin back to PATH
See https://github.com/docker-library/ruby/pull/208#issuecomment-390755292
2018-05-23 10:00:40 -07:00
Docker Library Bot
0f01e5bae9 Update to 2.6.0-preview1, bundler 1.16.2, rubygems 2.7.7 2018-05-18 05:03:18 +00:00
Docker Library Bot
67c61268a7 Update to 2.6.0-preview1, bundler 1.16.2, rubygems 2.7.6 2018-05-16 23:03:15 +00:00
Joe Ferguson
77515a0627 Add link to bundler/bundler comment 2018-05-16 12:32:39 -07:00
Joe Ferguson
ee0b15d76c Fix PATH to use the fully generic binstubs
bundler binstubs are not necessarily generic; they were until bundler 1.16 and should be fixed back, but will likely be non-generic again by default in 2.0

See https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
2018-05-15 14:12:56 -07:00
Fumiaki MATSUSHIMA
c0740f2479 $ docker run --rm -v $PWD:/app -w /app ruby ./update.sh 2018-03-29 20:42:31 +09:00
Fumiaki MATSUSHIMA
53ca276f03 $ cp -r 2.5 2.6-rc 2018-03-29 20:42:29 +09:00