Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for pack to extend base images using daemon #1791

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from

Merge branch 'main' into run-extend

abb040c
Select commit
Loading
Failed to load commit list.
Draft

add support for pack to extend base images using daemon #1791

Merge branch 'main' into run-extend
abb040c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 1, 2024 in 1s

60.74% of diff hit (target 79.69%)

View this Pull Request on Codecov

60.74% of diff hit (target 79.69%)

Annotations

Check warning on line 55 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 64 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L61-L64

Added lines #L61 - L64 were not covered by tests

Check warning on line 76 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 83 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 91 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L90-L91

Added lines #L90 - L91 were not covered by tests

Check warning on line 106 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 113 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L112-L113

Added lines #L112 - L113 were not covered by tests

Check warning on line 143 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L141-L143

Added lines #L141 - L143 were not covered by tests

Check warning on line 149 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L146-L149

Added lines #L146 - L149 were not covered by tests

Check warning on line 155 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L152-L155

Added lines #L152 - L155 were not covered by tests

Check warning on line 165 in internal/build/helper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/helper.go#L165

Added line #L165 was not covered by tests

Check warning on line 272 in internal/build/lifecycle_execution.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L269-L272

Added lines #L269 - L272 were not covered by tests

Check warning on line 280 in internal/build/lifecycle_execution.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L274-L280

Added lines #L274 - L280 were not covered by tests

Check warning on line 751 in internal/build/lifecycle_execution.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L750-L751

Added lines #L750 - L751 were not covered by tests

Check warning on line 767 in internal/build/lifecycle_execution.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L766-L767

Added lines #L766 - L767 were not covered by tests

Check warning on line 778 in internal/build/lifecycle_execution.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L777-L778

Added lines #L777 - L778 were not covered by tests

Check warning on line 783 in internal/build/lifecycle_execution.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L782-L783

Added lines #L782 - L783 were not covered by tests

Check warning on line 788 in internal/build/lifecycle_execution.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L787-L788

Added lines #L787 - L788 were not covered by tests

Check warning on line 796 in internal/build/lifecycle_execution.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L795-L796

Added lines #L795 - L796 were not covered by tests

Check warning on line 804 in internal/build/lifecycle_execution.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L803-L804

Added lines #L803 - L804 were not covered by tests

Check warning on line 258 in internal/build/phase_config_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/phase_config_provider.go#L257-L258

Added lines #L257 - L258 were not covered by tests

Check warning on line 92 in pkg/archive/archive.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/archive/archive.go#L92

Added line #L92 was not covered by tests

Check warning on line 97 in pkg/archive/archive.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/archive/archive.go#L97

Added line #L97 was not covered by tests

Check warning on line 354 in pkg/archive/archive.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/archive/archive.go#L353-L354

Added lines #L353 - L354 were not covered by tests

Check warning on line 360 in pkg/archive/archive.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/archive/archive.go#L359-L360

Added lines #L359 - L360 were not covered by tests