-
Notifications
You must be signed in to change notification settings - Fork 99
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
*: update to reflect inclusion into OCI #326
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
Signed-off-by: Aleksa Sarai <asarai@suse.de>
Most notably, remove all references to oci-image-tools and refer to ourselves as a reference implementation of the image-spec. This also ties together all of the key governance changes as of the migration. Signed-off-by: Aleksa Sarai <asarai@suse.de>
This removes the need for two README-like markdown files to maintain, and allows us to remove the silly hacks from hack/publish-site.sh. We need to define aliases for all of the key site pages, but that isn't too much of a pain to do. We also move the keyring file to the root of the repo, to make it easier to find. Note that we cannot add front-matter to the README.md because of a bug in Hugo[1]. [1]: gohugoio/hugo#7398 Signed-off-by: Aleksa Sarai <asarai@suse.de>
Signed-off-by: Aleksa Sarai <asarai@suse.de>
LGTM |
https://lgtm.cyphar.com/ doesn't like the new opencontainers home. We might have to switch away from it, but for now I'll just remove it as being required. |
tych0
approved these changes
Jun 17, 2020
In that case, I approve ;) |
LGTM. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The key changes here are:
openSUSE
(most notably in import paths) toopencontainers
.README.md
and the website home-page (among other changes).Signed-off-by: Aleksa Sarai asarai@suse.de