run ebusd -V at last

This commit is contained in:
John
2022-02-19 12:16:04 +01:00
parent 2d45fb20a0
commit 095bb616ba
4 changed files with 11 additions and 12 deletions
+2
View File
@@ -7,6 +7,7 @@ function replaceTemplate () {
-e "s#%EBUSD_VERSION_VARIANT%#${version_variant}#g" \
-e "s#%EBUSD_UPLOAD_LINES%#${upload_lines}#g" \
-e "s#%EBUSD_COPYDEB%#${copydeb}#g" \
-e "s#%EBUSD_DEBSRC%#${debsrc}#g" \
-e "s#%EBUSD_COPYENTRY%#${copyentry}#g" \
Dockerfile.template > "$file"
echo "updated $file"
@@ -17,6 +18,7 @@ version_variant='-devel'
make='RUNTEST=full ./make_debian.sh'
upload_lines=''
copydeb='COPY --from=build /build/ebusd-*_mqtt1.deb ebusd.deb'
debsrc='ebusd.deb \&\& rm -f ebusd.deb'
copyentry='COPY --from=build /build/contrib/docker/docker-entrypoint.sh /'
namesuffix=''
replaceTemplate