@@ -1017,35 +1017,39 @@ images: {
10171017 },
10181018 "build" : {
10191019 Build : & v1.Build {
1020- BuildArgs : map [string ]string {},
1021- Context : "." ,
1022- Dockerfile : "Dockerfile" ,
1020+ BuildArgs : map [string ]string {},
1021+ AdditionalContexts : map [string ]string {},
1022+ Context : "." ,
1023+ Dockerfile : "Dockerfile" ,
10231024 },
10241025 Sidecars : map [string ]v1.ContainerImageBuilderSpec {
10251026 "side" : {
10261027 Build : & v1.Build {
1027- BuildArgs : map [string ]string {},
1028- Context : "." ,
1029- Dockerfile : "Dockerfile" ,
1028+ BuildArgs : map [string ]string {},
1029+ AdditionalContexts : map [string ]string {},
1030+ Context : "." ,
1031+ Dockerfile : "Dockerfile" ,
10301032 },
10311033 },
10321034 },
10331035 },
10341036 "buildcontext" : {
10351037 Build : & v1.Build {
1036- BuildArgs : map [string ]string {},
1037- Context : "." ,
1038- Dockerfile : "Dockerfile" ,
1038+ BuildArgs : map [string ]string {},
1039+ AdditionalContexts : map [string ]string {},
1040+ Context : "." ,
1041+ Dockerfile : "Dockerfile" ,
10391042 ContextDirs : map [string ]string {
10401043 "/var/tmp" : "./foo/bar" ,
10411044 },
10421045 },
10431046 Sidecars : map [string ]v1.ContainerImageBuilderSpec {
10441047 "side" : {
10451048 Build : & v1.Build {
1046- BuildArgs : map [string ]string {},
1047- Context : "." ,
1048- Dockerfile : "Dockerfile" ,
1049+ BuildArgs : map [string ]string {},
1050+ AdditionalContexts : map [string ]string {},
1051+ Context : "." ,
1052+ Dockerfile : "Dockerfile" ,
10491053 ContextDirs : map [string ]string {
10501054 "/var/tmp" : "./foo/bar" ,
10511055 },
0 commit comments