Skip to content
DocsTry Aspire
DocsTry

DockerfileBuilderCallbackAnnotation Properties

ClassProperties1 member
Represents an annotation for providing callbacks to programmatically modify Dockerfile builds.
CallbacksSection titled CallbacksIReadOnlyList<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; }