Bump Containerization to 0.12.0. (#802)

- Include change to bootlog API.
This commit is contained in:
J Logan
2025-10-23 14:26:45 -07:00
committed by GitHub
parent 671725c815
commit 5de195f720
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "ad946e609a69599b154a1855351540356d2e1b0ec0d8fa3e91c7cce46628f015",
"originHash" : "bd5de7fd417c980edeeb4269a69e168e5962ea987294eafc85690c3ee51d3885",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "056a909081181ab4e91f4143682a63f991a32584",
"version" : "0.11.0"
"revision" : "3d7bb7bb5c3b3574fd47d20a97e96309f70122fb",
"version" : "0.12.0"
}
},
{
+1 -1
View File
@@ -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.6.1"
let scVersion = "0.11.0"
let scVersion = "0.12.0"
let package = Package(
name: "container",
@@ -121,7 +121,6 @@ public actor SandboxService {
let vmm = VZVirtualMachineManager(
kernel: try bundle.kernel,
initialFilesystem: bundle.initialFilesystem.asMount,
bootlog: bundle.bootlog.path,
rosetta: config.rosetta,
logger: self.log
)
@@ -198,6 +197,7 @@ public actor SandboxService {
))
}
czConfig.hosts = Hosts(entries: hostsEntries)
czConfig.bootlog = bundle.bootlog
}
await self.setContainer(