compose/pkg
Tymoteusz Blazejczyk faaa93bf12 Added volume bind option SELinux label :z :Z
Added unsupported volume bind option SELinux label `:z` and `:Z` in v2.

It is a regression compared to v1 written in Python.

The v2 uses the compose-spec/compose-go to parse Compose YAML
specification files but there was missing support for volume bind option
SELinux label `:z` and `:Z` in parser. It is fixed in:

- https://github.com/compose-spec/compose-go/pull/213

It fixes #9072

References:

- https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label

Signed-off-by: Tymoteusz Blazejczyk <tymoteusz.blazejczyk@tymonx.com>
2022-01-03 08:04:34 +01:00
..
api Merge pull request #9004 from ndeloof/cp_stopped 2021-12-14 14:27:51 +01:00
compose Added volume bind option SELinux label :z :Z 2022-01-03 08:04:34 +01:00
e2e Fix output redirection on command run 2021-12-15 15:10:22 +01:00
mocks
progress stop time.Ticker after use 2021-09-30 17:09:49 +02:00
prompt
utils