ruby icon indicating copy to clipboard operation
ruby copied to clipboard

Docker Official Image packaging for Ruby

Results 11 ruby issues
Sort by recently updated
recently updated
newest added

I would like to create a ruby version compiled with jemalloc. Is this something the community needs? Is it encouraged to make an official contribution. If, so I can try...

Request

I use the 2.7 alpine ruby image for my GH pages jekyll site and the new releases broke my build. see https://github.com/JeremyRubin/rubin.io/runs/4370521856?check_suite_focus=true ``` 30 Status: Downloaded newer image for ruby:2.7-alpine...

Some folks need to deploy Ruby applications on Windows (with native Windows libraries), so the ruby docker-library should support a windows base image. The python base images for windows are...

Request

In all previous versions the file is present. Is this an error?

> 6 warnings found (use --debug to expand): > - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 28) > - LegacyKeyValueFormat: "ENV key=value"...

See: - docker-library/official-images#16044 - - - - `SOURCE_DATE_EPOCH` is added. The value is consumed by the build scripts to make the binary reproducible. - For Debian, `/var/log/*` is removed as...

Reduces slim-bookworm image from 180M to 155M.

for couple of weeks, the ruby image is showing as vulnerable because of rexml gem coming from ruby images seems to have stuck to 3.2.8 https://github.com/advisories/GHSA-vg3r-rm7w-2xgh the rexml version which...

Similar to https://github.com/docker-library/golang/issues/552, there are a lot of upstream tests we _could_ run and should run somewhere, but during build doesn't necessarily make sense. In https://salsa.debian.org/ruby-team/ruby/-/blob/5b91c2c6b64195da7110d341daba904b9d12c9d5/debian/tests/run-all, we can see that...

```bash sudo docker run --env TZ=America/Los_Angeles -it ruby:slim /usr/local/bin/ruby -e 'puts Time.utc(2007, 11, 4, 9, 0, 0).localtime' ``` 2007-11-04 01:00:00 -0800 ```bash sudo docker run --env TZ=America/Los_Angeles -it ruby:alpine /usr/local/bin/ruby...