lifecycle-creator-platform-api-0.3.json (spring-boot-2.7.3) | : | lifecycle-creator-platform-api-0.3.json (spring-boot-2.7.4) | ||
---|---|---|---|---|
{ | { | |||
"User" : "root", | "User" : "root", | |||
"Image" : "pack.local/ephemeral-builder", | "Image" : "pack.local/ephemeral-builder", | |||
"Cmd" : [ "/cnb/lifecycle/creator", "-app", "/workspace", "-platform", "/platf orm", "-run-image", "docker.io/cloudfoundry/run:latest", "-layers", "/layers", " -cache-dir", "/cache", "-launch-cache", "/launch-cache", "-daemon", "docker.io/l ibrary/my-application:latest" ], | "Cmd" : [ "/cnb/lifecycle/creator", "-app", "/workspace", "-platform", "/platf orm", "-run-image", "docker.io/cloudfoundry/run:latest", "-layers", "/layers", " -cache-dir", "/cache", "-launch-cache", "/launch-cache", "-daemon", "docker.io/l ibrary/my-application:latest" ], | |||
"Env" : [ "CNB_PLATFORM_API=0.3" ], | "Env" : [ "CNB_PLATFORM_API=0.3" ], | |||
"Labels" : { | "Labels" : { | |||
"author" : "spring-boot" | "author" : "spring-boot" | |||
}, | }, | |||
"HostConfig" : { | "HostConfig" : { | |||
"Binds" : [ "/var/run/docker.sock:/var/run/docker.sock", "pack-layers-aaaaaa | "Binds" : [ "/var/run/docker.sock:/var/run/docker.sock", "pack-layers-aaaaaa | |||
aaaa:/layers", "pack-app-aaaaaaaaaa:/workspace", "pack-cache-b35197ac41ea.build: | aaaa:/layers", "pack-app-aaaaaaaaaa:/workspace", "pack-cache-b35197ac41ea.build: | |||
/cache", "pack-cache-b35197ac41ea.launch:/launch-cache" ] | /cache", "pack-cache-b35197ac41ea.launch:/launch-cache" ], | |||
"SecurityOpt" : [ | ||||
"label=disable" | ||||
] | ||||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 6 lines changed or added |