removed the need for password for user
This commit is contained in:
parent
2ae1d28f45
commit
43aa9927bf
@ -3,5 +3,5 @@ if [[ -z $VERSION ]] ;
|
|||||||
then
|
then
|
||||||
VERSION=$(curl https://api.papermc.io/v2/projects/paper | jq -r .versions\[-1\]);
|
VERSION=$(curl https://api.papermc.io/v2/projects/paper | jq -r .versions\[-1\]);
|
||||||
fi;
|
fi;
|
||||||
docker build -t "minecraft:paper-$VERSION" . --build-arg VERSION=$VERSION
|
docker build -t "minecraft:paper-$VERSION" . --build-arg VERSION=$VERSION --label type=GAME
|
||||||
echo version=$VERSION
|
echo version=$VERSION
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
docker build -t garrys-mod:latest .
|
docker build -t garrys-mod:latest . --label type=GAME
|
||||||
|
2
steam/insurgency-sandstorm/create.sh
Normal file → Executable file
2
steam/insurgency-sandstorm/create.sh
Normal file → Executable file
@ -1,2 +1,2 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
docker build -t insugency-sandstorm:latest .
|
docker build -t insugency-sandstorm:latest . --label type=GAME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user