mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-17 08:57:07 +08:00
bump compose-go v2.4.6
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
10
vendor/github.com/compose-spec/compose-go/v2/loader/example1.label
generated
vendored
Normal file
10
vendor/github.com/compose-spec/compose-go/v2/loader/example1.label
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# passed through
|
||||
FOO=foo_from_label_file
|
||||
LABEL.WITH.DOT=ok
|
||||
LABEL_WITH_UNDERSCORE=ok
|
||||
|
||||
# overridden in example2.label
|
||||
BAR=bar_from_label_file
|
||||
|
||||
# overridden in full-example.yml
|
||||
BAZ=baz_from_label_file
|
Reference in New Issue
Block a user