Resolve KASM-4031 "Feature/ alpine 317"

This commit is contained in:
Ryan Kuba
2023-03-03 11:09:08 +00:00
committed by Matthew McClaskey
parent a2c49f6d89
commit 20876547a1
13 changed files with 424 additions and 7 deletions

View File

@@ -10,6 +10,8 @@ detect_package_format() {
package_format=rpm
if ls builder/dockerfile*"$os"* | grep -q .deb.build; then
package_format=deb
elif ls builder/dockerfile*"$os"* | grep -q .apk.build; then
package_format=apk
fi
}