-
Notifications
You must be signed in to change notification settings - Fork 3
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
Do not use OpenJDK in Docker images #229
Comments
Some changes are needed, because Temurin image is based on Alpine where as OpenJDK slim images were based on Ubuntu |
Done for:
|
Also consider whether we should create slim Docker images, example: https://github.com/HSLdevcom/gtfsrt2hfp/blob/master/Dockerfile |
Done for all services in |
Done for all services using Java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently Docker images for Transitdata applications are using OpenJDK, which is deprecated: docker-library/openjdk#505
Use
eclipse-temurin:11-alpine
as a base image for Transitdata Docker images insteadThe text was updated successfully, but these errors were encountered: