mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 10:58:06 +00:00 
			
		
		
		
	Add new java yolks images to Discord Java egg
Include new java yolks images that properly manage the sigterm signal with the use of exec
This commit is contained in:
		
							parent
							
								
									edb150f69f
								
							
						
					
					
						commit
						b990f05536
					
				@ -4,19 +4,21 @@
 | 
				
			|||||||
        "version": "PTDL_v1",
 | 
					        "version": "PTDL_v1",
 | 
				
			||||||
        "update_url": null
 | 
					        "update_url": null
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "exported_at": "2021-04-04T11:34:06+01:00",
 | 
					    "exported_at": "2021-07-21T18:23:17+03:00",
 | 
				
			||||||
    "name": "Discord Java",
 | 
					    "name": "Discord Java",
 | 
				
			||||||
    "author": "sneaky@sneakyhub.com",
 | 
					    "author": "sneaky@sneakyhub.com",
 | 
				
			||||||
    "description": "Creates a container that runs java.",
 | 
					    "description": "Creates a container that runs java.",
 | 
				
			||||||
    "features": null,
 | 
					    "features": null,
 | 
				
			||||||
    "images": [
 | 
					    "images": [
 | 
				
			||||||
        "quay.io\/pterodactyl\/core:java-11"
 | 
					        "ghcr.io\/parkervcp\/yolks:java_8",
 | 
				
			||||||
 | 
					        "ghcr.io\/parkervcp\/yolks:java_11",
 | 
				
			||||||
 | 
					        "ghcr.io\/parkervcp\/yolks:java_16"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "file_denylist": [],
 | 
					    "file_denylist": [],
 | 
				
			||||||
    "startup": "java -Dterminal.jline=false -Dterminal.ansi=true -jar {{JARFILE}}",
 | 
					    "startup": "java -Dterminal.jline=false -Dterminal.ansi=true -jar {{JARFILE}}",
 | 
				
			||||||
    "config": {
 | 
					    "config": {
 | 
				
			||||||
        "files": "{}",
 | 
					        "files": "{}",
 | 
				
			||||||
        "startup": "{\r\n    \"done\": \"\"\r\n}",
 | 
					        "startup": "{\r\n    \"done\": \"change this text\"\r\n}",
 | 
				
			||||||
        "logs": "{}",
 | 
					        "logs": "{}",
 | 
				
			||||||
        "stop": "^C"
 | 
					        "stop": "^C"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user