Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Update docker 1.10 #210

Merged
merged 16 commits into from Feb 29, 2016
Merged

Conversation

gregarndt
Copy link
Contributor

No description provided.

@taskcluster-ci
Copy link

@gregarndt
Copy link
Contributor Author

Quick graph executing 1000 tasks: https://tools.taskcluster.net/task-graph-inspector/#lXuFfeHjRjWPvPBPKGs2Qg

@taskcluster-ci
Copy link

@djmitche
Copy link
Contributor

This is working great for us. Please merge! :)

@@ -333,7 +333,8 @@ export class Task {
StdinOnce: false,
Env: taskEnvToDockerEnv(env),
HostConfig: {
Privileged: privilegedTask
Privileged: privilegedTask,
ShmSize: 1800000000
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or, if you want to make this a task argument before merging, that would be cool too.

@taskcluster-ci
Copy link

@taskcluster-ci
Copy link

@taskcluster-ci
Copy link

@taskcluster-ci
Copy link

@taskcluster-ci
Copy link

DOCKER_VERSION=1.10.1-0~trusty
# Kernels <= 3.13.0.77 and >= 3.13.0.71 have an AUFS bug which can cause docker
# containers to not exit properly because of zombie processes that can't be reaped.
KERNEL_VERSION=3.13.0-79-generic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm impressed -- where'd you find this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found while reading this issue: moby/moby#18180

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

credit to the folks in #docker on freenode

@taskcluster-ci
Copy link

@taskcluster-ci
Copy link

@taskcluster-ci
Copy link

@taskcluster-ci
Copy link

@gregarndt
Copy link
Contributor Author

so I tested out ptrace manually on some hosts and it appears to work as expected. It's the last test failing on docker 1.10 and I can run the tests correctly in vagrant, but not within the worker-ci docker-in-docker image. It looks like apprmor stepping on itself and even messaged up apparmor on the host.

I need to look into using the newer dind images that docker-library has and see if we can use that for the CI tests.

@taskcluster-ci
Copy link

@taskcluster-ci
Copy link

@taskcluster-ci
Copy link

@taskcluster-ci
Copy link

@gregarndt gregarndt closed this Feb 29, 2016
@gregarndt gregarndt reopened this Feb 29, 2016
@taskcluster-ci
Copy link

@gregarndt gregarndt closed this Feb 29, 2016
@gregarndt gregarndt reopened this Feb 29, 2016
@taskcluster-ci
Copy link

initrd /boot/initrd.img-${KERNEL_VER}


## Update to pick up new registries
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"registries"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, this was some bad merge work I was doing. I'll remove that.

@djmitche
Copy link
Contributor

looks good

@gregarndt gregarndt closed this Feb 29, 2016
@gregarndt gregarndt reopened this Feb 29, 2016
@taskcluster-ci
Copy link

@gregarndt gregarndt closed this Feb 29, 2016
@gregarndt gregarndt reopened this Feb 29, 2016
@taskcluster-ci
Copy link

gregarndt added a commit that referenced this pull request Feb 29, 2016
@gregarndt gregarndt merged commit c43e980 into taskcluster:master Feb 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants