mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 06:18:58 +00:00
obs: image: remove unused variables.
Remove unsed variables. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
%define version @VERSION@
|
||||
%define release @RELEASE@
|
||||
%define agent_sha @AGENT_SHA@
|
||||
%define rootfs_os @ROOTFS_OS@
|
||||
|
||||
Name: kata-containers-image
|
||||
Version: %{version}
|
||||
|
@@ -44,8 +44,6 @@ function check_image() {
|
||||
replace_list=(
|
||||
"VERSION=$VERSION"
|
||||
"RELEASE=$RELEASE"
|
||||
"AGENT_SHA=${kata_agent_hash:0:7}"
|
||||
"ROOTFS_OS=$osbuilder_default_os"
|
||||
)
|
||||
|
||||
verify
|
||||
|
Reference in New Issue
Block a user