add all available official java image options

This commit is contained in:
Alex
2021-06-14 21:37:48 +03:00
parent 71d603fea7
commit f5ddf80de6
18 changed files with 228 additions and 86 deletions

View File

@@ -4,14 +4,16 @@
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2021-05-08T02:33:54+03:00",
"exported_at": "2021-06-14T21:29:22+03:00",
"name": "Curseforge Generic",
"author": "parker@parkervcp.com",
"description": "A generic egg for a forge modpack",
"features": null,
"images": [
"quay.io\/pterodactyl\/core:java",
"quay.io\/pterodactyl\/core:java-11"
"ghcr.io\/pterodactyl\/yolks:java_8",
"ghcr.io\/pterodactyl\/yolks:java_11",
"ghcr.io\/pterodactyl\/yolks:java_14",
"ghcr.io\/pterodactyl\/yolks:java_16"
],
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar server.jar",
@@ -48,4 +50,4 @@
"rules": "required|string|max:20"
}
]
}
}

View File

@@ -4,7 +4,7 @@
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2021-04-21T23:01:35+03:00",
"exported_at": "2021-06-14T21:29:51+03:00",
"name": "Forge Enhanced",
"author": "parker@parkervcp.com",
"description": "Minecraft Forge Server. Minecraft Forge is a modding API (Application Programming Interface), which makes it easier to create mods, and also make sure mods are compatible with each other.",
@@ -12,8 +12,10 @@
"eula"
],
"images": [
"quay.io\/pterodactyl\/core:java",
"quay.io\/pterodactyl\/core:java-11"
"ghcr.io\/pterodactyl\/yolks:java_8",
"ghcr.io\/pterodactyl\/yolks:java_11",
"ghcr.io\/pterodactyl\/yolks:java_14",
"ghcr.io\/pterodactyl\/yolks:java_16"
],
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}",
@@ -68,4 +70,4 @@
"rules": "nullable|string|max:20"
}
]
}
}