From 1639d3c2cdffdda0531a3e4bde653aaab076f11c Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Tue, 7 Jul 2020 14:44:33 +0200 Subject: [PATCH] gitlab-ci: update ci-fairy minio to latest upstream MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit the new ci-fairy minio on ci-templates can copy data to/from the MinIO server with much less permissions. Upgrading mesa to this commit will allow us to restrict the git-cache bucket permission to only "fetch" objects, i.e. not allow anybody to walk through the tree of any repo. Reviewed-by: Michel Dänzer Signed-off-by: Benjamin Tissoires Part-of: --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e1f49c8413..ff6d665b9dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -403,10 +403,10 @@ git_archive: - schedules variables: FDO_REPO_SUFFIX: &git-archive-suffix "alpine/git_archive" - FDO_DISTRIBUTION_EXEC: 'pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@52dd4a94044449c8481d18dcdc221a3c636366d2' + FDO_DISTRIBUTION_EXEC: 'pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@6f5af7e5574509726c79109e3c147cee95e81366' # no need to pull the whole repo to build the container image GIT_STRATEGY: none - FDO_DISTRIBUTION_TAG: &git-archive-tag "2020-07-02" + FDO_DISTRIBUTION_TAG: &git-archive-tag "2020-07-07" FDO_DISTRIBUTION_PACKAGES: git py3-pip -- 2.30.2