-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File lib/libfreetype.so not found in 17.0.11 #616
Comments
Below is the result of Azul Zulu OpenJDK Command: docker container run --rm azul/zulu-openjdk:17.0.11 ls -l /usr/lib/jvm/zulu17-ca-amd64/lib Results:
We can see that |
@d3r3kk for triage by one of his team. |
Hi Microsoft team, may I know if there is any update? |
Hi @blackr1234 I've scanned through our packages and container images. The final report is below. The source of the report is here: https://github.com/brunoborges/findlibfreetype/actions/runs/9848817738 As you can see, except for a few anomalies (1), most of the recent packages do not contain Given that not every application requires font rendering, it is up to the user to install freetype fonts at the OS level. AnomaliesNow, some packages are indeed weird such as package All anomalies found:
REPORTReport of libfreetype.so in mcr.microsoft.com/openjdk/jdk:ubuntu-17Versions with libfreetype.so:
Versions without libfreetype.so:
Report of libfreetype.so in mcr.microsoft.com/openjdk/jdk:ubuntu-11Versions with libfreetype.so:
Versions without libfreetype.so:
Report of libfreetype.so in mcr.microsoft.com/openjdk/jdk:mariner-11Versions with libfreetype.so:
Versions without libfreetype.so:
Report of libfreetype.so in mcr.microsoft.com/openjdk/jdk:ubuntu-21Versions with libfreetype.so:Versions without libfreetype.so:
Report of libfreetype.so in mcr.microsoft.com/openjdk/jdk:mariner-21Versions with libfreetype.so:Versions without libfreetype.so:
Report of libfreetype.so in mcr.microsoft.com/openjdk/jdk:mariner-17Versions with libfreetype.so:
Versions without libfreetype.so:
|
More for reference:
|
@blackr1234 I am closing this for now. We are no longer bundling |
I just rebuilt the Docker image of my Java microservice using Microsoft OpenJDK image tag
17-ubuntu
, which now references OpenJDK version17.0.11
rather than17.0.8
which I was using earlier, and I find thatlib/libfreetype.so
is no longer included in Microsoft OpenJDK 17.Command:
Results:
If the
lib/libfreetype.so
file is really removed in some newer patch version after17.0.8
, I'd like to know why.Unforuntately I don't think it is mentioned in any release notes.
And unfortunately, Microsoft does not provide image tag to certain patch versions of their OpenJDK, so it is not possible for me to show a comparison.
The text was updated successfully, but these errors were encountered: