d1509468c3
allow empty list to be a command/entrypoint
...
Signed-off-by: Sergei Biriukov <svbiriukov@gmail.com >
2023-05-06 10:42:44 +03:00
9011e9faa1
add tests, dry up code, use shlex.split instead of str.split
...
Signed-off-by: Sergei Biriukov <svbiriukov@gmail.com >
2023-05-06 10:42:44 +03:00
517aeba330
Allow config to merge strings and lists in command and entrypoint
...
Signed-off-by: Sergei Biriukov <svbiriukov@gmail.com >
2023-05-06 10:42:44 +03:00
85d5d5dcc9
move logic from rec_merge to normalize_service
...
Signed-off-by: Sergei Biriukov <svbiriukov@gmail.com >
2023-05-06 15:17:54 +10:00
1ffd24dcf9
Python version support: sync verified and advertised versions
...
There are differences with regards to the versions of Python that are
verified (somehow) through Pylint, and the ones that are advertised.
Given that there's no pinning of Pylint versions, it shouldn't be
possible to use it on Python versions such as 3.5 and 3.6 (latest
Pylint doesn't support those). With that, let's cover all the
currently supported Python versions.
Signed-off-by: Cleber Rosa <crosa@redhat.com >
2023-05-06 00:28:13 +03:00
8c66b1cda7
add test case for when build is a complex dictionary
...
Signed-off-by: Sergei Biriukov <svbiriukov@gmail.com >
2023-04-30 15:37:52 +10:00
a0005db474
add code implementing build value merge
...
Signed-off-by: Sergei Biriukov <svbiriukov@gmail.com >
2023-04-29 13:52:19 +10:00
221cf14501
add tests for build value merge
...
Signed-off-by: Sergei Biriukov <svbiriukov@gmail.com >
2023-04-29 13:17:43 +10:00
a61945b516
fix format
...
Signed-off-by: Sergei Biriukov <svbiriukov@gmail.com >
2023-04-21 20:47:53 +03:00
6b6330c587
add build subcommand and --build arg to compose_run
...
Signed-off-by: Sergei Biriukov <svbiriukov@gmail.com >
2023-04-21 20:47:53 +03:00
5d279c4948
Build-fail test example
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-12 22:25:33 +03:00
5a3bdbf89b
Exit code managed at PodmanCompose.run()
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-12 22:25:33 +03:00
1eb166445b
Linting fixes
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-12 22:25:33 +03:00
82182b7bc6
Finish execution in compose_build only on command=build calls
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-12 22:25:33 +03:00
3f4618866b
Update project-1.env
2023-04-10 14:14:14 +03:00
91bc6ebdb4
Keep chdir after loading env file
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-10 14:14:14 +03:00
59a59c1a3a
Fixes #636 : env-file shall be resolved relative to the CWD
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-10 14:14:14 +03:00
620f5d7473
pre-commit black config: run in check only mode
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-10 14:13:00 +03:00
6f902faed0
Fix linting issues
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-10 14:12:32 +03:00
ccdf01e9b0
Revert "Use SELinux mount flag for secrets"
...
This reverts commit 874192568f
.
2023-04-10 12:26:53 +03:00
e6b1eabe4c
Revert "Use more lenient SELinux mount flag for secrets"
...
This reverts commit 75de39c239
.
2023-04-10 12:26:53 +03:00
75de39c239
Use more lenient SELinux mount flag for secrets
...
Signed-off-by: Henry Reed <60915078+henryreed@users.noreply.github.com >
2023-04-10 12:25:53 +03:00
874192568f
Use SELinux mount flag for secrets
...
Signed-off-by: Henry Reed <github.69ofd@simplelogin.com >
2023-04-10 12:25:53 +03:00
0b853f29f4
Ignore access mode when merging volumes short syntax
...
The target path inside the container is treated as a key. Ref:
https://github.com/compose-spec/compose-spec/blob/master/spec.md#merging-service-definitions
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com >
2023-04-10 12:25:05 +03:00
847f01a6c6
Add a docker-compose test file for uidmaps/gidmaps
...
Add a simple docker-compose.yml test to use the x-podman extension with
uidmaps and gitmaps
2023-04-10 12:22:25 +03:00
e511e6420f
FIXES #228 : Add support for uidmap and gidmap
...
Implement an x-podman extension on the level of the individual services
to handle `--uidmap` and `--gidmap`
2023-04-10 12:22:25 +03:00
a9723ec1cf
Added a way to start containers with multiple ips and nets
...
Signed-off-by: KuhnChris <kuhnchris@kuhnchris.eu >
2023-04-10 12:16:54 +03:00
1cb608d8a7
allow project name to be fetched from dotenv
...
Look for project name in `self.environ` which includes both `os.environ`
and dotenv variables so that the project name can also be defined in an
environment file.
Signed-off-by: Kuan-Yi Li <kyli@abysm.org >
2023-04-10 12:13:23 +03:00
252f1d57a5
updating black formatting for podman-compose.py
...
Signed-off-by: Dixon Whitmire <dixonwh@gmail.com >
2023-04-10 12:12:18 +03:00
13856d2e9c
updating black formatting
...
Signed-off-by: Dixon Whitmire <dixonwh@gmail.com >
2023-04-10 12:12:18 +03:00
8d8df0bc28
Adding basic support for --profile argument
...
Signed-off-by: Dixon Whitmire <dixonwh@gmail.com >
2023-04-10 12:12:18 +03:00
bc5f0123d9
add option to start podman in existing network namespace
2023-04-10 12:11:02 +03:00
9a08f85ffd
FIXES #586 : preserve exit code for podman-compose build
...
Signed-off-by: Roman Blanco <rblanco@redhat.com >
2023-04-10 12:10:16 +03:00
8625d7a4e8
add ipam-driver support
...
Signed-off-by: Benedikt Braunger <bb@emlix.com >
2023-04-10 12:02:47 +03:00
016c97fd1e
Fixes #663 - Fixes linting/pylint errors
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-10 11:53:47 +03:00
2df11674c4
Fixes #661 - Fixes linting/flake8 errors
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-10 11:53:47 +03:00
5eff38e743
Fixes #659 : fix permissions when installing OS packages for linting/black
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-10 11:28:07 +03:00
7f5ce26b1b
start version 1.0.7 and default with pod enabled by default
2023-04-09 14:08:54 +03:00
f6dbce3618
version 1.0.6
v1.0.6
2023-04-09 14:02:10 +03:00
dfb64d884d
fix pylint
2023-04-09 13:10:33 +03:00
990f774659
fix pylint
2023-04-09 12:47:15 +03:00
5e518c7ca7
#648 : check if sed exists to color logs
2023-04-09 12:07:43 +03:00
9046f7eee0
#634 : follow up
2023-04-09 12:00:45 +03:00
ef55067834
add support for network priorities
...
Signed-off-by: Benedikt Braunger <bb@emlix.com >
2023-04-09 11:44:21 +03:00
ed2a6c0917
Support network_mode: none
...
Fixes #566
2023-04-09 11:36:30 +03:00
b4c0792995
Add --remove-orphans on down command
...
Signed-off-by: Sander Hoentjen <shoentjen@antagonist.nl >
2023-04-09 11:35:46 +03:00
e84451f4ea
Allow environment parameters without value
...
Signed-off-by: Sander Hoentjen <shoentjen@antagonist.nl >
2023-04-09 11:34:25 +03:00
456370bd46
Support build secrets
...
Signed-off-by: Excedrin <290525+Excedrin@users.noreply.github.com >
2023-04-09 11:33:45 +03:00
efe3714266
Add support for the group_add
property of a service.
2023-04-09 11:33:16 +03:00
c55a2f4c26
Fixes #657 : Support act and developer-friendly environment
...
Signed-off-by: BugFest <bugfest.dev@pm.me >
2023-04-09 11:31:12 +03:00