buildx/util/buildflags
Jonathan A. Sternberg 6019a2b32f
buildflags: skip empty cache entries when parsing
Broken in 11c84973ef. The section to skip
an empty input was accidentally removed when some code was refactored to
fix a separate issue.

This skips empty cache entries which allows disabling the `cache-from` and
`cache-to` entries from the command line overrides.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
2025-03-03 16:30:03 +01:00
..
attests.go Fix handling of attest extra arguments 2025-03-03 16:29:20 +01:00
attests_cty.go buildflags: make work on go 1.22 by reverting rangefunc usage 2025-02-10 11:03:46 -06:00
attests_test.go Add attest extra args tests 2025-03-03 16:29:20 +01:00
cache.go buildflags: skip empty cache entries when parsing 2025-03-03 16:30:03 +01:00
cache_cty.go buildflags: make work on go 1.22 by reverting rangefunc usage 2025-02-10 11:03:46 -06:00
cache_test.go buildflags: fix ref only format for command line and bake 2025-01-22 13:18:38 -06:00
callfunc.go chore: rename PrintFunc to CallFunc 2024-08-13 14:13:32 +02:00
context.go bake: various fixes for composable attributes 2024-12-18 10:26:15 -06:00
entitlements.go remove accidental debug 2025-02-21 09:43:43 +01:00
export.go Fix handling of attest extra arguments 2025-03-03 16:29:20 +01:00
export_cty.go buildflags: make work on go 1.22 by reverting rangefunc usage 2025-02-10 11:03:46 -06:00
export_test.go Style fixes to test 2024-06-18 12:31:02 +01:00
secrets.go buildflags: marshal attestations into json with extra attributes correctly 2025-01-21 15:05:23 -06:00
secrets_cty.go buildflags: make work on go 1.22 by reverting rangefunc usage 2025-02-10 11:03:46 -06:00
secrets_test.go buildflags: marshal attestations into json with extra attributes correctly 2025-01-21 15:05:23 -06:00
ssh.go buildflags: marshal attestations into json with extra attributes correctly 2025-01-21 15:05:23 -06:00
ssh_cty.go buildflags: make work on go 1.22 by reverting rangefunc usage 2025-02-10 11:03:46 -06:00
ssh_test.go buildflags: marshal attestations into json with extra attributes correctly 2025-01-21 15:05:23 -06:00
utils.go buildflags: make work on go 1.22 by reverting rangefunc usage 2025-02-10 11:03:46 -06:00