Kiara Grouwstra
8f0549b434
rename boot.tmpOnTmpfs -> boot.tmp.useTmpfs
...
resolves warning:
trace: Obsolete option `boot.tmpOnTmpfs' is used. It was renamed to
`boot.tmp.useTmpfs'.
c.f.
a5d95ac5fc
2024-06-12 22:14:14 +00:00
LoveIsGrief
3588b01e13
test: Add tests for using build.context
...
These are simple tests to make sure that the generated docker-compose.json
looks like it should. This means has a build.context and does NOT
have an image defined - the image is built when starting the service.
2023-08-20 16:42:48 +02:00
Qaif Shaikh
5ba2990f72
Try with lib.types.unspecified
2023-03-02 13:41:53 -06:00
Robert Hensing
cfec8ff678
Restore compatibility with lens-aeson <1.2
2022-12-06 15:45:05 +01:00
Robert Hensing
b9525cef7c
aeson: 1 -> 2
2022-12-02 11:34:29 +00:00
Robert Hensing
037c87837f
Add default network with name = project.name
2022-06-09 01:47:16 +02:00
Robert Hensing
ca785e548b
Add options below networks
2022-06-09 01:47:16 +02:00
Robert Hensing
42146bb0b2
Adjust docs
2022-06-09 01:18:22 +02:00
Robert Hensing
d90c7dc326
project.name: nullOr str -> str
2022-06-01 00:06:33 +02:00
Robert Hensing
0ee76740d0
image.name: Default to localhost/$name
2022-04-23 23:20:33 +02:00
Robert Hensing
2b46a9b5f6
Format
2021-05-31 16:53:57 +02:00
Robert Hensing
dcc5b1e3ce
Test and fix that we only load images when needed
2021-05-31 16:53:57 +02:00
Robert Hensing
286d56a83c
Add test with podman docker socket backend
2021-05-31 16:53:57 +02:00
Robert Hensing
700297748d
Support --no-ansi, --compatibility, --log-level options
2020-10-11 12:47:28 +02:00
Robert Hensing
b959ab492d
Move name -> project.name
2020-10-11 12:02:58 +02:00
Robert Hensing
92c389fab5
Fix tests
2020-10-10 22:14:22 +02:00
Robert Hensing
df0ec2eb50
Add name option for project/composition name
2020-10-10 22:09:35 +02:00
Robert Hensing
067ce26177
Use dockerTools.streamLayeredImage if available
...
Technically this opens a new attack vector, but if you don't trust
the code you're deploying, you should already have taken precautions
because of nix-shell, direnv etc. This just adds arion to that list.
2020-10-02 11:52:35 +02:00
Robert Hensing
88c361c81c
Rename getDockerImages
2020-10-02 11:52:35 +02:00
Robert Hensing
7c20fa9a11
Support use of prebuilt docker-compose.yaml
2020-10-01 18:47:29 +02:00
Robert Hensing
b2e2aad1d5
Fix warning
2020-09-05 23:02:11 +02:00
Robert Hensing
3b86679399
Resolve NonEmpty import warning
2020-03-20 22:28:46 +01:00
Robert Hensing
eeed0577be
haskell: Resolve lines ambiguity
2020-03-20 22:28:37 +01:00
Robert Hensing
24503bcbe5
Fix warnings
2019-10-29 11:04:25 +01:00
Robert Hensing
dda66e104e
Fix test
2019-10-26 15:37:24 +02:00
Robert Hensing
7749eb2ef9
Add cabal check to ci, build strictly (once)
2019-10-04 19:09:29 +02:00
Robert Hensing
c3a5f8c13f
Assertions, warnings, renames
2019-10-03 21:30:14 +02:00
Robert Hensing
83a9d4668f
Use proper submodule for services
2019-10-03 17:53:13 +02:00
Robert Hensing
c88d2bb9cf
docker load arion-base-image
2019-09-29 23:53:55 +02:00
Robert Hensing
a90190fc9e
Fix stderr streaming
...
Just good old-fashioned handles.
2019-09-29 22:44:33 +02:00
Robert Hensing
0474544d0b
Implement defaultExec
2019-09-28 14:25:41 +02:00
Robert Hensing
02c0f80b02
Implement uid parameter
2019-09-28 00:53:11 +02:00
Robert Hensing
1fe10c076d
Implement image loading, use it instead of arion-base
2019-09-27 23:59:08 +02:00
Robert Hensing
fcf270c80c
Make arion repl work
2019-09-27 21:45:06 +02:00
Robert Hensing
b9488b7f49
Make some commands work
2019-09-27 21:01:57 +02:00
Robert Hensing
c0e995043a
Fix unit tests to reflect updated master
2019-09-27 12:44:24 +02:00
Robert Hensing
44df36673c
Rename
2019-09-27 12:39:07 +02:00
Robert Hensing
81887ba633
cat: Write to stdout not stderr
2019-09-27 12:36:23 +02:00
Robert Hensing
6d6361e7e8
Add --show-trace, eval unit test
2019-07-29 13:49:26 +02:00
Robert Hensing
6882a92e56
Make arion cat work
2019-06-23 21:27:13 +02:00
Stefan Matting
60cb5cb5c3
refactor command line parsing
2019-06-15 21:13:09 +02:00
Stefan Matting
9b047987ae
Add basic command line parsing
2019-06-15 15:54:48 +02:00
Robert Hensing
ba6fa62c4a
Add docker compose example for parsing unit test
2019-06-14 18:10:37 +02:00
Robert Hensing
9443fe8410
Add Haskell package
2019-06-14 16:10:37 +02:00