Issue #3703
closedUpdate image upload to be compatible with skopeo Directory Transport 1.1
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:
Updated by CodeHeeler over 6 years ago
- 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
Updated by tomckay@redhat.com over 6 years ago
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.
Updated by amacdona@redhat.com over 6 years ago
- 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
Updated by amacdona@redhat.com over 6 years ago
- Status changed from ASSIGNED to POST
Added by amacdona@redhat.com over 6 years ago
Added by amacdona@redhat.com over 6 years ago
Revision 12761e47 | View on GitHub
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.
Added by amacdona@redhat.com over 6 years ago
Revision 12761e47 | View on GitHub
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.
Added by amacdona@redhat.com over 6 years ago
Revision 12761e47 | View on GitHub
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.
Updated by amacdona@redhat.com over 6 years ago
- Status changed from POST to MODIFIED
Applied in changeset 12761e47bbf5bf478f88891c6b3de4d2b383bb18.
Added by amacdona@redhat.com over 6 years ago
Revision 748f1c93 | View on GitHub
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.
Added by amacdona@redhat.com over 6 years ago
Revision 748f1c93 | View on GitHub
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.
Updated by amacdona@redhat.com over 6 years ago
Applied in changeset 748f1c933c126877912ebf549f42e508a9097775.
Updated by ipanova@redhat.com over 6 years ago
- Status changed from MODIFIED to 5
Updated by ipanova@redhat.com over 6 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
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