diff --git a/Makefile b/Makefile index 8b51881..70fd1e7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DISTS ?= bookworm bullseye buster jessie stretch wheezy jammy focal bionic trusty xenial +DISTS ?= bookworm bullseye buster jessie stretch wheezy noble jammy focal bionic trusty xenial VERSION ?= 5.5.0 diff --git a/create_dockerfile.sh b/create_dockerfile.sh index eb01f91..4882173 100755 --- a/create_dockerfile.sh +++ b/create_dockerfile.sh @@ -89,7 +89,7 @@ EOF } case ${dist} in - jammy|focal|bionic|xenial|trusty|precise) base=ubuntu ;; + noble|jammy|focal|bionic|xenial|trusty|precise) base=ubuntu ;; squeeze|wheezy|jessie|stretch|buster|bullseye|bookworm) base=debian ;; *) echo "ERROR: no ${dist} base supported"