-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from containers/oci-artifact-e2e
create empty config file
- Loading branch information
Showing
10 changed files
with
83 additions
and
27 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
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
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
Binary file added
BIN
+10 KB
...e-model/oci/blobs/sha256/06cd6f2c31be8e4d5a1cea6d6c1e7401cc0128c21439456eaf964180b00dfda1
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...e-model/oci/blobs/sha256/44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
Binary file added
BIN
+2.17 KB
...e-model/oci/blobs/sha256/69c637f302502a950e7a5072f78032ce593d73797845751debed90558638d5a1
Binary file not shown.
37 changes: 37 additions & 0 deletions
37
...e-model/oci/blobs/sha256/70202a75d040e8a232a904310700749d8e630a68e4c91f42173ec597e137c470
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"artifactType": "application/x-mlmodel", | ||
"config": { | ||
"data": "e30=", | ||
"digest": "sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a", | ||
"mediaType": "application/vnd.oci.empty.v1+json", | ||
"size": 2 | ||
}, | ||
"layers": [ | ||
{ | ||
"annotations": { | ||
"org.opencontainers.image.title": "model.joblib" | ||
}, | ||
"digest": "sha256:80da85cc1eb84676a6adbc8b495381463f1f2302425a96033dc51a81e17cb0bb", | ||
"mediaType": "application/octet-stream", | ||
"size": 3299 | ||
}, | ||
{ | ||
"annotations": { | ||
"org.opencontainers.image.title": "README.md" | ||
}, | ||
"digest": "sha256:69c637f302502a950e7a5072f78032ce593d73797845751debed90558638d5a1", | ||
"mediaType": "text/plain", | ||
"size": 6625 | ||
}, | ||
{ | ||
"annotations": { | ||
"org.opencontainers.image.title": "hello.md" | ||
}, | ||
"digest": "sha256:06cd6f2c31be8e4d5a1cea6d6c1e7401cc0128c21439456eaf964180b00dfda1", | ||
"mediaType": "text/plain", | ||
"size": 72 | ||
} | ||
], | ||
"mediaType": "application/vnd.oci.image.manifest.v1+json", | ||
"schemaVersion": 2 | ||
} |
Binary file added
BIN
+10 KB
...e-model/oci/blobs/sha256/80da85cc1eb84676a6adbc8b495381463f1f2302425a96033dc51a81e17cb0bb
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"manifests": [ | ||
{ | ||
"digest": "sha256:70202a75d040e8a232a904310700749d8e630a68e4c91f42173ec597e137c470", | ||
"mediaType": "application/vnd.oci.image.manifest.v1+json", | ||
"size": 1250 | ||
} | ||
], | ||
"mediaType": "application/vnd.oci.image.index.v1+json", | ||
"schemaVersion": 2 | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"imageLayoutVersion": "1.0.0" | ||
} |