We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a766a07 commit 132e128Copy full SHA for 132e128
1 file changed
dagger/maintenance/catalogs.go
@@ -25,9 +25,9 @@ type ImageVolumeSource struct {
25
type ExtensionConfiguration struct {
26
Name string `yaml:"name"`
27
ImageVolumeSource ImageVolumeSource `yaml:"image"`
28
- ExtensionControlPath []string `yaml:"extensionControlPath,omitempty"`
29
- DynamicLibraryPath []string `yaml:"dynamicLibraryPath,omitempty"`
30
- LdLibraryPath []string `yaml:"ldLibraryPath,omitempty"`
+ ExtensionControlPath []string `yaml:"extension_control_path,omitempty"`
+ DynamicLibraryPath []string `yaml:"dynamic_library_path,omitempty"`
+ LdLibraryPath []string `yaml:"ld_library_path,omitempty"`
31
}
32
33
type ImageCatalog struct {
0 commit comments