Victor Seva 10 mesiacov pred
rodič
commit
63a6d0289a
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      Makefile
  2. 1 1
      create_dockerfile.sh

+ 1 - 1
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
 

+ 1 - 1
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"