mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 06:06:12 +00:00
metrics: Remove unused remove img var in common script
This PR removes the remove_img variable in the metrics common script as it is not being used. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
66dda37877
commit
fdaf12d16c
@ -526,7 +526,6 @@ function get_kata_memory_and_vcpus() {
|
||||
local busybox_img="quay.io/prometheus/busybox:latest"
|
||||
local container_name="kata-busybox_${RANDOM}"
|
||||
local PAYLOAD_ARGS="tail -f /dev/null"
|
||||
local remove_img=1
|
||||
|
||||
IMG_EXIST="$(sudo ctr i list | grep -c $busybox_img)" || true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user