wolfi
No long description provided.
Installation
dagger install github.com/shykes/daggerverse/wolfi@59549a5ac6cc4a49579db1568253985504c1bcd7Entrypoint
Return Type
Wolfi Example
dagger -m github.com/shykes/daggerverse/wolfi@59549a5ac6cc4a49579db1568253985504c1bcd7 call \
func (m *MyModule) Example() *dagger.Wolfi {
return dag.
Wolfi()
}@function
def example() -> dagger.Wolfi:
return (
dag.wolfi()
)@func()
example(): Wolfi {
return dag
.wolfi()
}Types
Wolfi 🔗
base() 🔗
Initialize a Wolfi base configuration
Return Type
Config ! Example
dagger -m github.com/shykes/daggerverse/wolfi@59549a5ac6cc4a49579db1568253985504c1bcd7 call \
basefunc (m *MyModule) Example() {
return dag.
Wolfi().
Base()
}@function
def example() -> :
return (
dag.wolfi()
.base()
)@func()
example(): {
return dag
.wolfi()
.base()
}Config 🔗
packages() 🔗
Return Type
[StringKind ! ] ! Example
Function WolfiConfig.Packages is not accessible from the wolfi moduleFunction WolfiConfig.Packages is not accessible from the wolfi moduleFunction WolfiConfig.Packages is not accessible from the wolfi moduleFunction WolfiConfig.Packages is not accessible from the wolfi moduleoverlays() 🔗
Return Type
[ObjectKind ! ] ! Example
Function WolfiConfig.Overlays is not accessible from the wolfi moduleFunction WolfiConfig.Overlays is not accessible from the wolfi moduleFunction WolfiConfig.Overlays is not accessible from the wolfi moduleFunction WolfiConfig.Overlays is not accessible from the wolfi modulewithPackage() 🔗
At a package to this configuration
Return Type
Config !Arguments
| Name | Type | Default Value | Description |
|---|---|---|---|
| name | StringKind ! | - | No description provided |
Example
Function WolfiConfig.withPackage is not accessible from the wolfi moduleFunction WolfiConfig.withPackage is not accessible from the wolfi moduleFunction WolfiConfig.withPackage is not accessible from the wolfi moduleFunction WolfiConfig.withPackage is not accessible from the wolfi modulewithPackages() 🔗
Add a list of packages to this configuration
Return Type
Config !Arguments
| Name | Type | Default Value | Description |
|---|---|---|---|
| packages | [StringKind ! ] ! | - | No description provided |
Example
Function WolfiConfig.withPackages is not accessible from the wolfi moduleFunction WolfiConfig.withPackages is not accessible from the wolfi moduleFunction WolfiConfig.withPackages is not accessible from the wolfi moduleFunction WolfiConfig.withPackages is not accessible from the wolfi modulewithOverlay() 🔗
Add an overlay to the current configuration. See https://twitter.com/ibuildthecloud/status/1721306361999597884
Return Type
Config !Arguments
| Name | Type | Default Value | Description |
|---|---|---|---|
| image | Container ! | - | No description provided |
Example
Function WolfiConfig.withOverlay is not accessible from the wolfi moduleFunction WolfiConfig.withOverlay is not accessible from the wolfi moduleFunction WolfiConfig.withOverlay is not accessible from the wolfi moduleFunction WolfiConfig.withOverlay is not accessible from the wolfi modulecontainer() 🔗
The container for this configuration
Return Type
Container ! Example
Function WolfiConfig.container is not accessible from the wolfi moduleFunction WolfiConfig.container is not accessible from the wolfi moduleFunction WolfiConfig.container is not accessible from the wolfi moduleFunction WolfiConfig.container is not accessible from the wolfi module