-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add more APIv2 tests for images. #7690
Add more APIv2 tests for images. #7690
Conversation
I think gitvalidation is complaining that your commit subject includes trailing whitespace |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but one request for cleanup. Thank you for your work on this!
.RepoTags[1]=localhost:5000/myrepo:mytag | ||
|
||
# Run registry container | ||
podman run -d --name registry -p 5000:5000 docker.io/library/registry:2.6 /entrypoint.sh /etc/docker/registry/config.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please stop/rm this when finished
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After use it will be removed in line 38 - t DELETE libpod/containers/registry?force=true 204
f951c24
to
84be4cc
Compare
@Edward5hen just checking in to make sure you're aware of the CI failures here |
@edsantiago sorry, I'm replying late. I was taking PTO. I'm confused about why we have this make error. It works quite well on my local machine. |
@Edward5hen Could you rebase and see if the build works. |
Signed-off-by: Edward Shen <[email protected]>
84be4cc
to
eb11e12
Compare
Thanks @Edward5hen |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Edward5hen, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Covering:
push
tag
untag
rmi
image tree
Signed-off-by: Edward Shen [email protected]