jruby / docker-jruby

MIT License
18 stars 27 forks source link

docker version jruby:9.3.3.0 unavailable in docker hub #85

Open orlandoCamarillo opened 8 months ago

orlandoCamarillo commented 8 months ago

we are using the docker image jruby:9.3.3.0, we review on https://hub.docker.com/_/jruby and is not listed anymore, is there any reason you are removed old versions?

headius commented 8 months ago

Hmm, I don't believe I have removed any old versions, nor do I really know how to do that. Other 9.3.x versions are still there?

orlandoCamarillo commented 8 months ago

only 9.3, 9.3.13.0 and 9.4.5 versions, BTW this happens too 6 months ago, and we needed to move to 9.3.3.0 . All list of available versions : [latest, 9, 9.4, 9.4.5, 9.4-jre, 9.4-jre8, 9.4.5-jre, 9.4.5-jre8, 9.4.5.0, 9.4.5.0-jre, 9.4.5.0-jre8] [9-jdk, 9-jdk8, 9.4-jdk, 9.4-jdk8, 9.4.5-jdk, 9.4.5-jdk8, 9.4.5.0-jdk, 9.4.5.0-jdk8] [9.4-jre11, 9.4.5-jre11, 9.4.5.0-jre11] [9.4-jdk11, 9.4.5-jdk11, 9.4.5.0-jdk11] [9.4-jdk17, 9.4.5-jdk17, 9.4.5.0-jdk17] [9.4-jre17, 9.4.5-jre17, 9.4.5.0-jre17] [9.3, 9.3.13, 9.3-jre, 9.3-jre8, 9.3.13-jre, 9.3.13-jre8, 9.3.13.0, 9.3.13.0-jre, 9.3.13.0-jre8] [9.3-jdk, 9.3-jdk8, 9.3.13-jdk, 9.3.13-jdk8, 9.3.13.0-jdk, 9.3.13.0-jdk8] [9.3-jre11, 9.3.13-jre11, 9.3.13.0-jre11] [9.3-jdk11, 9.3.13-jdk11, 9.3.13.0-jdk11] [9.3-jdk17, 9.3.13-jdk17, 9.3.13.0-jdk17] [9.3-jre17, 9.3.13-jre17, 9.3.13.0-jre17]

headius commented 8 months ago

@cpuguy83 Can you offer some advice here? I did not think that updating the versions and pushing updates would make old images inaccessible.

cpuguy83 commented 8 months ago

Probably the only ones that are listed (and rebuilt when upstream images are rebuilt) are the ones listed in this manifest: https://github.com/docker-library/official-images/blob/master/library/jruby

However, the image is still there. These don't get deleted. As an example, you can see the manifest for this 9.3.3.0 here: https://explore.ggcr.dev/?image=jruby%3A9.3.3.0