[package]: bump containerization to 0.34.0 (#1774)

This commit is contained in:
Saehej Kang
2026-06-20 18:24:30 -07:00
committed by GitHub
parent 37d463e537
commit 3b47905c0d
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "fa25668c9dc4712aa9c682d7bd30a8d0a9f3c5ac8c08aa11af8ef524770335fe",
"originHash" : "0cc15dcb560e0831670e6df8d924507807667ee596277c178fbd13c529de5f6a",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "9275f365dd555c8f072e7d250d809f5eb7bdd746",
"version" : "0.33.4"
"revision" : "6b7b42ca3efeee8c706070e4355e6a807c5336ae",
"version" : "0.34.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.12.0"
let scVersion = "0.33.4"
let scVersion = "0.34.0"
let package = Package(
name: "container",
+3 -3
View File
@@ -605,9 +605,9 @@ Use the `vminit` image tag corresponding to the `scVersion` value in the project
Or, use `vminit:latest` if you have a local `containerization` project in [edit mode](../BUILDING.md#develop-using-a-local-copy-of-containerization).
```dockerfile
FROM ghcr.io/apple/containerization/vminit:0.33.3 AS base
FROM ghcr.io/apple/containerization/vminit:0.34.0 AS base
FROM ghcr.io/apple/containerization/vminit:0.33.3
FROM ghcr.io/apple/containerization/vminit:0.34.0
COPY --from=base /sbin/vminitd /sbin/vminitd.real
COPY wrapper /sbin/vminitd
```
@@ -668,7 +668,7 @@ url = "https://github.com/kata-containers/kata-containers/releases/download/3.26
domain = "docker.io"
[vminit]
image = "ghcr.io/apple/containerization/vminit:0.33.3"
image = "ghcr.io/apple/containerization/vminit:0.34.0"
```
### Example: Disable Rosetta for builds
@@ -84,7 +84,7 @@ url = "https://github.com/kata-containers/kata-containers/releases/download/3.28
domain = "docker.io"
[vminit]
image = "ghcr.io/apple/containerization/vminit:0.32.2"
image = "ghcr.io/apple/containerization/vminit:0.34.0"
```
For machine-readable output, pass `--format json`: