Issue #3703
closed
Update image upload to be compatible with skopeo Directory Transport 1.1
Status:
CLOSED - CURRENTRELEASE
Description
Upload of the tar file( from skopeo copy) fails with:
DKR1018: Layer ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28.tar is not present in the image
This is due to this change happened in skopeo:
https://github.com/containers/image/pull/419
- Description updated (diff)
- Priority changed from Normal to High
- Severity changed from 2. Medium to 3. High
- Triaged changed from No to Yes
- Sprint set to Sprint 37
Note that skopeo copy dir: creates a version file with contents like "Directory Transport Version: 1.0". Version 1.0 had the .tar extensions while version 1.1 does not.
- Subject changed from Unable to upload saved image to docker repository to Update image upload to be compatible with skopeo Directory Transport 1.1
- Status changed from NEW to ASSIGNED
- Assignee set to amacdona@redhat.com
- Sprint Candidate changed from No to Yes
- Sprint changed from Sprint 37 to Sprint 38
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- Platform Release set to 2.16.2
- Status changed from MODIFIED to 5
- Status changed from 5 to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Read/use Directory Transport version from Skopeo
Adds comparators for a new class Version which represents a skopeo directory transport version. This will allow us to easily support future changes.
https://github.com/containers/image/pull/419 fixes: #3703