spiegel_podman/cmd/podman/containers
Paul Holzinger 35290c9b32 [v5.2] set !remote build tags where needed
The new golangci-lint version 1.60.1 has problems with typecheck when
linting remote files. We have certain pakcages that should never be
inlcuded in remote but the typecheck tries to compile all of them but
this never works and it seems to ignore the exclude files we gave it.

To fix this the proper way is to mark all packages we only use locally
with !remote tags. This is a bit ugly but more correct. I also moved the
DecodeChanges() code around as it is called from the client so the
handles package which should only be remote doesn't really fit anyway.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2024-08-21 12:06:44 -04:00
..
attach.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
checkpoint.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
cleanup.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
clone.go add --retry --retry-delay to podman run/create 2024-02-29 10:20:21 -05:00
commit.go [v5.2] set !remote build tags where needed 2024-08-21 12:06:44 -04:00
container.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
cp.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
create.go [v5.2] update golangci-lint to 1.60.1 2024-08-21 12:06:44 -04:00
diff.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
exec.go Bump Go module to v5 2024-02-08 09:35:39 -05: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 Bump Go module to v5 2024-02-08 09:35:39 -05: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 Bump Go module to v5 2024-02-08 09:35:39 -05:00
mount.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
pause.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
port.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
prune.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
ps.go update golangci-lint to v1.59.1 2024-06-10 14:57:45 +02:00
rename.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
restart.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
restore.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
rm.go rm --force work for more than one arg 2024-04-04 17:47:28 +02:00
run.go Remove references and checks for --gpus 2024-07-17 12:02:51 -04:00
runlabel.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
start.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
stats.go utils: drop conversion float->string->float 2024-03-18 23:06:06 +01: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 Bump Go module to v5 2024-02-08 09:35:39 -05:00
unpause.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
update.go Add support for updating restart policy 2024-04-17 08:23:51 -04:00
wait.go Bump Go module to v5 2024-02-08 09:35:39 -05:00