mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Clarify where the artifacts metadata .gz is generated
This commit is contained in:
@ -142,9 +142,9 @@ and [projects APIs](../api/projects.md).
|
|||||||
## Implementation details
|
## Implementation details
|
||||||
|
|
||||||
When GitLab receives an artifacts archive, an archive metadata file is also
|
When GitLab receives an artifacts archive, an archive metadata file is also
|
||||||
generated. This metadata file describes all the entries that are located in the
|
generated by [GitLab Workhorse]. This metadata file describes all the entries
|
||||||
artifacts archive itself. The metadata file is in a binary format, with
|
that are located in the artifacts archive itself.
|
||||||
additional GZIP compression.
|
The metadata file is in a binary format, with additional GZIP compression.
|
||||||
|
|
||||||
GitLab does not extract the artifacts archive in order to save space, memory
|
GitLab does not extract the artifacts archive in order to save space, memory
|
||||||
and disk I/O. It instead inspects the metadata file which contains all the
|
and disk I/O. It instead inspects the metadata file which contains all the
|
||||||
|
Reference in New Issue
Block a user