mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +00:00
Merge pull request #7354 from jepio/update-deps-0.7.0
CC | Update deps 0.7.0 (rc)
This commit is contained in:
4
src/agent/Cargo.lock
generated
4
src/agent/Cargo.lock
generated
@@ -1836,7 +1836,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "image-rs"
|
name = "image-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/confidential-containers/guest-components?rev=43f6832#43f68320ed78cef438c838c10a6f462c06bad83f"
|
source = "git+https://github.com/confidential-containers/guest-components?rev=88dcc14#88dcc147ba8ddf34e8425c98d5931df8a995f04a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-compression",
|
"async-compression",
|
||||||
@@ -2693,7 +2693,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "ocicrypt-rs"
|
name = "ocicrypt-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/confidential-containers/guest-components?rev=43f6832#43f68320ed78cef438c838c10a6f462c06bad83f"
|
source = "git+https://github.com/confidential-containers/guest-components?rev=88dcc14#88dcc147ba8ddf34e8425c98d5931df8a995f04a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes 0.8.2",
|
"aes 0.8.2",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@@ -71,7 +71,7 @@ clap = { version = "3.0.1", features = ["derive"] }
|
|||||||
openssl = { version = "0.10.38", features = ["vendored"] }
|
openssl = { version = "0.10.38", features = ["vendored"] }
|
||||||
|
|
||||||
# Image pull/decrypt
|
# Image pull/decrypt
|
||||||
image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "43f6832", default-features = false, features = ["kata-cc-native-tls"] }
|
image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "88dcc14", default-features = false, features = ["kata-cc-native-tls"] }
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
oci-distribution = { git = "https://github.com/krustlet/oci-distribution.git", rev = "f44124c" }
|
oci-distribution = { git = "https://github.com/krustlet/oci-distribution.git", rev = "f44124c" }
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Variables used by the kubernetes tests
|
# Variables used by the kubernetes tests
|
||||||
export docker_images_nginx_version="1.15-alpine"
|
export docker_images_nginx_version="1.15-alpine"
|
||||||
export container_images_agnhost_name="k8s.gcr.io/e2e-test-images/agnhost"
|
export container_images_agnhost_name="registry.k8s.io/e2e-test-images/agnhost"
|
||||||
export container_images_agnhost_version="2.21"
|
export container_images_agnhost_version="2.21"
|
||||||
|
|
||||||
# Timeout options, mainly for use with waitForProcess(). Use them unless the
|
# Timeout options, mainly for use with waitForProcess(). Use them unless the
|
||||||
|
@@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
runtimeClassName: kata-clh
|
runtimeClassName: kata-clh
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/hpa-example
|
- image: registry.k8s.io/hpa-example
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: php-apache
|
name: php-apache
|
||||||
ports:
|
ports:
|
||||||
|
@@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
runtimeClassName: kata-dragonball
|
runtimeClassName: kata-dragonball
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/hpa-example
|
- image: registry.k8s.io/hpa-example
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: php-apache
|
name: php-apache
|
||||||
ports:
|
ports:
|
||||||
|
@@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
runtimeClassName: kata-fc
|
runtimeClassName: kata-fc
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/hpa-example
|
- image: registry.k8s.io/hpa-example
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: php-apache
|
name: php-apache
|
||||||
ports:
|
ports:
|
||||||
|
@@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
runtimeClassName: kata-qemu
|
runtimeClassName: kata-qemu
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/hpa-example
|
- image: registry.k8s.io/hpa-example
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: php-apache
|
name: php-apache
|
||||||
ports:
|
ports:
|
||||||
|
@@ -15,7 +15,7 @@ spec:
|
|||||||
run: php-apache-runc
|
run: php-apache-runc
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/hpa-example
|
- image: registry.k8s.io/hpa-example
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: php-apache
|
name: php-apache
|
||||||
ports:
|
ports:
|
||||||
|
@@ -194,7 +194,7 @@ externals:
|
|||||||
attestation-agent:
|
attestation-agent:
|
||||||
description: "Provide attested key unwrapping for image decryption"
|
description: "Provide attested key unwrapping for image decryption"
|
||||||
url: "https://github.com/confidential-containers/guest-components/"
|
url: "https://github.com/confidential-containers/guest-components/"
|
||||||
version: "43f68320ed78cef438c838c10a6f462c06bad83f"
|
version: "88dcc147ba8ddf34e8425c98d5931df8a995f04a"
|
||||||
|
|
||||||
cni-plugins:
|
cni-plugins:
|
||||||
description: "CNI network plugins"
|
description: "CNI network plugins"
|
||||||
@@ -260,7 +260,7 @@ externals:
|
|||||||
|
|
||||||
pause:
|
pause:
|
||||||
description: "Kubernetes pause container image"
|
description: "Kubernetes pause container image"
|
||||||
repo: "docker://k8s.gcr.io/pause"
|
repo: "docker://registry.k8s.io/pause"
|
||||||
version: "3.6"
|
version: "3.6"
|
||||||
|
|
||||||
runc:
|
runc:
|
||||||
@@ -311,7 +311,7 @@ externals:
|
|||||||
td-shim:
|
td-shim:
|
||||||
description: "Confidential Containers Shim Firmware"
|
description: "Confidential Containers Shim Firmware"
|
||||||
url: "https://github.com/confidential-containers/td-shim"
|
url: "https://github.com/confidential-containers/td-shim"
|
||||||
version: "v0.6.0"
|
version: "4ecf76ab8bc57c2e857937487d1923961c2b6769"
|
||||||
toolchain: "nightly-2022-11-15"
|
toolchain: "nightly-2022-11-15"
|
||||||
|
|
||||||
virtiofsd:
|
virtiofsd:
|
||||||
|
Reference in New Issue
Block a user