bookkeeper bug fix

This commit is contained in:
2025-04-22 18:53:14 -04:00
parent 4aa4bd701a
commit ee25454664
5 changed files with 7 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
0.0.6
+2 -1
View File
@@ -4,10 +4,11 @@
RegistryService=cloud21.cvtt.vpn:5500
ImageName=md_recorder
BashFunctionCode=$(realpath $(dirname ${0}))/../../dckr_bld_functions.sh
ImageVersion=$(cat $(realpath $(dirname ${0}))/VERSION)
# --- Settings
usage() {
echo "Usage: $0 -V <image_version> -L <library>:<library_version>"
echo "Usage: $0 -L <library>:<library_version> [-V <image_version>] "
exit 1
}