This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[18.03] Fix docker version output alignment#498
Merged
andrewhsu merged 1 commit intodocker-archive:18.03from Apr 18, 2018
Merged
[18.03] Fix docker version output alignment#498andrewhsu merged 1 commit intodocker-archive:18.03from
andrewhsu merged 1 commit intodocker-archive:18.03from
Conversation
Member
Author
|
ping @tiborvass @cpuguy83 PTAL |
|
Listing failures for record keeping purposes (It doesn't seem like this Pull Request should fail ANY tests). Failed CE tests with: and For PowerPC |
Member
Author
Should be resolved so just needs to be restarted in CI |
Use tabwriter to print the version output Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 48eb7a082dfcca6b16a3466a98cd27b04deb07c7) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
101da54 to
a0c8cc8
Compare
Member
Author
|
hm, odd failure on s390x; https://jenkins.dockerproject.org/job/docker-ce-pr-s390x/543/execution/node/321/log/?consoleFull could actually be fixed by another PR, let me check on that one |
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Jan 24, 2020
…ix-version-output [18.03] Fix docker version output alignment
docker-jenkins
pushed a commit
that referenced
this pull request
Aug 31, 2020
[19.03 backport] bump buildx to v0.4.2 Upstream-commit: 395008c8af7a26ba5980f074bfdcb205b1651950 Component: packaging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use tabwriter to print the version output
backport of docker/cli#965 for 18.03
no conflicts