Skip to content

Commit 7036f48

Browse files
ms-mahuberRedent0rCBL-Mariner-Bot
authored
kata-containers(-cc): Update to 3.2.0.azl4 (#11205)
Signed-off-by: Saul Paredes <[email protected]> Co-authored-by: Saul Paredes <[email protected]> Co-authored-by: CBL-Mariner Servicing Account <[email protected]>
1 parent f945aa6 commit 7036f48

File tree

5 files changed

+25
-15
lines changed

5 files changed

+25
-15
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"kata-containers-3.2.0.azl3-cargo.tar.gz": "38dd5d2cf22edb75169809978d6578a23d5177590a25dbd97071ff06378ea77d",
4-
"kata-containers-3.2.0.azl3.tar.gz": "078b3b864c7d83a3fddd2b02dc843aba627d97ef1ba2b2ba7dea65efd459e5b1"
3+
"kata-containers-3.2.0.azl4-cargo.tar.gz": "2a242deedddbd01b50b56d9f6d02ffd3f40cb2e91221fda4f4b4791d98404f96",
4+
"kata-containers-3.2.0.azl4.tar.gz": "397749898ae5963b9d88092e1bd3aacfb2d9bdeb35373be079879fc92f7ffd71"
55
}
6-
}
6+
}

SPECS/kata-containers-cc/kata-containers-cc.spec

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%define sourceName kata-containers
33

44
Name: kata-containers-cc
5-
Version: 3.2.0.azl3
5+
Version: 3.2.0.azl4
66
Release: 1%{?dist}
77
Summary: Kata Confidential Containers package developed for Confidential Containers on AKS
88
License: ASL 2.0
@@ -14,6 +14,7 @@ Source1: %{sourceName}-%{version}-cargo.tar.gz
1414

1515
ExclusiveArch: x86_64
1616

17+
BuildRequires: azurelinux-release
1718
BuildRequires: golang
1819
BuildRequires: protobuf-compiler
1920
BuildRequires: rust
@@ -50,7 +51,7 @@ popd
5051

5152
%build
5253
pushd %{_builddir}/%{sourceName}-%{version}/tools/osbuilder/node-builder/azure-linux
53-
OS_VERSION=3.0 %make_build package-confpods
54+
%make_build package-confpods
5455
popd
5556

5657
%define kata_path /opt/confidential-containers
@@ -136,6 +137,7 @@ fi
136137
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/clean.sh
137138
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/common.sh
138139
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/uvm_build.sh
140+
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/uvm_install.sh
139141

140142
%dir %{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install
141143
%dir %{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr
@@ -148,6 +150,9 @@ fi
148150
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service
149151

150152
%changelog
153+
* Wed Jan 22 2025 Saul Paredes <[email protected]> - 3.2.0.azl4-1
154+
- Upgrade to 3.2.0.azl4 release
155+
151156
* Fri Sep 20 2024 Manuel Huber <[email protected]> - 3.2.0.azl3-1
152157
- Upgrade to 3.2.0.azl3 release, refactor build instructions
153158

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"kata-containers-3.2.0.azl3-cargo.tar.gz": "38dd5d2cf22edb75169809978d6578a23d5177590a25dbd97071ff06378ea77d",
4-
"kata-containers-3.2.0.azl3.tar.gz": "078b3b864c7d83a3fddd2b02dc843aba627d97ef1ba2b2ba7dea65efd459e5b1"
3+
"kata-containers-3.2.0.azl4-cargo.tar.gz": "2a242deedddbd01b50b56d9f6d02ffd3f40cb2e91221fda4f4b4791d98404f96",
4+
"kata-containers-3.2.0.azl4.tar.gz": "397749898ae5963b9d88092e1bd3aacfb2d9bdeb35373be079879fc92f7ffd71"
55
}
6-
}
6+
}

SPECS/kata-containers/kata-containers.spec

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global debug_package %{nil}
22

33
Name: kata-containers
4-
Version: 3.2.0.azl3
5-
Release: 2%{?dist}
4+
Version: 3.2.0.azl4
5+
Release: 1%{?dist}
66
Summary: Kata Containers package developed for Pod Sandboxing on AKS
77
License: ASL 2.0
88
URL: https://github.com/microsoft/kata-containers
@@ -13,6 +13,7 @@ Source1: %{name}-%{version}-cargo.tar.gz
1313

1414
ExclusiveArch: x86_64
1515

16+
BuildRequires: azurelinux-release
1617
BuildRequires: golang
1718
BuildRequires: protobuf-compiler
1819
BuildRequires: rust
@@ -45,7 +46,7 @@ popd
4546

4647
%build
4748
pushd %{_builddir}/%{name}-%{version}/tools/osbuilder/node-builder/azure-linux
48-
OS_VERSION=3.0 %make_build package
49+
%make_build package
4950
popd
5051

5152
%define kata_path /opt/kata-containers
@@ -98,6 +99,7 @@ popd
9899
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/clean.sh
99100
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/common.sh
100101
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/uvm_build.sh
102+
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/uvm_install.sh
101103

102104
%dir %{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install
103105
%dir %{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr
@@ -110,6 +112,9 @@ popd
110112
%{tools_pkg}/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service
111113

112114
%changelog
115+
* Wed Jan 22 2025 Saul Paredes <[email protected]> - 3.2.0.azl4-1
116+
- Upgrade to 3.2.0.azl4 release
117+
113118
* Thu Oct 25 2024 Saul Paredes <[email protected]> - 3.2.0.azl3-2
114119
- Only build for x86_64
115120

cgmanifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8091,8 +8091,8 @@
80918091
"type": "other",
80928092
"other": {
80938093
"name": "kata-containers",
8094-
"version": "3.2.0.azl3",
8095-
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl3.tar.gz"
8094+
"version": "3.2.0.azl4",
8095+
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl4.tar.gz"
80968096
}
80978097
}
80988098
},
@@ -8101,8 +8101,8 @@
81018101
"type": "other",
81028102
"other": {
81038103
"name": "kata-containers-cc",
8104-
"version": "3.2.0.azl3",
8105-
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl3.tar.gz"
8104+
"version": "3.2.0.azl4",
8105+
"downloadUrl": "https://github.com/microsoft/kata-containers/archive/refs/tags/3.2.0.azl4.tar.gz"
81068106
}
81078107
}
81088108
},

0 commit comments

Comments
 (0)