-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-Add me as author -Remove jlap as not relevant anymore
- Loading branch information
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<table> | ||
<tr><td> Title </td><td> OCI registries as conda channels </td> | ||
<tr><td> Status </td><td> Proposed </td></tr> | ||
<tr><td> Author(s) </td><td> Wolf Vollprecht <[email protected]></td></tr> | ||
<tr><td> Author(s) </td><td> Wolf Vollprecht <[email protected]><br> Hind Montassif <[email protected]></td></tr> | ||
<tr><td> Created </td><td> April 12, 2024</td></tr> | ||
<tr><td> Updated </td><td> August 7, 2024</td></tr> | ||
<tr><td> Discussion </td><td> https://github.com/conda/ceps/pull/70 </td></tr> | ||
|
@@ -48,7 +48,6 @@ Custom mediaTypes defined for the conda channels use case are as follows: | |
| repodata | `repodata.json.zst` file | application/vnd.conda.repodata.v1+json+zst | | ||
| repodata | `repodata.json.gz` file | application/vnd.conda.repodata.v1+json+gzip | | ||
| repodata | `repodata.json.bz2` file | application/vnd.conda.repodata.v1+json+bz2 | | ||
| repodata | `repodata.json.jlap` file | application/vnd.conda.jlap.v1 | | ||
|
||
If needed, more mediaTypes could be specified (i.e `application/vnd.conda.info.v1.tar+zst`). | ||
|
||
|
@@ -71,12 +70,6 @@ Other encodings are also accepted: | |
- `application/vnd.conda.repodata.v1+json+gzip` | ||
- `application/vnd.conda.repodata.v1+json+bz2` | ||
|
||
For `jlap`, the following mediaType is used: | ||
|
||
- `application/vnd.conda.jlap.v1` | ||
|
||
The `jlap` file should also be stored under the `<channel>/<subdir>/repodata.json` path as an additional layer. | ||
|
||
### Conda package artifacts on an OCI registry | ||
|
||
The manifest for a conda package on an OCI registry should look like follows. | ||
|