This repository has been archived by the owner on Mar 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
version: Update container image to 16020 #1002
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Required for #997 |
gorozco1
suggested changes
Jun 21, 2017
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 add also the linux-kernel version released with image 16020
versions.txt
Outdated
@@ -4,7 +4,7 @@ json_glib_version=1.2.2 | |||
check_version=0.10.0 | |||
docker_engine_fedora_version=1.12.1 | |||
docker_engine_ubuntu_version=1.12.1-0~xenial | |||
clear_vm_image_version=15900 | |||
clear_vm_image_version=16020 | |||
clear_vm_kernel_version=4.9.32-71 |
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.
we need to sync out also the kernel there when we updated one or the other, so we need the linux-container kernel version that was released in clear image 16020
This image contains hyperstart changes to not error out in case there are failures in scanning scsi devices when a block device is passed for container rootfs. Update to the kernel version released with 16020. Signed-off-by: Archana Shinde <[email protected]>
amshinde
force-pushed
the
update-container-img-version
branch
from
June 21, 2017 22:56
64eef0e
to
0ef2f8c
Compare
@gorozco1 can you approve this change now ? |
@amshinde can we remove the do-not-merge label ? |
qa-passed |
gorozco1
approved these changes
Jun 22, 2017
lgtm |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This image contains hyperstart changes to not error out in case
there are failures in scanning scsi devices.
Signed-off-by: Archana Shinde [email protected]