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: testdata/push/README.md
+16-2
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ $ tree ./testdata/images/
15
15
./testdata/images/
16
16
├── bundles
17
17
│ └── prometheus-operator
18
-
│ └── v2.0.0
18
+
│ └── v1.0.0
19
+
│ ├── metadata
20
+
│ │ └── annotations.yaml
19
21
│ └── manifests
20
22
│ └── example.yaml
21
23
└── catalogs
@@ -29,4 +31,16 @@ $ tree ./testdata/images/
29
31
```
30
32
The inside of each tag folder will be placed directly into `/` of the built container i.e. `test-catalog:v1` will have `/configs/catalog.yaml`.
31
33
32
-
To add a new image or tag to the tool, simply create the folders required and populate them with the files to be mounted - no other action should be necessary.
34
+
To add a new image or tag for the tool, create the folders required and populate them with the files to be mounted. Bundle images requiring metadata should contain a `metadata` folder with `annotations.yaml`. Example content:
0 commit comments