-
Notifications
You must be signed in to change notification settings - Fork 156
Add region and arch field for images #256
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
Conversation
QuentinPerez
commented
Jan 6, 2016
pkg/api/cache.go
Outdated
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.
you don't need to specify iota each time
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.
Prefix the constants
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.
Do you have an example of the new output with the title under the list of candidates ?
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.
- 5f19794c bootscript:3-2-34-apparmor-31 3.2.34-apparmor #31 arm
- 7c7fcac7 bootscript:4-2-5-apparmor-259 4.2.5-apparmor #259 arm
- 1e7a3063 bootscript:armv7l-4-3-3-std-1-latest armv7l 4.3.3 std #1 (latest) arm
FATA[0000] cannot execute 'run': failed to create server: Too many candidates for m (3)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.
perfect
pkg/api/api.go
Outdated
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.
I think that you will soon need to add the region here, so maybe we should switch to a structure
|
LGTM, you can fix my comments now or later as they are clearly not important We need to test this version for a while so we can adjust the details, so as soon as the PR is merged, I will create a pre-release |
Add region and arch field for images