docker-library / ruby

Docker Official Image packaging for Ruby
http://www.ruby-lang.org/
BSD 2-Clause "Simplified" License
590 stars 334 forks source link

Ruby 3.3.5 released #471

Closed Earlopain closed 2 months ago

Earlopain commented 2 months ago

Already auto-updated with https://github.com/docker-library/ruby/commit/04175a1c782da7183d8cd1ebed8c91b3ce0fe50b

Needs a PR in the official-images repo, https://github.com/docker-library/official-images/compare/master...docker-library-bot:official-images:ruby

I can't click that button myself :cry:

tianon commented 2 months ago

Thanks, open now at https://github.com/docker-library/official-images/pull/17475 :+1:

Earlopain commented 2 months ago

Great, thank you! Was this issue actually necessary or do you all have some other way to get notified?

tianon commented 2 months ago

We do check for new PRs ready to be opened at least once per business day or more often if we're pre-expecting something. :heart:

aramprice commented 2 months ago

It seems like :latest is still pointing to 3.3.4. Maybe there are caching or propagation issues?

docker run -t ruby:latest ruby --version
latest: Pulling from library/ruby
Digest: sha256:d4233f4242ea25346f157709bb8417c615e7478468e2699c8e86a4e1f0156de8
Status: Image is up to date for ruby:latest
docker.io/library/ruby:latest
ruby 3.3.4 (2024-07-09 revision be1089c8ec) [x86_64-linux]
docker pull ruby:3.3.5
3.3.5: Pulling from library/ruby
no matching manifest for linux/amd64 in the manifest list entries
Earlopain commented 2 months ago

Builds take a while to finish, give it a day and you should be good to go

aramprice commented 2 months ago

That makes sense, thanks for the clarification

I was figuring since it was up on https://hub.docker.com/_/ruby/ that it was expected to be available.

dentarg commented 2 months ago

Looks available now

$ docker pull ruby:3.3.5
3.3.5: Pulling from library/ruby
7b24851aa36d: Pull complete
1593650c7572: Pull complete
275677961327: Pull complete
b46e144614e1: Pull complete
cf06774bbc56: Pull complete
cb7143f12459: Pull complete
b2302a6082db: Pull complete
Digest: sha256:83c6b6ed7a08932f4b41928faa4c653f4842e19242892d20bfc42f0653c0d519
Status: Downloaded newer image for ruby:3.3.5
docker.io/library/ruby:3.3.5

$ docker run --rm -t ruby:3.3.5 ruby -v
ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [aarch64-linux]
$ docker pull ruby:3.3.5
3.3.5: Pulling from library/ruby
903681d87777: Pull complete
3cbbe86a28c2: Pull complete
6ed93aa58a52: Pull complete
787c78da4383: Pull complete
216dc57c732e: Pull complete
f4e9716c9d28: Pull complete
d3a4c2c88811: Pull complete
Digest: sha256:83c6b6ed7a08932f4b41928faa4c653f4842e19242892d20bfc42f0653c0d519
Status: Downloaded newer image for ruby:3.3.5
docker.io/library/ruby:3.3.5

$ docker run --rm -t ruby:3.3.5 ruby -v
ruby 3.3.5 (2024-09-03 revision ef084cc8f4) [x86_64-linux]