Eden Reich

Results 10 comments of Eden Reich

I've found that we're missing selinux-policy and libselinux-python yum packages on centos, but maybe it's just the docker image so I'm not entirely sure, because I've read somewhere it should...

Struggling to include roles from a different directory on a molecule test. any ideas ? I'm trying to include k3s/master and k3s/node in k3s role. I've tried **import_tasks**, **import_playbooks**, but...

@knospe Hi, Im very new to this kind of system yet I had similar problem when I installed it on xampp using windows im pretty sure there is a command...

Hey any updates on that ? I still can't get it running on the latest version.. ![image](https://user-images.githubusercontent.com/16985712/174460787-a854877a-dd33-40e2-b03c-d47247e82706.png) ![image](https://user-images.githubusercontent.com/16985712/174460807-8996d9ca-2be5-4919-a7ca-a3c3cb68aff5.png)

How complex would it be to migrate from dumb-init to an init system ? Did you try to use docker export to export the filesystem as a tar archive and...

>Updating ARC's runner Dockerfile to install and configure e.g. tini would be the way to go :) So tini is like a wrapper around the manager process ? is it...

>It's no way an emulator if not I'm misreading what you're saying. "A wrapper" sounds more correct based on the roles of tini and ARC's controller-manager. tini is a compact...

I tried to run it on ubuntu workspace(not on my raspberry pi 4), cross-compiling it with buildx using the following command: ```sh docker buildx build \ -t test \ --platform...

I guess I'll need to upgrade my raspberry pi OS to 64bit, seems like they support it now. Before I do that, can someone please confirm that it works on...

FYI: I've upgraded my raspberry pi's OS to arm64 and everything seems to work, thanks for the advice - I guess running it on arm 32 bit OS is not...