craumix / jmb-container

A containerized version of https://github.com/jagrosh/MusicBot
MIT License
16 stars 18 forks source link

Change base image to eclipse-temurin #9

Closed GavinL2001 closed 1 month ago

GavinL2001 commented 1 month ago

It appears that openjdk has been deprecated according to the docker hub page. The eclipse-temurin image is a popular and well-maintained jdk image and has an alpine image to help reduce the image's footprint without sacrificing functionality.

The new Dockerfile has been tested and works well with my existing jmusicbot configuration.

craumix commented 1 month ago

thx, I'll test the switch and then merge this asap

craumix commented 1 month ago

docker images were also be updated