When using the latest Docker (note: installed from docker.org yum repos, not official centos repos), both S2I and Docker builds will fail with this error:
Docker build:
---> Running in 3ce1ba9b6292
builder.go:204] Error: build error: Cannot start container 3ce1ba9b6292ff467d1e9bb1ceb8923d7d4a80f17e295b7fa306c7a2eff80c7b: [9] System error: write /sys/fs/cgroup/memory/docker/3ce1ba9b6292ff467d1e9bb1ceb8923d7d4a80f17e295b7fa306c7a2eff80c7b/memory.limit_in_bytes: invalid argument
S2I build:
install.go:236] Using "save-artifacts" installed from "image:///usr/libexec/s2i/save-artifacts"
builder.go:204] Error: build error: API error (500): Cannot start container ea7c76f432b8a704843535c09c77c1598688b96ad1b07a641d6bd4b96a178566: [9] System error: write /sys/fs/cgroup/memory/docker/ea7c76f432b8a704843535c09c77c1598688b96ad1b07a641d6bd4b96a178566/memory.limit_in_bytes: invalid argument
Dunno if this is due to cgroup changes we did or something is badly broken in latest docker.
Keep in mind that this is probably low prio because I don't think we are getting 1.10.2 docker anytime soon, but we should keep eyes on this.
EDIT: This was done on centos7.1.
When using the latest Docker (note: installed from docker.org yum repos, not official centos repos), both S2I and Docker builds will fail with this error:
Docker build:
S2I build:
Dunno if this is due to cgroup changes we did or something is badly broken in latest docker.
Keep in mind that this is probably low prio because I don't think we are getting 1.10.2 docker anytime soon, but we should keep eyes on this.
EDIT: This was done on centos7.1.