From dbf6aeeb44a114fa0c4300e6a1c0c19d893fdddc Mon Sep 17 00:00:00 2001 From: alshabib Date: Fri, 1 Dec 2023 16:42:13 +0100 Subject: [PATCH] Adding information about image and container purging by containerz service --- containerz/containerz.proto | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/containerz/containerz.proto b/containerz/containerz.proto index 4e9fee86..fb925a0f 100644 --- a/containerz/containerz.proto +++ b/containerz/containerz.proto @@ -15,7 +15,13 @@ // // This file defines the gNOI APIs used to perform container operations on a -// network device. This specification is still under design and subject to +// network device. In addition to the container operations specified in this +// file, any implementation of the containerz service is expected to clean or +// remove images and containers that are either no longer used or that have been +// orphaned either by upgrading containers or by containers that have been +// stopped not removed. +// +// This specification is still under design and subject to // change. syntax = "proto3";