From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 406B3C64EC7 for ; Tue, 28 Feb 2023 11:59:24 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pWydL-00085E-5X; Tue, 28 Feb 2023 06:59:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWydK-00084X-53 for qemu-devel@nongnu.org; Tue, 28 Feb 2023 06:59:02 -0500 Received: from mail-wm1-x32f.google.com ([2a00:1450:4864:20::32f]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pWydH-0001XP-NZ for qemu-devel@nongnu.org; Tue, 28 Feb 2023 06:59:01 -0500 Received: by mail-wm1-x32f.google.com with SMTP id p23-20020a05600c1d9700b003ead4835046so802451wms.0 for ; Tue, 28 Feb 2023 03:58:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Cu2HY+g3VzeC7uyCoEf0D0JLI5yrMiBoPgvJVLxHObg=; b=h5gTV3+M0jFAcKNrhJwhcVnjKeZcT5o4APilOMlg45MVRZCAeN6VkGYCX6zOtWXcMF h2/EvAI/ci4C8TM3/oMobol0t54ZIbQA5KwuoJvki8bbEDlXIca3xv2Tb4KM7yBk3UBH +qgj9kPgZfkb+VtKZCEcF+Z3KZfKG+OcnbV/6ZnAwqZrLj08aZGeJDURiKCib7O8c0Wk Jjihag3hcqyD6LKBYpUVT9o68ocD2uCs0vA47y6Dy+SecuyIBMSvmSmvk9ADutroK/g2 TfgyePhQMa4iEoMyNoDGQWg6FJn4eCaIcf3qzf9QWGekyJMJRBE94vMCfizqVpDdFQHK AlIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Cu2HY+g3VzeC7uyCoEf0D0JLI5yrMiBoPgvJVLxHObg=; b=E/7WWJrzawNR0nz32lyo10pEzyeRNsGOICRKK5UPdibtm4E/LqhM+Vl4G5UULK/mpN f14IZ8JMu+SU4KQE8eJjf1ORp1Fl25MbROiZn1gieQxpLovHHmTHHBFntTT1zY6Ylq4s TkRjC0nfRvqy9GwKFtMn7u7qnDPii1vG8POvn+xVNoHCgPAeBpTKKQoD+DuDf4TZ1JdO /OxS90Vb2HQ/TZJ+uRuP5pHFVrPTiCNwLKVrxXMlsVhrD1j8T9eSDnuvX+e+P46cJjWc /gWVcPRBGEJUbzZUha6J+izNPmobuAbus2Cm3KThBRdeyy1LAAJWzmNACFwnq/ORNMlG gwYA== X-Gm-Message-State: AO0yUKUDTQJIFE/eqLtxC21n9p0M92ZyeeBVpQ0Lx7rhKZS4Q15r6cB4 H2mKtCSQhtnjpiIVCBr7kgw48A== X-Google-Smtp-Source: AK7set/San4WGyyTQLKDreCmQvqDw1DBGczJLSFqL3CM8aRwh64BZf+xY8i6kt/18LeFzWd3y6sHow== X-Received: by 2002:a05:600c:3d8f:b0:3e2:d3:b2b6 with SMTP id bi15-20020a05600c3d8f00b003e200d3b2b6mr2064158wmb.14.1677585537952; Tue, 28 Feb 2023 03:58:57 -0800 (PST) Received: from [192.168.30.216] ([81.0.6.76]) by smtp.gmail.com with ESMTPSA id r14-20020adff70e000000b002c567881dbcsm9635844wrp.48.2023.02.28.03.58.55 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 28 Feb 2023 03:58:57 -0800 (PST) Message-ID: Date: Tue, 28 Feb 2023 12:58:54 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH 0/7] testing/next: docker.py removal and kaniko updates Content-Language: en-US To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org Cc: Li-Wen Hsu , Thomas Huth , Kevin Wolf , Stefan Hajnoczi , Michael Roth , Qiuhao Li , Beraldo Leal , Paolo Bonzini , =?UTF-8?Q?Daniel_P=2e_Berrang=c3=a9?= , Cleber Rosa , Yonggang Luo , Ed Maste , Peter Maydell , Aurelien Jarno , qemu-arm@nongnu.org, qemu-block@nongnu.org, Bastian Koppelmann , John Snow , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Alexander Bulekov , Hanna Reitz , Bandan Das , Markus Armbruster , Darren Kenny , Wainer dos Santos Moschetta , Pavel Dovgalyuk References: <20230224180857.1050220-1-alex.bennee@linaro.org> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= In-Reply-To: <20230224180857.1050220-1-alex.bennee@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a00:1450:4864:20::32f; envelope-from=philmd@linaro.org; helo=mail-wm1-x32f.google.com X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.092, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On 24/2/23 19:08, Alex Bennée wrote: > This series attempts to remove our dependence on the docker.py script > and build things directly with the appropriate tool. I've been > noodling around with how we build images on gitlab to see if they can > cache better because the normal case should be we don't need to > rebuild everything if the upstream distro hasn't updated its package > list. > > Anyway what do people think? Removing dind limitation is interesting. Unrelated, can we tag registry.gitlab.com/qemu-project's docker images along with releases?