lifecycle-creator-bindings.json (spring-boot-2.7.3) | : | lifecycle-creator-bindings.json (spring-boot-2.7.4) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
}, | }, | |||
"HostConfig": { | "HostConfig": { | |||
"Binds": [ | "Binds": [ | |||
"/var/run/docker.sock:/var/run/docker.sock", | "/var/run/docker.sock:/var/run/docker.sock", | |||
"pack-layers-aaaaaaaaaa:/layers", | "pack-layers-aaaaaaaaaa:/layers", | |||
"pack-app-aaaaaaaaaa:/workspace", | "pack-app-aaaaaaaaaa:/workspace", | |||
"pack-cache-b35197ac41ea.build:/cache", | "pack-cache-b35197ac41ea.build:/cache", | |||
"pack-cache-b35197ac41ea.launch:/launch-cache", | "pack-cache-b35197ac41ea.launch:/launch-cache", | |||
"/host/src/path:/container/dest/path:ro", | "/host/src/path:/container/dest/path:ro", | |||
"volume-name:/container/volume/path:rw" | "volume-name:/container/volume/path:rw" | |||
], | ||||
"SecurityOpt" : [ | ||||
"label=disable" | ||||
] | ] | |||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |