You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2020. It is now read-only.
When I run rkt (stage1=coreos) on an arm64 machine with either the --user= or group= flags the container exits with failure. amd64 machines are OK, as is arm64 without the --user= and group= flags. Any pointers on how to figure out what's going wrong would be appreciated.
In summary:
$ sudo ./build-rkt-1.26.0+git/target/bin/rkt run --debug --mds-register=false --insecure-options=all ./build-rkt-1.26.0+git/target/bin/stage1-coreos.aci --exec /bin/bash
Container rkt-ede535ac-7b12-477e-a541-169bd95599be exited successfully.
$ sudo ./build-rkt-1.26.0+git/target/bin/rkt run --debug --mds-register=false --insecure-options=all ./build-rkt-1.26.0+git/target/bin/stage1-coreos.aci --exec /bin/bash --user=111
Container rkt-6801ba3a-46bf-4b75-aa97-6be482b91b89 failed with error code 217.
$ sudo ./build-rkt-1.26.0+git/target/bin/rkt run --debug --mds-register=false --insecure-options=all ./build-rkt-1.26.0+git/target/bin/stage1-coreos.aci --exec /bin/bash --group=111
Container rkt-8b7304f5-d076-4cd7-9c76-294ea48fb095 failed with error code 216.