Skip to content

Commit

Permalink
Review:
Browse files Browse the repository at this point in the history
-Add me as author
-Remove jlap as not relevant anymore
  • Loading branch information
Hind-M committed Aug 20, 2024
1 parent 5c88967 commit 193259a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions cep-oci.md
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 &lt;[email protected]&gt;</td></tr>
<tr><td> Author(s) </td><td> Wolf Vollprecht &lt;[email protected]&gt;<br> Hind Montassif &lt;[email protected]&gt;</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>
Expand Down Expand Up @@ -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`).

Expand All @@ -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.
Expand Down

0 comments on commit 193259a

Please sign in to comment.