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