Skip to content

Commit

Permalink
ref(*): Updates the repo to reflect its new location
Browse files Browse the repository at this point in the history
This does some cleanup of the readme as well to remove old/stale info and
updates the repo in Cargo.toml

Signed-off-by: Taylor Thomas <[email protected]>
  • Loading branch information
thomastaylor312 committed Jun 25, 2024
1 parent 36c0f15 commit c225a45
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 52 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ target/
_dist/
node_modules/
.DS_Store
.vscode/

# oneclick trace files
krustlet-wasi-e2e.stdout.txt
Expand Down
19 changes: 0 additions & 19 deletions .vscode/launch.json

This file was deleted.

9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

4 changes: 2 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is described here: https://help.github.com/en/articles/about-code-owners

# Global Owners: These members are Core Maintainers of Krustlet
* @thomastaylor312 @bacongobbler @kflansburg @technosophos @flavio
# Global Owners:
* @thomastaylor312 @bacongobbler @flavio
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = ["oci", "containers"]
license = "Apache-2.0"
name = "oci-distribution"
readme = "README.md"
repository = "https://github.com/krustlet/oci-distribution"
repository = "https://github.com/oras-project/rust-oci-client"
version = "0.11.0"

[badges]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (c) The Krustlet Authors
Copyright (c) The ORAS Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
23 changes: 3 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,13 @@
# OCI Distribution
# Rust OCI Client

[![oci-distribution documentation](https://docs.rs/oci-distribution/badge.svg)](https://docs.rs/oci-distribution)
Formerly known as `oci-distribution`

> HEADS UP! If you have contributed to this repository or already have cloned the git repo, we recently
> cleaned out our git history of some large blobs. However, this means we mucked with history. Please
> reclone the repository to avoid any problems when contributing. See #18 for more details
[![oci-distribution documentation](https://docs.rs/oci-distribution/badge.svg)](https://docs.rs/oci-distribution)

This Rust library implements the
[OCI Distribution specification](https://github.com/opencontainers/distribution-spec/blob/master/spec.md),
which is the protocol that Docker Hub and other container registries use.

The immediate goal of this crate is to provide a way to pull WASM modules from
a Docker registry. However, our broader goal is to implement the spec in its
entirety.

## Community, discussion, contribution, and support

You can reach the Krustlet community and developers via the following channels:

- [Kubernetes Slack](https://kubernetes.slack.com):
- [#krustlet](https://kubernetes.slack.com/messages/krustlet)
- Public Community Call on Mondays at 1:00 PM PT:
- [Zoom](https://us04web.zoom.us/j/71695031152?pwd=T0g1d0JDZVdiMHpNNVF1blhxVC9qUT09)
- Download the meeting calendar invite
[here](./community_meeting.ics)

## Code of Conduct

This project has adopted the [CNCF Code of
Expand Down

0 comments on commit c225a45

Please sign in to comment.