Dagger
Search

wolfi

No long description provided.

Installation

dagger install github.com/shykes/daggerverse/wolfi@59549a5ac6cc4a49579db1568253985504c1bcd7

Entrypoint

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 \
 base
func (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 module
Function WolfiConfig.Packages is not accessible from the wolfi module
Function WolfiConfig.Packages is not accessible from the wolfi module
Function WolfiConfig.Packages is not accessible from the wolfi module

overlays() 🔗

Return Type
[ObjectKind ! ] !
Example
Function WolfiConfig.Overlays is not accessible from the wolfi module
Function WolfiConfig.Overlays is not accessible from the wolfi module
Function WolfiConfig.Overlays is not accessible from the wolfi module
Function WolfiConfig.Overlays is not accessible from the wolfi module

withPackage() 🔗

At a package to this configuration

Return Type
Config !
Arguments
NameTypeDefault ValueDescription
nameStringKind !-No description provided
Example
Function WolfiConfig.withPackage is not accessible from the wolfi module
Function WolfiConfig.withPackage is not accessible from the wolfi module
Function WolfiConfig.withPackage is not accessible from the wolfi module
Function WolfiConfig.withPackage is not accessible from the wolfi module

withPackages() 🔗

Add a list of packages to this configuration

Return Type
Config !
Arguments
NameTypeDefault ValueDescription
packages[StringKind ! ] !-No description provided
Example
Function WolfiConfig.withPackages is not accessible from the wolfi module
Function WolfiConfig.withPackages is not accessible from the wolfi module
Function WolfiConfig.withPackages is not accessible from the wolfi module
Function WolfiConfig.withPackages is not accessible from the wolfi module

withOverlay() 🔗

Add an overlay to the current configuration. See https://twitter.com/ibuildthecloud/status/1721306361999597884

Return Type
Config !
Arguments
NameTypeDefault ValueDescription
imageContainer !-No description provided
Example
Function WolfiConfig.withOverlay is not accessible from the wolfi module
Function WolfiConfig.withOverlay is not accessible from the wolfi module
Function WolfiConfig.withOverlay is not accessible from the wolfi module
Function WolfiConfig.withOverlay is not accessible from the wolfi module

container() 🔗

The container for this configuration

Return Type
Container !
Example
Function WolfiConfig.container is not accessible from the wolfi module
Function WolfiConfig.container is not accessible from the wolfi module
Function WolfiConfig.container is not accessible from the wolfi module
Function WolfiConfig.container is not accessible from the wolfi module