Skip to content
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

Closed
mjaakko opened this issue Jul 25, 2022 · 5 comments
Closed

Do not use OpenJDK in Docker images #229

mjaakko opened this issue Jul 25, 2022 · 5 comments

Comments

@mjaakko
Copy link
Contributor

mjaakko commented Jul 25, 2022

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 instead

@mjaakko
Copy link
Contributor Author

mjaakko commented Jul 25, 2022

eclipse-temurin:11-alpine was used for transitdata-gtfsrt-full-publisher

Some changes are needed, because Temurin image is based on Alpine where as OpenJDK slim images were based on Ubuntu

@mjaakko
Copy link
Contributor Author

mjaakko commented Aug 16, 2022

Done for:

  • transitdata-gtfsrt-full-publisher
  • transitdata-pubtrans-source
  • transitdata-tripupdate-processor
  • mqtt-pulsar-gateway
  • transitlog-hfp-csv-sink

@mjaakko
Copy link
Contributor Author

mjaakko commented Aug 17, 2022

Also consider whether we should create slim Docker images, example: https://github.com/HSLdevcom/gtfsrt2hfp/blob/master/Dockerfile

@mjaakko
Copy link
Contributor Author

mjaakko commented Sep 5, 2022

Done for all services in develop branches

@mjaakko
Copy link
Contributor Author

mjaakko commented Nov 15, 2022

Done for all services using Java

@mjaakko mjaakko closed this as completed Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant