index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
integration
/
targets
/
docker_container
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
docker_container: change behavior for one-port container ranges to be same as...
Felix Fontein
2020-02-03
1
-0
/
+66
*
Fix 'container_default_behavior: no_defaults'. (#66601)
Felix Fontein
2020-01-31
1
-0
/
+118
*
docker_container: pass volumes only for anonymous volumes (#66600)
Felix Fontein
2020-01-30
1
-0
/
+5
*
Testing: Add support for AIX platform (#65802)
Yanis Guenane
2020-01-30
1
-0
/
+1
*
Expand Shippable test matrix. (#66912)
Matt Clay
2020-01-29
1
-1
/
+1
*
docker_container: configure removal wait timeout (#66144)
Felix Fontein
2020-01-04
1
-11
/
+52
*
docker_container: add support for --cpus (#64683)
Felix Fontein
2019-11-24
1
-0
/
+57
*
docker_container: deprecate trust_image_content (#63420)
Felix Fontein
2019-10-18
1
-6
/
+0
*
docker_container: improve image finding / change detection (#62971)
Felix Fontein
2019-10-04
1
-1
/
+27
*
docker_container: fix idempotency for network IP addresses (#62928)
Felix Fontein
2019-09-30
2
-1
/
+190
*
docker_container: add mount endpoint collision detection (#60384)
Felix Fontein
2019-08-16
1
-0
/
+36
*
[docker_container] Adding support for `mounts` option (#49808)
Dave Bendit
2019-08-02
2
-191
/
+404
*
docker_container: fix port bindings with IPv6 addresses (#59715)
Felix Fontein
2019-08-02
1
-0
/
+13
*
Re-enable docker_container tests (#59425)
Felix Fontein
2019-07-23
2
-1
/
+1
*
Mark Docker tests unstable (#59408)
Sam Doran
2019-07-23
1
-0
/
+1
*
Adjust tests to new error messages for older docker-py versions. (#58253)
Felix Fontein
2019-06-23
1
-12
/
+24
*
Fix assignments in docker tests. (#57249)
Felix Fontein
2019-05-31
6
-7
/
+7
*
docker_container: fix container creation with networks_cli_compatible=yes (#5...
Felix Fontein
2019-05-28
1
-0
/
+3
*
[docker] support the lookup of images by digest (#56649)
Jakob Ackermann
2019-05-21
1
-0
/
+42
*
oom_killer and oom_score_adj are available since docker-py 1.8.0. (#56012)
Felix Fontein
2019-05-05
1
-18
/
+0
*
docker_container: use restart() API function instead of stop/start sequence (...
Felix Fontein
2019-05-03
2
-110
/
+121
*
docker modules: make sure everything works with older docker-py versions (#55...
Felix Fontein
2019-04-17
1
-0
/
+2
*
docker_container: improve log_options idempotency by converting to string (#5...
Felix Fontein
2019-04-13
1
-1
/
+5
*
Revert "Temporarily skip failing Docker tests on RHEL 7.6."
Matt Clay
2019-03-27
1
-1
/
+0
*
Temporarily skip failing Docker tests on RHEL 7.6.
Matt Clay
2019-03-27
1
-0
/
+1
*
docker_container: add networks_cli_compatible option (#54198)
Felix Fontein
2019-03-25
2
-184
/
+549
*
docker: rename docker_*_facts -> docker_*_info (#54124)
Felix Fontein
2019-03-21
1
-8
/
+8
*
Add shippable/posix/group4/ for CI. (#53816)
Matt Clay
2019-03-15
1
-1
/
+1
*
Only use ports in the range 9001-9060.
Felix Fontein
2019-03-15
2
-44
/
+44
*
docker_container: show warnings, fix/improve tests (#53440)
Felix Fontein
2019-03-11
4
-66
/
+69
*
Rebalance docker_* integration tests.
Matt Clay
2019-03-07
1
-1
/
+1
*
docker_*: enable RHEL8 tests (#53313)
Felix Fontein
2019-03-05
1
-1
/
+0
*
Simplify docker_*_facts return names (#51939)
Felix Fontein
2019-03-05
1
-11
/
+11
*
Don't die when kernel memory accounting is not supported by runc build. (#53163)
Felix Fontein
2019-03-01
1
-0
/
+5
*
docker: provide alternatives to ansible_facts results (#51192)
Felix Fontein
2019-02-18
1
-11
/
+11
*
[docker_container] Failing on non-string env values (#49843)
Dave Bendit
2018-12-14
1
-0
/
+20
*
[docker_container] Fixes idempotency checks for network_mode (#49797)
Dave Bendit
2018-12-12
1
-1
/
+34
*
Support for pids_limit parameter in docker_container module (#49319)
Akshay Gaikwad
2018-12-03
1
-0
/
+54
*
docker_* tests: check API version (#48620)
Felix Fontein
2018-11-19
1
-0
/
+3
*
docker_* modules: improve diff (#48546)
Felix Fontein
2018-11-19
5
-0
/
+82
*
Add CI platform: rhel/8.0 (#48835)
Matt Clay
2018-11-17
1
-0
/
+1
*
Use force_kill instead of stop_timeout to fasten container cleanup. (#48733)
Felix Fontein
2018-11-16
7
-188
/
+204
*
docker_container: fix tests and idempotency for init and shm_size (#48551)
Felix Fontein
2018-11-13
1
-71
/
+71
*
docker_* modules: updating argument_spec (#48491)
Felix Fontein
2018-11-12
1
-1
/
+1
*
Improve paused test and behavior. (#48056)
Felix Fontein
2018-11-05
1
-20
/
+8
*
Make tests fail less often with strange errors. (#48059)
Felix Fontein
2018-11-05
1
-2
/
+8
*
docker_container: fix ipc_mode and pid_mode idempotency (#47997)
Felix Fontein
2018-11-05
1
-6
/
+5
*
docker_container: simplify minimal required version per option handling (#47711)
Felix Fontein
2018-11-05
2
-73
/
+219
*
Support for device read write limit parameters (#47814)
Akshay Gaikwad
2018-11-01
1
-0
/
+195
*
docker_container: fix paused and add some tests (#47900)
Felix Fontein
2018-11-01
1
-16
/
+155
[next]