]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
change builder image with distro tags
authorBastian Dehn <hhaalo@arcor.de>
Sat, 25 Apr 2026 14:26:15 +0000 (16:26 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 25 Apr 2026 14:26:15 +0000 (16:26 +0200)
builder/builder

index a2785420cb8b28dba5e8d4c552b35650cdf7c3e1..5c9f8f71131cc7fd1f298d97c3d19e4fa1f7fe68 100755 (executable)
@@ -16,7 +16,7 @@ build_container_image()
        local distro_postfix="$1"
 
        podman build \
-               -t sane-kds-s2000w-net-builder-$distro_postfix \
+               -t sane-kds-s2000w-net-builder:$distro_postfix \
                -f build/Containerfile-$distro_postfix \
                || return $?
 }
@@ -28,7 +28,7 @@ run_builder_container()
        podman run \
                --rm \
                -v .:/src \
-               sane-kds-s2000w-net-builder-$distro_postfix \
+               sane-kds-s2000w-net-builder:$distro_postfix \
                || return $?
 }