aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins-common.sh')
-rw-r--r--jenkins-common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins-common.sh b/jenkins-common.sh
index e172a4f..1cfbbfc 100644
--- a/jenkins-common.sh
+++ b/jenkins-common.sh
@@ -22,6 +22,7 @@ docker_upstream_distro_from_image_name() {
case "$1" in
osmo-*-centos8) echo "centos:centos8"; ;;
centos8-*) echo "centos:centos8" ;;
+ debian10-*) echo "debian:buster" ;;
*) echo "debian:stretch" ;;
esac
}