File tree Expand file tree Collapse file tree 5 files changed +25
-15
lines changed Expand file tree Collapse file tree 5 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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 "
5
5
}
6
- }
6
+ }
Original file line number Diff line number Diff line change 2
2
%define sourceName kata-containers
3
3
4
4
Name: kata-containers-cc
5
- Version: 3.2.0.azl3
5
+ Version: 3.2.0.azl4
6
6
Release: 1%{?dist }
7
7
Summary: Kata Confidential Containers package developed for Confidential Containers on AKS
8
8
License: ASL 2.0
@@ -14,6 +14,7 @@ Source1: %{sourceName}-%{version}-cargo.tar.gz
14
14
15
15
ExclusiveArch: x86_64
16
16
17
+ BuildRequires: azurelinux-release
17
18
BuildRequires: golang
18
19
BuildRequires: protobuf-compiler
19
20
BuildRequires: rust
50
51
51
52
%build
52
53
pushd %{_builddir }/%{sourceName }-%{version }/tools/osbuilder/node-builder/azure-linux
53
- OS_VERSION=3.0 %make_build package-confpods
54
+ %make_build package-confpods
54
55
popd
55
56
56
57
%define kata_path /opt/confidential-containers
136
137
%{tools_pkg }/tools/osbuilder/node-builder/azure-linux/clean.sh
137
138
%{tools_pkg }/tools/osbuilder/node-builder/azure-linux/common.sh
138
139
%{tools_pkg }/tools/osbuilder/node-builder/azure-linux/uvm_build.sh
140
+ %{tools_pkg }/tools/osbuilder/node-builder/azure-linux/uvm_install.sh
139
141
140
142
%dir %{tools_pkg }/tools/osbuilder/node-builder/azure-linux/agent-install
141
143
%dir %{tools_pkg }/tools/osbuilder/node-builder/azure-linux/agent-install/usr
148
150
%{tools_pkg }/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service
149
151
150
152
%changelog
153
+ *
Wed Jan 22 2025 Saul Paredes <[email protected] > -
3.2.0.azl4-1
154
+ - Upgrade to 3.2.0.azl4 release
155
+
151
156
*
Fri Sep 20 2024 Manuel Huber <[email protected] > -
3.2.0.azl3-1
152
157
- Upgrade to 3.2.0.azl3 release, refactor build instructions
153
158
Original file line number Diff line number Diff line change 1
1
{
2
2
"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 "
5
5
}
6
- }
6
+ }
Original file line number Diff line number Diff line change 1
1
%global debug_package %{nil }
2
2
3
3
Name: kata-containers
4
- Version: 3.2.0.azl3
5
- Release: 2 %{?dist }
4
+ Version: 3.2.0.azl4
5
+ Release: 1 %{?dist }
6
6
Summary: Kata Containers package developed for Pod Sandboxing on AKS
7
7
License: ASL 2.0
8
8
URL: https://github.com/microsoft/kata-containers
@@ -13,6 +13,7 @@ Source1: %{name}-%{version}-cargo.tar.gz
13
13
14
14
ExclusiveArch: x86_64
15
15
16
+ BuildRequires: azurelinux-release
16
17
BuildRequires: golang
17
18
BuildRequires: protobuf-compiler
18
19
BuildRequires: rust
45
46
46
47
%build
47
48
pushd %{_builddir }/%{name }-%{version }/tools/osbuilder/node-builder/azure-linux
48
- OS_VERSION=3.0 %make_build package
49
+ %make_build package
49
50
popd
50
51
51
52
%define kata_path /opt/kata-containers
98
99
%{tools_pkg }/tools/osbuilder/node-builder/azure-linux/clean.sh
99
100
%{tools_pkg }/tools/osbuilder/node-builder/azure-linux/common.sh
100
101
%{tools_pkg }/tools/osbuilder/node-builder/azure-linux/uvm_build.sh
102
+ %{tools_pkg }/tools/osbuilder/node-builder/azure-linux/uvm_install.sh
101
103
102
104
%dir %{tools_pkg }/tools/osbuilder/node-builder/azure-linux/agent-install
103
105
%dir %{tools_pkg }/tools/osbuilder/node-builder/azure-linux/agent-install/usr
110
112
%{tools_pkg }/tools/osbuilder/node-builder/azure-linux/agent-install/usr/lib/systemd/system/kata-agent.service
111
113
112
114
%changelog
115
+ *
Wed Jan 22 2025 Saul Paredes <[email protected] > -
3.2.0.azl4-1
116
+ - Upgrade to 3.2.0.azl4 release
117
+
113
118
*
Thu Oct 25 2024 Saul Paredes <[email protected] > -
3.2.0.azl3-2
114
119
- Only build for x86_64
115
120
Original file line number Diff line number Diff line change 8091
8091
"type": "other",
8092
8092
"other": {
8093
8093
"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"
8096
8096
}
8097
8097
}
8098
8098
},
8101
8101
"type": "other",
8102
8102
"other": {
8103
8103
"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"
8106
8106
}
8107
8107
}
8108
8108
},
You can’t perform that action at this time.
0 commit comments