Oleksandr Redko
2a2d0b0e18
chore: delete obsolete // +build lines
...
Signed-off-by: Oleksandr Redko <Oleksandr_Redko@epam.com>
2024-01-04 11:53:38 +02:00
Paul Holzinger
bad25da92e
libpod: add !remote tag
...
This should never be pulled into the remote client.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-10-24 12:11:34 +02:00
Daniel J Walsh
f256f4f954
Use constants for mount types
...
Inspired by https://github.com/containers/podman/pull/19238
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2023-07-14 07:17:21 -04:00
Doug Rabson
359e397443
libpod: Add volume support for FreeBSD
...
[NO NEW TESTS NEEDED]
Signed-off-by: Doug Rabson <dfr@rabson.org>
2022-09-27 16:31:40 +01:00
Doug Rabson
abe8dad344
libpod: Factor out usage of unix.MNT_DETACH from (*Volume).unmount
...
There is an existing wrapper for unix.Unmount(..., MNT_DETACH) in
util_linux.go but that filters all errors and for volumes, we only want
to filter EINVAL. The existing libpod.Unmount seems to only have one
call site so perhaps these can be merged.
[NO NEW TESTS NEEDED]
Signed-off-by: Doug Rabson <dfr@rabson.org>
2022-09-27 16:31:40 +01:00
Doug Rabson
9de2a5ff79
libpod: Move volume_internal_linux.go to volume_internal_common.go
...
[NO NEW TESTS NEEDED]
Signed-off-by: Doug Rabson <dfr@rabson.org>
2022-09-27 16:31:40 +01:00