1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

7 Commits

Author SHA1 Message Date
Giuseppe Scrivano
9218fe0516 containers, update: add --all option
If specified, tries to update all the installed containers.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1136
Approved by: baude
2018-01-04 15:46:33 +00:00
Yu Qi Zhang
ba34cc0275 Fix filtering
Change the format of "Created" for images to match containers,
fix filtering for partial keywords, and update auto-complete
and man pages.

Signed-off-by: Yu Qi Zhang <jerzhang@redhat.com>

Closes: #923
Approved by: giuseppe
2017-03-10 18:02:57 +00:00
Giuseppe Scrivano
15db71aec7 update: support update to a different image via --rebase
It allows to override the image to use for the update.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #883
Approved by: rhatdan
2017-02-12 16:17:12 +00:00
yuqi-zhang
5cea34fc4a update: refactor into non-base verbs
Refactor:
  `atomic update`
  `atomic update --container`
  `atomic update --container --rollback`

To:
  `atomic images update`
  `atomic containers update`
  `atomic containers rollback`

And update corresponding tests, docs and auto-complete. Much like
other image commands (info, verify), the base verb is hidden but
still available for use.

Move update functionality from atomic.py to update.py, and use
new backendutils to abstract.

Signed-off-by: Yu Qi Zhang <jerzhang@redhat.com>

Closes: #773
Approved by: rhatdan
2016-12-12 21:56:55 +00:00
Dan Walsh
48c1d2519c Add support for deleting containers
We want to be able to delete containers from the system, using the
new atomic containers delete call.

atomic containers delete --all

Comes in handy.

Closes: #598
Approved by: giuseppe
2016-09-08 20:29:15 +00:00
Shishir Mahajan
aa7114a8f1 Add atomic containers trim
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>

Closes: #572
Approved by: rhatdan
2016-09-07 20:02:33 +00:00
Dan Walsh
29e7829fd8 Move atomic ps to atomic containers
As we add more commands related to containers, IE Trim, we need to make
containers be a subcommand and add verbs like list, and trim

Closes: #579
Approved by: giuseppe
2016-09-02 11:10:08 +00:00