Skip to content

Build docker image using Taskcluster dind#115

Merged
La0 merged 14 commits intomasterfrom
dind
Jan 22, 2020
Merged

Build docker image using Taskcluster dind#115
La0 merged 14 commits intomasterfrom
dind

Conversation

@La0
Copy link
Copy Markdown
Contributor

@La0 La0 commented Jan 22, 2020

No description provided.

@La0 La0 self-assigned this Jan 22, 2020
@La0 La0 mentioned this pull request Jan 22, 2020
@La0 La0 marked this pull request as ready for review January 22, 2020 13:41
Comment thread taskboot/docker.py Outdated
Comment thread taskboot/docker.py
# Check version of remote daemon
self.client = really_old_docker.from_env(version=TASKCLUSTER_DIND_API_VERSION)
version = self.client.version()
assert (
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

why do you check version here ? Can the version be different from the one passed as argument ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

In the context of Taskcluster, the version is fixed to a really old one. If it changes, the client i'm using will fail horribly, so we want to know well before doing any damage

@La0 La0 merged commit 523566e into master Jan 22, 2020
@La0 La0 deleted the dind branch January 22, 2020 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants