Skip to content

Commit

Permalink
Detect and Build both use ResolveLifecycleOptions
Browse files Browse the repository at this point in the history
Signed-off-by: Rashad Sirajudeen <[email protected]>
  • Loading branch information
rashadism committed May 8, 2024
1 parent d2ccb49 commit e92ea2b
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 299 deletions.
2 changes: 2 additions & 0 deletions internal/build/lifecycle_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"github.com/buildpacks/pack/internal/container"
"github.com/buildpacks/pack/pkg/cache"
"github.com/buildpacks/pack/pkg/dist"
"github.com/buildpacks/pack/pkg/image"
"github.com/buildpacks/pack/pkg/logging"
)

Expand Down Expand Up @@ -104,6 +105,7 @@ type LifecycleOptions struct {
CreationTime *time.Time
Keychain authn.Keychain
DetectOnly bool
FetchOptions image.FetchOptions
}

func NewLifecycleExecutor(logger logging.Logger, docker DockerClient) *LifecycleExecutor {
Expand Down
Loading

0 comments on commit e92ea2b

Please sign in to comment.