mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 08:26:16 +00:00
Merge pull request #650 from devimc/topic/snap/1.9.0-alpha0
snap: release 1.9.0-alpha0
This commit is contained in:
commit
e5a137639f
@ -67,6 +67,9 @@ if [ "$SNAP_CI" == "true" ] && [ "$ID" == "ubuntu" ]; then
|
||||
sudo cp "${snap_confile}" "${etc_confile}"
|
||||
sudo cp "${snap_confile}" "${usr_confile}"
|
||||
|
||||
# Use the same version of tests to test the snap
|
||||
git -C "${tests_repo_dir}" checkout "$(basename kata-containers_*.snap | cut -d_ -f2)"
|
||||
|
||||
"${tests_repo_dir}/cmd/container-manager/manage_ctr_mgr.sh" docker configure -r kata-runtime -f
|
||||
fi
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: kata-containers
|
||||
version: "1.8.0-rc0"
|
||||
version: "1.9.0-alpha0"
|
||||
summary: Build lightweight VMs that seamlessly plug into the containers ecosystem
|
||||
description: |
|
||||
Kata Containers is an open source project and community working to build a
|
||||
|
Loading…
Reference in New Issue
Block a user