docker processing scripts

This commit is contained in:
2026-05-13 18:06:16 +00:00
parent de36ec50f7
commit d4c5b73c13
2 changed files with 22 additions and 0 deletions

7
bin/build.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
IMAGE="registry.jlinc.io/jlinc-server"
TAG=$(date +'%Y%m%d.%H%M%S')
set -x
docker build -t ${IMAGE}:${TAG} .
{ set +x; } 2>/dev/null