Closed Earlopain closed 2 months ago
Thanks, open now at https://github.com/docker-library/official-images/pull/17475 :+1:
Great, thank you! Was this issue actually necessary or do you all have some other way to get notified?
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:
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
Builds take a while to finish, give it a day and you should be good to go
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.
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]
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: