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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95BE5C433EF for ; Sat, 13 Nov 2021 23:37:27 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9BCBE61074 for ; Sat, 13 Nov 2021 23:37:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9BCBE61074 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BE26B832FE; Sun, 14 Nov 2021 00:37:24 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 10AC88331E; Sun, 14 Nov 2021 00:37:23 +0100 (CET) Received: from mail-qt1-f171.google.com (mail-qt1-f171.google.com [209.85.160.171]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 5494483201 for ; Sun, 14 Nov 2021 00:37:19 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qt1-f171.google.com with SMTP id o17so12064225qtk.1 for ; Sat, 13 Nov 2021 15:37:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=iG6rsJbE7vp9lP3JU4upLcptASjXPDWv+vyfVEM2oek=; b=C2mFCqtdrYQZvx4KyAfmYbzHjwj7qRl/E/HABqSap47Bj1uw4sGP8P4JuUC9kLhy/f VBZW+JCLMoYp3LpEfH6oBgaYc2a1ksJHjw/eSV/rx2wZIamA6SpuP54RrxOKl3f/vOL5 KN6RyNOgIHtwQFbry4m7TuYmRn63X0g+g8Y8nj2VHIPg+cuQsBEGL4dcAtBUe9Kelhbs xxDi058oGmlfUWIakMtYASL9/yadrHio5ybPcf332a3ZbU1ZNPX+cW4460i9+3c192eF 9bPg8Y+eWGnDNwjoaUhaSBUKtXjpXMlGoFpyYoCcDHjEkt51c8BjS51rgMsr+cLBpJvP O4PA== X-Gm-Message-State: AOAM532obu6qCY5DKZ3OB6aG8Soi/j+hWKvETjk2B2LqVjOmunAlD/vM n52atqfUy5UUKsYKliOdcGZqsT/Aeg== X-Google-Smtp-Source: ABdhPJxDxvRQwmMmvtbPNV6HCUJbtqf9ZX/DzAG0r8wIz/1g2+lH4OFRcJmkHanfhVf7MArx7GguTg== X-Received: by 2002:ac8:7f0d:: with SMTP id f13mr28380900qtk.341.1636846638020; Sat, 13 Nov 2021 15:37:18 -0800 (PST) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-4cb9-6f90-a78c-44a8.res6.spectrum.com. [2603:6081:7b01:cbda:4cb9:6f90:a78c:44a8]) by smtp.gmail.com with ESMTPSA id p187sm4566299qkd.101.2021.11.13.15.37.17 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 13 Nov 2021 15:37:17 -0800 (PST) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH] Dockerfile, CI: Update to latest "focal" tag Date: Sat, 13 Nov 2021 18:37:14 -0500 Message-Id: <20211113233714.998147-1-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.35 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Signed-off-by: Tom Rini --- .azure-pipelines.yml | 2 +- .gitlab-ci.yml | 2 +- tools/docker/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 41b34ea7de5a..8801ff7d81b3 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -2,7 +2,7 @@ variables: windows_vm: windows-2019 ubuntu_vm: ubuntu-18.04 macos_vm: macOS-10.15 - ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20210921-05Oct2021 + ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20211006-14Nov2021 # Add '-u 0' options for Azure pipelines, otherwise we get "permission # denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer", # since our $(ci_runner_image) user is not root. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7c65ebbcef3..4c89daeadcf3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # Grab our configured image. The source for this is found at: # https://source.denx.de/u-boot/gitlab-ci-runner -image: trini/u-boot-gitlab-ci-runner:focal-20210921-05Oct2021 +image: trini/u-boot-gitlab-ci-runner:focal-20211006-14Nov2021 # We run some tests in different order, to catch some failures quicker. stages: diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 1a44423d77b7..e87c71330bee 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -2,7 +2,7 @@ # This Dockerfile is used to build an image containing basic stuff to be used # to build U-Boot and run our test suites. -FROM ubuntu:focal-20210921 +FROM ubuntu:focal-20211006 MAINTAINER Tom Rini LABEL Description=" This image is for building U-Boot inside a container" -- 2.25.1