summaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman-tui
Commit message (Collapse)AuthorAgeFilesLines
* podman-tui: update to 0.3.x -tipBruce Ashfield2022-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumping podman-tui to version v0.3.0-82-gcd51747, which comprises the following commits: da1eea3 new ui color theme 36230ca CI setup cb43be9 update vagrant box to Fedora 36 7ad72ce pre-commit configuration and fixes a6749cd Bump github.com/docker/docker 8cadc6f Bump github.com/containers/storage from 1.40.2 to 1.41.0 9070e74 doc update - install.md ef05222 pod/container top dialog ui update 91e73ee image history dialog ui update 097674e container stats dialog ui update fb11dc7 image search/pull dialog ui update b6bda1a sort categories for pod/containers create and image build dialogs 5dd3e38 code coverage for ui/dialogs package 5bde8a5 Bump github.com/containers/podman/v4 from 4.0.3 to 4.1.0 6ffb274 Bump github.com/docker/docker bd08f23 Bump github.com/containers/buildah from 1.25.1 to 1.26.1 697eb4f Bump github.com/containers/common from 0.47.5 to 0.48.0 ff98068 Bump github.com/containers/storage from 1.40.0 to 1.40.2 bc47ea7 Bump github.com/containers/storage from 1.39.0 to 1.40.0 1c46d42 exec terminal update (automatic resize and detach) 1ef0c11 adding image tree command 5db9ef8 adding security options fields to pod create dialog aeeba55 adding container create security options fields 5c90866 adding format and security options fields to image build dialog 3d0b91b doc update 0f9ead6 adding format and security options fields to image build dialog 1091a3f windows support 26134e7 removing unused connection dialog 206ac15 fixing golint 4ef15e4 removing image index from name field string search result d9ed9e3 activating left/right key to switch between different pages (#55) 06f342c adding image import command (#51) c986342 activate <delete> key for removing items (#50) 9a962a8 Bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 e29ce96 using utils pkg common variables and functions 61904de new feature: image save c9f132a doc update - fedora podman-tui rpm 372c71f Bump github.com/containers/buildah from 1.24.3 to 1.25.1 d592f1d error dialog ui update to separate the title from the error message 1b9045f new feature: image build c7f3032 Bump github.com/containers/podman/v4 from 4.0.2 to 4.0.3 0311f68 Bump github.com/containers/storage from 1.38.2 to 1.39.0 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* containers: introduce podman-tuiBruce Ashfield2022-03-301-0/+67
Add the curses/terminal control application for podman. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>