mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
Updates to CZ 0.14.0. (#903)
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"originHash" : "34442675b179c8ff0a1e41f75f518645e1a7e589de554666d976493153067284",
|
||||
"originHash" : "242feb9e46244a5f24272eeca1ad53c9cedfb1a50ac2bc9a44920e5a1510c538",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "async-http-client",
|
||||
@@ -15,8 +15,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/containerization.git",
|
||||
"state" : {
|
||||
"revision" : "bec1008f4de1e416ea0e112b57b2357875ec7d25",
|
||||
"version" : "0.13.0"
|
||||
"revision" : "747ea996c8c3b4caaaba40fbdf0e1799907db7a3",
|
||||
"version" : "0.14.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ import PackageDescription
|
||||
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
|
||||
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
|
||||
let builderShimVersion = "0.7.0"
|
||||
let scVersion = "0.13.0"
|
||||
let scVersion = "0.14.0"
|
||||
|
||||
let package = Package(
|
||||
name: "container",
|
||||
|
||||
@@ -198,7 +198,7 @@ public actor SandboxService {
|
||||
))
|
||||
}
|
||||
czConfig.hosts = Hosts(entries: hostsEntries)
|
||||
czConfig.bootlog = bundle.bootlog
|
||||
czConfig.bootLog = BootLog.file(path: bundle.bootlog, append: true)
|
||||
}
|
||||
|
||||
await self.setContainer(
|
||||
|
||||
Reference in New Issue
Block a user