Mathieu Tortuyaux
Mathieu Tortuyaux
> Hey, sorry for the delay. I missed this notification and then got busy with work. > > Tested again with your minimal butane.json, which compiles to: > > `{"ignition":{"version":"3.4.0"},"storage":{"files":[{"path":"/opt/file","contents":{"compression":"","source":"data:,Hello%2C%20world!"}}]}}`...
Hello there, I finally got some time to get back on this topic. Here's an image that can be tested: https://bincache.flatcar-linux.net/images/amd64/9999.9.100+tormath1-ignition/flatcar_production_scaleway_image.qcow2 I ran some tests here: https://gist.github.com/tormath1/0daa42261ee93cb4f3e7a2230797200d but I noticed...
Hi @robszumski sorry for the delay! NVIDIA ARM64 support for AWS is now available on all channels (Alpha, Beta and Stable) - feel free to give a try and provide...
This is done and available on all main channels, I will go ahead and close this issue.
> If we remove ct from mantle we can't be sure that we won't break users who still have old ignition configs. I'm sure they haven't migrated. In this case,...
> Just noticed that this is for a review for 3 months already. Heh. > > Um, looks ok I think. What is this for? Yeah, it is not an...
yes, let's close this. If someone (likely me) still needs it until then, it is still possible to apply the PR patch.
> I am not sure how to get the image ID i set with `--stackit-image` into `CreateServer` function of `cmd/platform/api/stackit/api.go` @robinschneider to provide the image ID to the `CreateServer` you...
For the record, here's a Butane configuration to download `docker-compose` and run a simple application: ```yml --- variant: flatcar version: 1.0.0 storage: files: - path: /opt/bin/docker-compose contents: source: https://github.com/docker/compose/releases/download/v2.11.2/docker-compose-linux-x86_64 verification:...
> Has anyone managed to install the cli-plugin systemwide? What about this: https://docs.docker.com/compose/install/linux/#install-the-plugin-manually ? This can be easily done via provisioning with Ignition. I just gave a try and it...