Skip to content
Docs Try Aspire

DockerfileBuilderCallbackAnnotation Properties

Class Properties 1 member
Represents an annotation for providing callbacks to programmatically modify Dockerfile builds.
Callbacks Section titled Callbacks IReadOnlyList<Func<DockerfileBuilderCallbackContext, Task>>
Gets the list of callback functions that will be invoked during the Dockerfile build process.
public IReadOnlyList<Func<DockerfileBuilderCallbackContext, Task>> Callbacks { get; }