I have upgraded recently, and my working mariadb cannot find now the docker-entrypoint.sh. Anyone had the same and resolved it? http://mesos.apache.org/documentation/latest/isolators/docker-runtime/ I0211 22:53:58.315250 16860 executor.cpp:182] Received LAUNCH event I0211 22:53:58.315862 16860 executor.cpp:679] Starting task mariadb.6ba435aa-2e47-11e9-b19a-5051143001a1.14 I0211 22:53:58.316777 16860 executor.cpp:499] Running '/usr/libexec/mesos/mesos-containerizer launch <POSSIBLY-SENSITIVE-DATA>' I0211 22:53:58.321604 16860 executor.cpp:693] Forked command at 16863 Preparing rootfs at /var/lib/mesos/provisioner/containers/f5048db5-61bd-4d1c-a8af-b9bdde6719 d1/backends/copy/rootfses/14ab3e2d-3358-4b9d-8853-7a3dc703cccf Changing root to /var/lib/mesos/provisioner/containers/f5048db5-61bd-4d1c-a8af-b9bdde6719 d1/backends/copy/rootfses/14ab3e2d-3358-4b9d-8853-7a3dc703cccf Failed to execute 'docker-entrypoint.sh': No such file or directory I0211 22:53:58.504612 16861 executor.cpp:994] Command exited with status 1 (pid: 16863) I0211 22:53:59.506733 16862 process.cpp:926] Stopped the socket accept loop { "id": "mariadb", "cmd": null, "cpus": 0.5, "mem": 512, "instances": 1, "acceptedResourceRoles": ["*"], "container": { "type": "MESOS", "volumes": [ { "containerPath": "mysqldata", "persistent": { "type": "root", "size": 100 }, "mode": "RW" } ], "docker": { "image": "mariadb", "credential": null, "forcePullImage": false } }, "constraints": [["hostname", "CLUSTER", "m03.local"]], "env": { "MYSQL_ROOT_PASSWORD": "xxxxxxxx" }, "args": [ "--datadir=/mysqldata/" ], "healthChecks": [ { "protocol": "TCP", "port": 3306, "gracePeriodSeconds": 300, "intervalSeconds": 60, "timeoutSeconds": 20, "maxConsecutiveFailures": 3, "ignoreHttp1xx": false } ] }

