You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/ContainerRegistry/RegistryClient+ImageConfiguration.swift
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,12 @@ extension RegistryClient {
21
21
/// - Throws: If the blob cannot be decoded as an `ImageConfiguration`.
22
22
///
23
23
/// Image configuration records are stored as blobs in the registry. This function retrieves the requested blob and tries to decode it as a configuration record.
/// Upload an image configuration record to the registry.
@@ -35,9 +37,10 @@ extension RegistryClient {
35
37
/// - Throws: If the blob upload fails.
36
38
///
37
39
/// Image configuration records are stored as blobs in the registry. This function encodes the provided configuration record and stores it as a blob in the registry.
0 commit comments