From 1d18b7365f0ad3f71c727f37d0c246255cd623fa Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 30 Jun 2021 14:53:57 +0300 Subject: [PATCH 1/2] patch: include all available nodejs images --- bots/discord/discord.js/egg-discord-js-generic.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bots/discord/discord.js/egg-discord-js-generic.json b/bots/discord/discord.js/egg-discord-js-generic.json index 4fb3cb89..4753aa92 100644 --- a/bots/discord/discord.js/egg-discord-js-generic.json +++ b/bots/discord/discord.js/egg-discord-js-generic.json @@ -4,12 +4,14 @@ "version": "PTDL_v1", "update_url": null }, - "exported_at": "2021-03-30T01:47:36+00:00", + "exported_at": "2021-06-30T14:47:33+03:00", "name": "discord.js generic", "author": "parker@parkervcp.com", "description": "a generic discord js bot egg\r\n\r\nThis will clone a git repo for a bot. it defaults to master if no branch is specified.\r\n\r\nInstalls the node_modules on install. If you set user_upload then I assume you know what you are doing.", "features": null, "images": [ + "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-16", + "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-15", "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-14", "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-12", "quay.io\/parkervcp\/pterodactyl-images:debian_nodejs-10" From 269fded2dcd6b5c55c9d67c5cdd6ebd33d724852 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 30 Jun 2021 14:54:24 +0300 Subject: [PATCH 2/2] patch: include all available python images --- bots/discord/discord.py/egg-discord-py-generic.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bots/discord/discord.py/egg-discord-py-generic.json b/bots/discord/discord.py/egg-discord-py-generic.json index 21a5eb7a..f0987dbb 100644 --- a/bots/discord/discord.py/egg-discord-py-generic.json +++ b/bots/discord/discord.py/egg-discord-py-generic.json @@ -4,12 +4,13 @@ "version": "PTDL_v1", "update_url": null }, - "exported_at": "2021-03-31T23:08:12+00:00", + "exported_at": "2021-06-30T14:48:29+03:00", "name": "discord.py generic", "author": "parker@parkervcp.com", "description": "A Discord bot written in Python using discord.py\r\n\r\nhttps:\/\/github.com\/Ispira\/pixel-bot", "features": null, "images": [ + "quay.io\/parkervcp\/pterodactyl-images:debian_python-3.9", "quay.io\/parkervcp\/pterodactyl-images:debian_python-3.8", "quay.io\/parkervcp\/pterodactyl-images:debian_python-2.7" ],