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

d33f1df
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
d33f1df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 14, 2023 in 0s

53.68% of diff hit (target 80.41%)

View this Pull Request on Codecov

53.68% of diff hit (target 80.41%)

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 265 in internal/build/lifecycle_execution.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L262-L265

Added lines #L262 - L265 were 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#L267-L272

Added lines #L267 - L272 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L732-L733

Added lines #L732 - L733 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L748-L749

Added lines #L748 - L749 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L759-L760

Added lines #L759 - L760 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/build/lifecycle_execution.go#L764-L765

Added lines #L764 - L765 were 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 102 in pkg/archive/archive.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/archive/archive.go#L102

Added line #L102 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/archive/archive.go#L322-L332

Added lines #L322 - L332 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/archive/archive.go#L334-L337

Added lines #L334 - L337 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/archive/archive.go#L339-L343

Added lines #L339 - L343 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/archive/archive.go#L345-L346

Added lines #L345 - L346 were not covered by tests