Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dockerode #42

Merged
merged 2 commits into from
Jul 5, 2017
Merged

Upgrade dockerode #42

merged 2 commits into from
Jul 5, 2017

Conversation

oba11
Copy link
Contributor

@oba11 oba11 commented Jul 5, 2017

Why

Re-opening the PR against master with original explanation here => #39

@oba11 oba11 merged commit 1747d87 into master Jul 5, 2017
buildLogger.info('[%s] %s built succesfully', buildId, uuid);
buildLogger.info('[%s] Tagging %s', buildId, uuid);
}).then(function(realBuildId) {
buildLogger.info('[%s] %s built succesfully as imageId: %s', buildId, uuid, realBuildId);
Copy link
Contributor

Choose a reason for hiding this comment

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

@oba11 are buildId and realBuildId different values?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, the buildId actually comes as e.g namshi/roger:1.4.1 which is the buildName (or tagName) while the realBuildId comes as the ID of the buildName. Didn't want to change much in the variable names to avoid unforeseeable issues.

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