microsoft / openjdk-docker

Repository of Container Images for the official MSFT Build of OpenJDK
https://mcr.microsoft.com/product/openjdk/jdk/about
MIT License
8 stars 18 forks source link

Wrong base image for Ubuntu images #84

Closed HenrikBacher closed 11 months ago

HenrikBacher commented 11 months ago

The Ubuntu images are still published using Ubuntu 20.04 even though the source states that's it's published with 22.04, in this example should the 17-ubuntu images, but I see the same issue with 11-ubuntu & 21-ubuntu image

joe-braley commented 11 months ago

Hi @HenrikBacher, thank you for bringing this to our attention!

We have re-built the images in question, and we are now on the correct base image. Please see the output below.

image image image

If you could kindly verify this on your end that would be appreciated. Thanks!

HenrikBacher commented 11 months ago

Yes, the image use the right base image now. I'm curious though, how is the image updated? The base image in the dockerfile was updated months ago, while it haden't propergated to the image in MCR?

joe-braley commented 11 months ago

Previously we updated our docker images once per week and have recently increased that cadence to three times per week.

If this issue is resolved to your satisfaction, please kindly close this issue.

Thanks!