Skip to content

Commit

Permalink
Update to get most templates to use some docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Apr 11, 2024
1 parent 82c076e commit 2502b4c
Show file tree
Hide file tree
Showing 14 changed files with 104 additions and 80 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/deploy.yml

This file was deleted.

9 changes: 9 additions & 0 deletions factorio/factorio.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
"environment": {
"type": "host"
},
"supportedEnvironments": [
{
"type": "host"
},
{
"type": "docker",
"image": "pufferpanel/ubuntu"
}
],
"requirements": {
"os": "linux",
"arch": "amd64",
Expand Down
9 changes: 9 additions & 0 deletions fivem/fivem.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@
"environment": {
"type": "host"
},
"supportedEnvironments": [
{
"type": "host"
},
{
"type": "docker",
"image": "pufferpanel/ubuntu"
}
],
"requirements": {
"os": "linux",
"arch": "amd64",
Expand Down
13 changes: 12 additions & 1 deletion minecraft-bedrock/minecraft-bedrock.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@
"install": [
{
"type": "download",
"files": "https://minecraft.azureedge.net/bin-linux/bedrock-server-${version}.zip"
"files": [
"https://minecraft.azureedge.net/bin-linux/bedrock-server-${version}.zip"
]
},
{
"type": "command",
Expand Down Expand Up @@ -183,6 +185,15 @@
"environment": {
"type": "host"
},
"supportedEnvironments": [
{
"type": "host"
},
{
"type": "docker",
"image": "pufferpanel/ubuntu"
}
],
"requirements": {
"os": "linux",
"arch": "amd64",
Expand Down
4 changes: 3 additions & 1 deletion minecraft-bungeecord/minecraft-bungeecord.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
},
{
"type": "download",
"files": "http://ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar"
"files": [
"http://ci.md-5.net/job/BungeeCord/lastSuccessfulBuild/artifact/bootstrap/target/BungeeCord.jar"
]
},
{
"type": "writefile",
Expand Down
9 changes: 9 additions & 0 deletions minecraft-waterfall/minecraft-waterfall.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,14 @@
"environment": {
"type": "host"
},
"supportedEnvironments": [
{
"type": "host"
},
{
"type": "docker",
"image": "eclipse-temurin:17"
}
],
"requirements": {}
}
13 changes: 12 additions & 1 deletion pocketmine/pocketmine.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"install": [
{
"type": "download",
"files": "https://raw.githubusercontent.com/pmmp/get.pmmp.io/stable/installer.sh"
"files": [
"https://raw.githubusercontent.com/pmmp/get.pmmp.io/stable/installer.sh"
]
},
{
"type": "command",
Expand Down Expand Up @@ -51,6 +53,15 @@
"environment": {
"type": "host"
},
"supportedEnvironments": [
{
"type": "host"
},
{
"type": "docker",
"image": "ubuntu"
}
],
"requirements": {
"os": "linux",
"arch": "amd64"
Expand Down
9 changes: 9 additions & 0 deletions teamspeak3/teamspeak3.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@
"environment": {
"type": "host"
},
"supportedEnvironments": [
{
"type": "host"
},
{
"type": "docker",
"image": "ubuntu"
}
],
"requirements": {
"os": "linux",
"arch": "amd64",
Expand Down
9 changes: 9 additions & 0 deletions terraria-tmodloader/terraria-tmodloader.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,15 @@
"environment": {
"type": "host"
},
"supportedEnvironments": [
{
"type": "host"
},
{
"type": "docker",
"image": "pufferpanel/ubuntu"
}
],
"requirements": {
"os": "linux",
"arch": "amd64",
Expand Down
9 changes: 9 additions & 0 deletions terraria-tshock/terraria-tshock.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@
"environment": {
"type": "host"
},
"supportedEnvironments": [
{
"type": "host"
},
{
"type": "docker",
"image": "pufferpanel/ubuntu"
}
],
"requirements": {
"os": "linux",
"binaries": [
Expand Down
9 changes: 9 additions & 0 deletions terraria-vanilla/terraria-vanilla.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,15 @@
"environment": {
"type": "host"
},
"supportedEnvironments": [
{
"type": "host"
},
{
"type": "docker",
"image": "pufferpanel/ubuntu"
}
],
"requirements": {
"os": "linux",
"arch": "amd64",
Expand Down
10 changes: 0 additions & 10 deletions tf2/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion tf2/tf2.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
{
"type": "docker",
"image": "pufferpanel/tf2"
"image": "pufferpanel/steamcmd"
}
],
"requirements": {
Expand Down
14 changes: 13 additions & 1 deletion valheim/valheim.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,20 @@
"environment": {
"type": "host"
},
"supportedEnvironments": [
{
"type": "host"
},
{
"type": "docker",
"image": "steamcmd/steamcmd"
}
],
"requirements": {
"os": "linux",
"arch": "amd64"
"arch": "amd64",
"binaries": [
"unzip"
]
}
}

0 comments on commit 2502b4c

Please sign in to comment.