From: Benjamin Tissoires Date: Tue, 7 Jul 2020 12:44:33 +0000 (+0200) Subject: gitlab-ci: update ci-fairy minio to latest upstream X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1639d3c2cdffdda0531a3e4bde653aaab076f11c;p=mesa.git gitlab-ci: update ci-fairy minio to latest upstream 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: --- 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