Update Docker images

This commit is contained in:
diedyesterday 2023-07-08 19:06:00 +03:00
parent 0a8846e72c
commit 0e07013cd8

View File

@ -4,17 +4,16 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2023-07-08T16:11:20+03:00", "exported_at": "2023-07-08T19:05:09+03:00",
"name": "Quilt", "name": "Quilt",
"author": "diedyesterdaywashere@gmail.com", "author": "admin@sunstonesoft.com",
"description": "The Quilt project is an open-source, community-driven modding toolchain designed primarily for Minecraft. By focusing on speed, ease of use and modularity, Quilt aims to provide a sleek and modern modding toolchain with an open ecosystem.", "description": "The Quilt project is an open-source, community-driven modding toolchain designed primarily for Minecraft. By focusing on speed, ease of use and modularity, Quilt aims to provide a sleek and modern modding toolchain with an open ecosystem.",
"features": null, "features": null,
"docker_images": { "docker_images": {
"Java 8": "ghcr.io\/pterodactyl\/yolks:java_8", "Java 8: 1.14 - 1.16.5": "ghcr.io\/pterodactyl\/yolks:java_8",
"Java 11": "ghcr.io\/pterodactyl\/yolks:java_11", "Java 16: 1.17 - 1.17.1": "ghcr.io\/pterodactyl\/yolks:java_16",
"Java 16": "ghcr.io\/pterodactyl\/yolks:java_16", "Java 17: 1.18 - Newest": "ghcr.io\/pterodactyl\/yolks:java_17",
"Java 17": "ghcr.io\/pterodactyl\/yolks:java_17", "Java 18: Newest": "ghcr.io\/pterodactyl\/yolks:java_18"
"Java 18": "ghcr.io\/pterodactyl\/yolks:java_18"
}, },
"file_denylist": [], "file_denylist": [],
"startup": "java -jar {{SERVER_JARFILE}} nogui -Xms128M -XX:MaxRAMPercentage=95.0", "startup": "java -jar {{SERVER_JARFILE}} nogui -Xms128M -XX:MaxRAMPercentage=95.0",