mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 05:00:09 +01:00
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 <mdaenzer@redhat.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5804>
This commit is contained in:
parent
b3fdd77385
commit
1639d3c2cd
1 changed files with 2 additions and 2 deletions
|
|
@ -403,10 +403,10 @@ git_archive:
|
||||||
- schedules
|
- schedules
|
||||||
variables:
|
variables:
|
||||||
FDO_REPO_SUFFIX: &git-archive-suffix "alpine/git_archive"
|
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
|
# no need to pull the whole repo to build the container image
|
||||||
GIT_STRATEGY: none
|
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
|
FDO_DISTRIBUTION_PACKAGES: git py3-pip
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue