arion/tests
LoveIsGrief 638c4b8e55
fix: services.<name>.service.build.context
One could declare it, but it was unceremoniously ignored.
A "localhost/" image was created with pretty much nothing in it
 and it couldn't be launched.

The cause was services.<name>.service.image being always set
 and subsequently thugs services.<name>.image.nixBuild being truthy.
That would build an image and write the services.<name>.image field
 in the docker-compose.json. It leads to the build.context being
ignored and the service failing.

This was solved by only writing services.<name>.service.image when
 services.<name>.service.build.context is not set.
services.<name>.image.nixBuild is additionally set to false when
the context is set.

Related to #208
2023-08-20 15:20:34 +02:00
..
arion-test fix: services.<name>.service.build.context 2023-08-20 15:20:34 +02:00
nixos-virtualization-arion-test zookeeper ships with an appropriate java now 2022-04-08 00:04:13 +02:00
flake-module.nix Ignore broken test 2023-01-13 19:15:04 +01:00