spiegel_podman/cmd/podman/containers
Hayato Kihara f21dacc4fb cmd/podman: add --latest option to update #26380
Allow users to target the most recently created container with
`podman update --latest` (short `-l`). The same option already exists
on many other commands, so this brings update in line with the rest of
the CLI and saves users from typing or looking up the newest container.

Fixes: #26380

Signed-off-by: Hayato Kihara <kai.21banana@gmail.com>
2025-06-24 22:06:26 +09:00
..
attach.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
checkpoint.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
cleanup.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
clone.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
commit.go set !remote build tags where needed 2024-08-19 11:41:28 +02:00
container.go Remove containers/common/pkg/config from pkg/util 2024-09-06 07:45:04 -04:00
cp.go Fix windows path handling in podman cp 2025-04-08 15:23:08 -07:00
create.go Fix overwriting the Healthcheck configuration from the image 2025-04-03 15:52:05 +02:00
diff.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
exec.go Make exec support --cidfile. 2025-03-21 17:46:47 +01:00
exists.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
export.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
init.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
inspect.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
kill.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
list.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
logs.go podman logs: allow options after argument 2025-03-28 10:39:35 +01:00
mount.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
pause.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
port.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
prune.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
ps.go chore: make function comment match function name 2025-04-09 19:51:21 +08:00
ps_test.go ps: fix display of exposed ports 2024-10-23 15:03:30 +02:00
rename.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
restart.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
restore.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
rm.go Fix a few typos. 2025-03-09 20:58:31 +01:00
run.go Fix overwriting the Healthcheck configuration from the image 2025-04-03 15:52:05 +02:00
runlabel.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
start.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
stats.go ci: rm allow-unused from nolintlint settings 2025-03-31 12:27:55 -07:00
stop.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
top.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
unmount.go cmd/podman: refactor Context handling 2025-02-12 14:01:10 +01:00
unpause.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
update.go cmd/podman: add --latest option to update #26380 2025-06-24 22:06:26 +09:00
wait.go Bump Go module to v5 2024-02-08 09:35:39 -05:00