Luca Bruno
Luca Bruno
Cross-referencing from https://github.com/Stebalien/tempfile/issues/114: on Linux though it would be helpful to be able to pass a proper `Permissions` argument.
@bk138 There have been some major cgroups changes since 1.2, can you give another try at a recent rkt version (1.7 or current git)? Also, to help me reproducing/fixing this,...
@BlauerHunger I have a similar environment (debian testing) but I'm having issues reproducing what you are seeing. To track this down, it would be helpful to know: - the command...
That comes from a `MUST` requirement in ACI spec: https://github.com/appc/spec/blob/v0.8.11/spec/aci.md#image-archives That said, the UX should be a bit more explicit, and directly highlight *why* it is invalid.
Thanks for the report. The behavior you are experiencing is due to the internal docker-format conversion, and the root issue is basically https://github.com/rkt/rkt/issues/2313.
This is likely a duplicate of https://github.com/rkt/rkt/issues/2717.
Bumping up attempts and pauses on retries doesn't mitigate this. `TestDeferredSignatureDownload` is affected by the same as it also uses fixed-port aci-server.
This has been already answered at https://github.com/rkt/rkt/issues/3912.
It looks like selinux category options are confusing the mount-related logic. Can you please try with latest rkt (1.30) to check if that logic changed in the meanwhile? I'm not...
Yes, there are multiple issues with selinux and rkt stage1 setup, thus it pretty much never worked in enforcing mode: https://github.com/rkt/rkt/labels/technology%2Fselinux. However, if it fails in permissive mode then it...