ARTIFACTORY: What is the “_uploads” folder under Artifactory Docker repositories?

ARTIFACTORY: What is the “_uploads” folder under Artifactory Docker repositories?

AuthorFullName__c
Fadi Rouhana
articleNumber
000005322
ft:sourceType
Salesforce
FirstPublishedDate
2022-06-28T14:23:43Z
lastModifiedDate
2024-03-10T07:49:13Z
VersionNumber
4

When pushing a Docker image to Artifactory, a “_uploads” folder is created under the Docker repository as seen below:

User-added image

To better understand the usage of the “_uploads” folder, we need to understand how the Docker Push API works. Docker pushes images in two parts: first it uploads the layers, then, once all the layers are uploaded, it uploads the signed manifest, which references the layers to pull them together into a cohesive image.