Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

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