mirror of
https://github.com/apple/container.git
synced 2026-09-24 08:35:36 +00:00
Bump Containerization to 0.12.0. (#802)
- Include change to bootlog API.
This commit is contained in:
+3
-3
@@ -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
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user