This repository was archived by the owner on May 12, 2021. It is now read-only.
docs: Fix link in README#188
Closed
ygefen wants to merge 4 commits into
Closed
Conversation
|
Hi @ygefen - thanks! Travis is failing. To fix it, please could you rebase and re-push (as you need to pull in the fix for kata-containers/documentation#282)? |
Add support for building a rootfs image based on openSUSE Leap. Fixes: kata-containers#33 Signed-off-by: Marco Vedovati <mvedovati@suse.com>
Correct rootfs builder link in the image builder README. Fixes kata-containers#185. Signed-off-by: Yonatan Gefen <yoni.gefen@gmail.com>
Add new options to rootfs.sh: -l prints the list of all distros, -t retrieves a subset of the distro configuration from config.sh for testing purpose. Signed-off-by: Marco Vedovati <mvedovati@suse.com>
Move the test configuration in the distro-specific config.sh file, for better control of what to include/exclude from testing based on the test environment. test_config.sh is still used to exclude specific distros from being tested, when running tests in bulk. Fixes: kata-containers#182 Signed-off-by: Marco Vedovati <mvedovati@suse.com>
Contributor
Author
|
My mistake here, wasn't paying attention. Will fix. |
This file contains hidden or 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
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.
Correct rootfs builder link in the image builder README.
Fixes #185.
Signed-off-by: Yonatan Gefen yoni.gefen@gmail.com