Tags
This commit is contained in:
parent
759aa234c6
commit
fccff6558a
2 changed files with 12 additions and 2 deletions
11
build-and-upload.sh
Executable file
11
build-and-upload.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set euo pipefail
|
||||
|
||||
|
||||
nix build .#images.default
|
||||
podman load -i ./result
|
||||
|
||||
podman push localhost/docker-vintagestory-server:1.18.15 forgejo.obyoxion.at/nionidh/docker-vintagestory-server:1.18.15
|
||||
|
||||
# podman image rm localhost/docker-vintagestory-server:latest
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
images = {
|
||||
default = pkgs.dockerTools.buildLayeredImage {
|
||||
name = "docker-vintagestory-server";
|
||||
tag = "latest";
|
||||
tag = "1.18.15";
|
||||
architecture = "amd64";
|
||||
|
||||
contents =
|
||||
|
|
@ -85,7 +85,6 @@
|
|||
config = {
|
||||
Env = ["HOME=/home/dotnet"];
|
||||
Cmd = ["vintagestory-server" "--dataPath" "/game"];
|
||||
#Cmd = ["/bin/bash"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue