mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-05 18:29:45 +00:00
Compare commits
30 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d030daf354 | |||
| 98e6adbe1a | |||
| b94cfc44a0 | |||
| 8a9e85fb17 | |||
| 8a39719427 | |||
| 4100aa1f61 | |||
| 4d5fe0a03b | |||
| 236bb565ce | |||
| 7608168823 | |||
| acabb9d93c | |||
| 4e9c00c4d5 | |||
| f3826422cf | |||
| 9b7459ad5c | |||
| c9dc6012f6 | |||
| a5aec72837 | |||
| af38a8fc7a | |||
| 58fa3c897d | |||
| e45621d8e2 | |||
| 6ae431b2f0 | |||
| ebabfeb669 | |||
| 457e9b53c7 | |||
| 21572d3547 | |||
| b176be942d | |||
| 51c5902db0 | |||
| 090e624ebc | |||
| c8dc751b82 | |||
| 7c862df92a | |||
| e49c1c2f01 | |||
| 57390b02ca | |||
| a698248dff |
@@ -59,7 +59,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2.4.0
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
# ensure latest base image is used
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM adoptopenjdk:latest
|
||||
FROM adoptopenjdk:15-openj9
|
||||
|
||||
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
|
||||
|
||||
|
||||
+2
-2
@@ -99,7 +99,7 @@ case "${TYPE^^}" in
|
||||
|
||||
FORGE)
|
||||
log "**********************************************************************"
|
||||
log "WARNING: The image tag itzg/minecraft-server:java8-multiarch is recommended"
|
||||
log "WARNING: The image tag itzg/minecraft-server:java8 is recommended"
|
||||
log " since some mods require Java 8"
|
||||
log " Exception traces reporting ClassCastException: class jdk.internal.loader.ClassLoaders\$AppClassLoader"
|
||||
log " can be fixed with java8"
|
||||
@@ -117,7 +117,7 @@ case "${TYPE^^}" in
|
||||
|
||||
FTB|CURSEFORGE)
|
||||
log "**********************************************************************"
|
||||
log "WARNING: The image tag itzg/minecraft-server:java8-multiarch is recommended"
|
||||
log "WARNING: The image tag itzg/minecraft-server:java8 is recommended"
|
||||
log " since some mods require Java 8"
|
||||
log " Exception traces reporting ClassCastException: class jdk.internal.loader.ClassLoaders\$AppClassLoader"
|
||||
log " can be fixed with java8"
|
||||
|
||||
Reference in New Issue
Block a user