- Mar 12, 2018
-
-
RongZhang authored
details:https://github.com/moby/moby/pull/31490/files
-
rong.zhang authored
Support docker-ce and docker-engine include redhat/centos ubuntu debian
-
- Mar 07, 2018
-
-
Chris Mildebrandt authored
Change "command" to "shell" in order for the pipe to work correctly
-
RongZhang authored
* Use docker-ce 17.03.2 * Docker-engine may be discarded
-
- Mar 02, 2018
-
-
rong.zhang authored
-
- Feb 21, 2018
-
-
Chris Mildebrandt authored
-
- Feb 20, 2018
-
-
Chris Mildebrandt authored
-
- Feb 07, 2018
-
-
Erwan Miran authored
-
- Jan 31, 2018
-
-
rong.zhang authored
Fix can not be used devicemapper driver
-
- Jan 29, 2018
-
-
Matthew Mosesohn authored
import_tasks will consume far less memory, so it should be used whenever it is compatible.
-
- Jan 23, 2018
-
-
Matthew Mosesohn authored
-
- Jan 12, 2018
-
-
heping authored
-
- Dec 19, 2017
-
-
Evan Zeimet authored
Renaming runtime docker_version to prevent setting that value on the command line from breaking the play run. This fixes #2081
-
- Dec 13, 2017
-
-
Fang Zhen authored
The search line in /etc/resolv.conf could have multiple spaces or tabs between domains. split(' ') will give wrong results in some case, use split() without argument instead. e.g. >>> 'domain.tld cluster.tld '.split(' ') ['domain.tld\tcluster.tld', ''] >>> 'domain.tld cluster.tld '.split() ['domain.tld', 'cluster.tld']
-
- Dec 12, 2017
-
-
Spencer Smith authored
-
- Dec 08, 2017
-
-
Thomas Sarboni authored
-
- Nov 22, 2017
-
-
brx authored
just a small spelling mistake
-
- Nov 03, 2017
-
-
Chad Swenson authored
Update default docker version to 17.03.1
-
- Oct 30, 2017
-
-
Spencer Smith authored
-
- Oct 27, 2017
-
-
Chad Swenson authored
This allows overriding of apt repo endpoints when internet sources are not accessible. Additionally, switch to using the dockerproject.org gpg key url for apt instead of keyservers.net
-
- Oct 16, 2017
-
-
Jason Brooks authored
* don't try to install this rpm on fedora atomic * add docker 1.13.1 for fedora * built-in docker unit file is sufficient, as tested on both fedora and centos atomic
-
- Oct 11, 2017
-
-
Vijay Katam authored
* Rename dns_server to dnsmasq_dns_server so that it includes role prefix as the var name is generic and conflicts when integrating with existing ansible automation. * Enable selinux state to be configurable with new var preinstall_selinux_state
-
Matthew Mosesohn authored
* Set no_proxy to all local ips * Use proxy settings on all necessary tasks
-
- Oct 05, 2017
-
-
Aivars Sterns authored
-
- Sep 25, 2017
-
-
Martin Uddén authored
* feature: install project atomic CSS on RedHat family * missing patch for this feature * sub-role refactor * Yamllint fix
-
- Aug 25, 2017
-
-
Chad Swenson authored
* Updates Controller Manager/Kubelet with Flannel's required configuration for CNI * Removes old Flannel installation * Install CNI enabled Flannel DaemonSet/ConfigMap/CNI bins and config (with portmap plugin) on host * Uses RBAC if enabled * Fixed an issue that could occur if br_netfilter is not a module and net.bridge.bridge-nf-call-iptables sysctl was not set
-
- Aug 24, 2017
-
-
Brad Beam authored
* Adding yaml linter to ci check * Minor linting fixes from yamllint * Changing CI to install python pkgs from requirements.txt - adding in a secondary requirements.txt for tests - moving yamllint to tests requirements
-
- Aug 14, 2017
-
-
Vijay Katam authored
-
- Aug 11, 2017
-
-
Vijay Katam authored
-
- Aug 10, 2017
-
-
Vijay Katam authored
* Make yum repos used for installing docker rpms configurable * TasksMax is only supported in systemd version >= 226 * Change to systemd file should restart docker
-
- Jun 26, 2017
-
-
jwfang authored
-
- Apr 06, 2017
-
-
Matthew Mosesohn authored
-
- Mar 22, 2017
-
-
Josh Lothian authored
The docker-network environment file masks the new values put into /etc/systemd/system/docker.service.d/flannel-options.conf to renumber the docker0 to work correctly with flannel.
-
- Mar 17, 2017
-
-
Matthew Mosesohn authored
-
- Mar 14, 2017
-
-
Sergii Golovatiuk authored
Closes: #1135 Closes: #1026 Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Mar 07, 2017
-
-
David Crook authored
docker-ce is not the .deb package until the repositories are switched over to new "downloads" docker webserver
-
David Crook authored
-
- Mar 03, 2017
-
-
David Crook authored
- Only have ubuntu to test on - fedora and redhat are placeholders/guesses - the "old" package repositories seem to have the "new" CE version which is `1.13.1` based - `docker-ce` looks like it is named as a backported `docker-engine` package in some places - Did not change the `defaults` version anywhere, so should work as before - Did not point to new package repositories, as existing ones have the new packages.
-
- Mar 02, 2017
-
-
John Dewey authored
The default version of Docker was switched to 1.13 in #1059. This change also bumped ubuntu from installing docker-engine 1.13.0 to 1.13.1. This PR updates os families which had 1.13 defined, but were using 1.13.0. The impetus for this change is an issue running tiller 1.2.3 on docker 1.13.0. See discussion [1][2]. [1] https://github.com/kubernetes/helm/issues/1838 [2] https://github.com/kubernetes-incubator/kargo/pull/1100
-
- Mar 01, 2017
-
-
Vijay Katam authored
Updates based on feedback Simplify checks for file exists remove invalid char Review feedback. Use regular systemd file. Add template for docker systemd atomic
-