diff --git a/docker-compose.yml b/docker-compose.yml index 12ffbea..e2feada 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: pimod: build: ./pimod diff --git a/tRackIT-OS.Pifile b/tRackIT-OS.Pifile index 2dcd1e9..692b13a 100644 --- a/tRackIT-OS.Pifile +++ b/tRackIT-OS.Pifile @@ -1,10 +1,27 @@ # Set default ARCH : ${ARCH:=arm64} -FROM "https://github.com/tRackIT-Systems/tsOS-Base/releases/download/2024.05.1/tsOS-Base-${ARCH}-2024.05.1.zip" +FROM "https://github.com/tRackIT-Systems/tsOS-Base/releases/download/2024.07.2/tsOS-Base-${ARCH}-2024.07.2.zip" TO "tRackIT-OS-${ARCH}.img" PUMP 300M +# Set os-release info +NAME="tRackIT-OS" +VERSION_ID=`git describe --tags --always || true` +VERSION_CODENAME=bookworm + +RUN tee /etc/os-release <