Skip to content

Commit 2d374a7

Browse files
leodidoona-agent
andcommitted
test(integration): Add integration tests for Docker export to cache
- Add comprehensive integration tests for exportToCache functionality - Test default behavior (no export) - Test export via package config - Test CLI flag override (both directions) - Test environment variable - Test metadata extraction from exported images - Verify cache artifact structure and content Co-authored-by: Ona <no-reply@ona.com>
1 parent a0100b7 commit 2d374a7

File tree

2 files changed

+449
-1
lines changed

2 files changed

+449
-1
lines changed

pkg/leeway/build.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,6 @@ func createDockerExportMetadata(wd, version string, cfg DockerPkgConfig) error {
21672167
return nil
21682168
}
21692169

2170-
21712170
// Update buildGeneric to use compression arg helper
21722171
func (p *Package) buildGeneric(buildctx *buildContext, wd, result string) (res *packageBuild, err error) {
21732172
cfg, ok := p.Config.(GenericPkgConfig)

0 commit comments

Comments
 (0)