Since this thread I made in February (Anyone got Microsoft Intune to work?), I’ve been layering Intune and Edge on top of Aurora DX and everything has been working fine.
However a few other Linux users at my new job also expressed interest in my setup, and layering sounds like it might not work forever, so I finally got around to baking my own image.
Yes it’s just Aurora DX with Intune and Edge installed at this point, but I am pleased with myself and @j0rge ordered me to make a forum thread. Maybe this will even help some others move over to Aurora/Bluefin at work, who knows?
How did you generate the cosign.pub keypair and where do you keep the private key? I noticed that the workflow fails so I suppose there is some github-related configuration one needs to do?
This allowed me to build the workflow and generate an image at ghcr.io/karypid/bluefin-dx-nvidia-open-nix which I will now install this image in a VM to see if I can run the nix installer… @fenglengshun you may be interested in this…
Yes for cosign I just followed the template docs. There were a few tweaks I had to make to get local VM to work which I’ll commit back but the ISO part was seamless.
So, this was me trying to find a way to keep the folder alive. There was a “rechunk” process of image cleanup that I am under the impression removes empty folders, so I thought this may prevent that from happening.
If you pull my image and mount it you will see:
$ podman image pull docker://ghcr.io/karypid/bluefin-dx-nvidia-open-nix:stable
...
$ podman unshare -- bash
$ podman image mount bluefin-dx-nvidia-open:stable
(some-folder)
$ ls -a (some-folder)/nix
. .. .keep
EDIT: Disregard my original post saying the file was missing! It is there!
Somehow my VM when switching to this image is missing the folder though. Since I can see it is present, maybe I have done an incorrect rebase, so I will investigate further… At least a bit of progres…