Skip to content

aws-test: don't use skopeo delete to untag images#342

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
miabbott:skopeo_delete_is_not_untag
Oct 2, 2018
Merged

aws-test: don't use skopeo delete to untag images#342
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
miabbott:skopeo_delete_is_not_untag

Conversation

@miabbott
Copy link
Member

@miabbott miabbott commented Oct 2, 2018

From containers/skopeo#531:

skopeo delete is not an “untag” operation: it deletes the image,
and all tags referring to it within the repository. It is not possible
to delete a single tag pointing at an image without deleting the image
and all other tags pointing at it at the same time; the registry API
does not provide such an operation.

Since the delete operation is going to fail, just remove it for now
to unblock the job until we get a workaround.

From containers/skopeo#531:

>  `skopeo delete` is not an “untag” operation: it deletes the image,
and all tags referring to it within the repository. It is not possible
to delete a single tag pointing at an image without deleting the image
and all other tags pointing at it at the same time; the registry API
does not provide such an operation.

Since the `delete` operation is going to fail, just remove it for now
to unblock the job until we get a workaround.
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 2, 2018
@yuqi-zhang
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 2, 2018
@openshift-merge-robot openshift-merge-robot merged commit ed01490 into openshift:master Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants