podman/pkg/domain/utils
Paul Holzinger 74454bf59c
rework system connection and farm storage
We now no longer write containers.conf, instead system connections and
farms are written to a new file called podman-connections.conf.

This is a major rework and I had to change a lot of things to get this
to compile again with my c/common changes.

It is a breaking change for users as connections/farms added before this
commit can now no longer be removed or modified directly. However because
the logic keeps reading from containers.conf the old connections can
still be used to connect to a remote host.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-01-31 15:08:41 +01:00
..
scp.go rework system connection and farm storage 2024-01-31 15:08:41 +01:00
scp_test.go chore: extract duplicate codes 2024-01-29 10:10:26 +08:00
secrets_filters.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
utils.go Replace strings.SplitN with strings.Cut 2024-01-11 13:50:15 +00:00
utils_test.go podman image scp remote support & podman image scp tagging 2022-06-28 08:54:19 -04:00