Skip to content

all: support for PluginRemoveTar RPC#80

Merged
alshabib merged 2 commits into
openconfig:masterfrom
brianneville:rm-plugin-tar
Jun 9, 2026
Merged

all: support for PluginRemoveTar RPC#80
alshabib merged 2 commits into
openconfig:masterfrom
brianneville:rm-plugin-tar

Conversation

@brianneville

@brianneville brianneville commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Support for plugin remove tar RPC in
both the client and server.

Using the client, the RPC can be run from the cli using
containerz plugin remove-tar --name NAME

I had to rework some of the flags since the --instance flag is not applicable for this command.

For the server side I refactored the function to generate plugin filepaths
based on the name of the plugin, and then just use that to determine the path to os.Remove.

I've also updated the go.mod/go.sum to pull the recent changes from
openconfig/gnoi#343
which include this RemovePluginTar RPC.

Support for plugin remove tar RPC in
both the client and server.

Using the client, the RPC can be run from the cli using
containerz plugin remove-tar --name NAME

I had to rework some of the flags since the --instance
flag is not applicable here.

For the server side I refactored the function to generate
plugin filepaths based on the name of the plugin, and then
just use that to determine the path to os.Remove.

I've also updated the go.mod/go.sum to pull the recent
changes from openconfig/gnoi#343
which include this RemovePluginTar RPC.
@alshabib alshabib merged commit c9bc884 into openconfig:master Jun 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants