We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c879f3f commit 8491ffdCopy full SHA for 8491ffd
rust/stackable-cockpit/src/oci.rs
@@ -39,7 +39,7 @@ pub enum Error {
39
}
40
41
/// Identifies an operator-specific root folder in the repository e.g.
42
-/// ```
+/// ```text
43
/// {
44
/// name: "sdp-charts/airflow-operator"
45
/// }
@@ -50,7 +50,7 @@ struct OciRepository {
50
51
52
/// Identifies an image tag e.g.
53
54
55
/// name: "24.11.1-rc1"
56
@@ -61,7 +61,7 @@ pub struct Tag {
61
62
63
/// Identifies an image artifact with its digest and tags e.g.
64
65
66
/// digest: "sha256:e80a4b1e004f90dee0321f817871c4a225369b89efdc17c319595263139364b5",
67
/// tags: [
0 commit comments