-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 container image validation #474
Conversation
@maciaszczykm You've recently updated Godeps. Can you help @f-higashi with this? |
@bryk @f-higashi I can do it on Monday, because till end of the week I'm on sick leave. |
Try:
|
Thanks for information. |
9c3da0c
to
cc40292
Compare
Hmm. @bryk |
I've cancelled the build. |
Let me know when this is ready for review. |
cc40292
to
93e011e
Compare
Thank you to cancel jobs. |
Hmm.... I dont know. Maybe drop this PR and create a new one? |
Yes. |
After closing this pull request, the build started... |
After reopen, new build is registered and stopped. |
Added container image validation. #422
Image reference format is very complicated. I think it is hard to write and maintain it.
So I used docker library in backend.
What do you think?
@bryk
BTW
How do I update Godep.json?
When I executed 'godep save ./src/app/backend', all dependencies are removed.