felixklauke / paper-docker

PaperSpigot Docker. Easy to use and clean docker image for running paper spigot servers in docker containers using OpenJDK. WIP
https://www.felix-klauke.com
MIT License
55 stars 29 forks source link

Release (#68) #69

Closed felixklauke closed 3 years ago

felixklauke commented 3 years ago

Disregard failing health checks during start period (of 60 sec). Prevents container from being marked as 'unhealthy' and then restarted when deployed via docker swarm.

Disregard failing health checks during start period (of 60 sec). Prevents container from being marked as 'unhealthy' and then restarted when deployed via docker swarm.

moved health check start-period to Dockerfile

Fixed #57

Disregard failing health checks during start period (of 60 sec). Prevents container from being marked as 'unhealthy' and then restarted when deployed via docker swarm.

Disregard failing health checks during start period (of 60 sec). Prevents container from being marked as 'unhealthy' and then restarted when deployed via docker swarm.

moved health check start-period to Dockerfile

Fixed #57

Co-authored-by: Aaron 44198148+whalehub@users.noreply.github.com Co-authored-by: oschlueter 10252511+oschlueter@users.noreply.github.com Co-authored-by: Avior florian.bouillon@delta-wings.net Co-authored-by: Max max.carrara@austrianaudio.com

Co-authored-by: Aaron 44198148+whalehub@users.noreply.github.com Co-authored-by: oschlueter 10252511+oschlueter@users.noreply.github.com Co-authored-by: Avior florian.bouillon@delta-wings.net Co-authored-by: Max max.carrara@austrianaudio.com

When updating my server, it errored out at line 74 (build step 28), as the original url now downloads a 3.6+ version of get-pip.py This fix should be treated as temporary, as "pip 21.0 will drop support for Python 2.7 in January 2021." is warned by the script itself. The correct fix may rely on the openjdk images switching to python3, or manually installing python3 in this script.

Co-authored-by: Aaron 44198148+whalehub@users.noreply.github.com Co-authored-by: oschlueter 10252511+oschlueter@users.noreply.github.com Co-authored-by: Avior florian.bouillon@delta-wings.net Co-authored-by: Max max.carrara@austrianaudio.com Co-authored-by: fisher george.kokinis@gmail.com