2

It seems like the latest 2.6.1 version is not yet available at Docker Hub

I defined it as follows in Dockerfile and it fails to pull it:

FROM ruby:2.6.1

The official repo for Docker ruby image was updated just 2 days ago to 2.6.1. Any ideas ? Thank you.

belgoros
  • 3,590
  • 7
  • 38
  • 76

1 Answers1

0

You can get old ruby image form PPC64le.

https://hub.docker.com/r/ppc64le/ruby/tags?page=1

PPC64 explain that in this article. https://en.wikipedia.org/wiki/Ppc64

Hideyasu.T
  • 809
  • 6
  • 5