Skip to content

Move remove functions to the podman package#519

Merged
martymichal merged 2 commits intocontainers:masterfrom
martymichal:move-remove-functions
Aug 14, 2020
Merged

Move remove functions to the podman package#519
martymichal merged 2 commits intocontainers:masterfrom
martymichal:move-remove-functions

Conversation

@martymichal
Copy link
Copy Markdown
Member

The functions for removing containers/images are wrappers around Podman's commands. They should be in the podman package.

@softwarefactory-project-zuul
Copy link
Copy Markdown

Build failed.

@martymichal martymichal added this to the Release 0.1.0 milestone Aug 5, 2020
@martymichal martymichal force-pushed the move-remove-functions branch 2 times, most recently from ace0554 to cfc342c Compare August 5, 2020 08:38
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build failed.

The 'removeContainer' function should go into 'pkg/podman' because it
wraps around Podman's command. Because it no longer has access to the
commands - 'toolbox rm' - parameters it has a new forceDelete parameter.

containers#519
The 'removeImage' function should go into 'pkg/podman' because it wraps
around Podman's command. Because it no longer has access to the commands
- toolbox rmi - parameters it has a new forceDelete parameter.

containers#519
@martymichal martymichal force-pushed the move-remove-functions branch from cfc342c to 3d3c425 Compare August 12, 2020 10:17
@softwarefactory-project-zuul
Copy link
Copy Markdown

Build failed.

@martymichal martymichal merged commit ff1fab0 into containers:master Aug 14, 2020
martymichal added a commit that referenced this pull request Aug 14, 2020
The 'removeContainer' function should go into 'pkg/podman' because it
wraps around Podman's command. Because it no longer has access to the
commands - 'toolbox rm' - parameters it has a new forceDelete parameter.

#519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6. Minor Change Should not cause breakage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant