From 292e6020a50ad1e7bfad4cc7129a2c890d12fdbd Mon Sep 17 00:00:00 2001 From: Isaac A <6174343+tenten8401@users.noreply.github.com> Date: Fri, 2 Nov 2018 14:09:44 -0400 Subject: [PATCH] Change Unturned to use GitLab registry Moving the egg to GitLab from Docker Hub because the builds are much faster and it's more integrated with the project. --- unturned/rocketmod/egg-rocketmod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unturned/rocketmod/egg-rocketmod.json b/unturned/rocketmod/egg-rocketmod.json index 8a406e96..6392ad6f 100644 --- a/unturned/rocketmod/egg-rocketmod.json +++ b/unturned/rocketmod/egg-rocketmod.json @@ -7,7 +7,7 @@ "name": "RocketMod", "author": "isaac@isaacs.site", "description": "The RocketMod server mod for Unturned.", - "image": "tenten8401\/pterodactyl-unturned", + "image": "registry.gitlab.com\/tenten8401\/pterodactyl-unturned", "startup": "mono RocketLauncher.exe unturned", "config": { "files": "{\r\n \"Servers\/unturned\/Server\/Commands.dat\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"Port\": \"Port {{server.build.default.port}}\"\r\n }\r\n}\r\n}",