21055: Add debian 12 codename to fix docker install. 21055-sysctl-in-docker
authorTom Clegg <tom@curii.com>
Tue, 17 Oct 2023 18:54:57 +0000 (14:54 -0400)
committerTom Clegg <tom@curii.com>
Tue, 17 Oct 2023 18:54:57 +0000 (14:54 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/install/deps.go

index 81b2fad921f8c51382a995b38dad397053e0e59e..c4f104f30ac142055dcd94a5b724f1ef7e453b78 100644 (file)
@@ -240,6 +240,8 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read
                                codename = "buster"
                        case 11:
                                codename = "bullseye"
+                       case 12:
+                               codename = "bookworm"
                        default:
                                err = fmt.Errorf("don't know how to install docker-ce for debian %d", osv.Major)
                                return 1