This repository was archived by the owner on Oct 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[cherry-pick] vendor: Ensure service images get default tag and print familiar strings #32
Merged
andrewhsu
merged 3 commits into
docker-archive:17.06
from
nishanttotla:cpick-moby-33279-17.06
Jun 10, 2017
Merged
[cherry-pick] vendor: Ensure service images get default tag and print familiar strings #32
andrewhsu
merged 3 commits into
docker-archive:17.06
from
nishanttotla:cpick-moby-33279-17.06
Jun 10, 2017
Conversation
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
23 tasks
9be5bec to
8f1ef90
Compare
Contributor
|
Two errors with this PR which are reproducible: and |
Contributor
|
To run the tests from your branch, you'll need to build the docker-dev image from the |
Contributor
Author
|
@andrewhsu ah I see why they're failing. The cherry-pick makes sure that all service images have a default Can that be done in this PR? |
Contributor
Author
|
@andrewhsu I've added a fix for those two tests as an extra commit. PTAL. |
25acdc2 to
02cc54a
Compare
40 tasks
Contributor
Author
|
@andrewhsu now that RC2 is out, could we move ahead with this PR? |
Signed-off-by: Nishant Totla <nishanttotla@gmail.com> (cherry picked from commit 5efcec7) Conflicts resolved: components/cli/vendor/github.com/docker/docker/client/service_create.go Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
Because of cherry-pick from commit 5efcec7 into components/cli/vendor/github.com/docker/docker Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
Because of cherry-pick from commit 5efcec7 into components/cli/vendor/github.com/docker/docker Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
02cc54a to
0fa9fe7
Compare
Contributor
|
LGTM |
andrewhsu
added a commit
that referenced
this pull request
Aug 30, 2017
[ppc64le] add deb support for ubuntu-xenial Upstream-commit: 53b3255 Component: packaging
docker-jenkins
pushed a commit
that referenced
this pull request
Aug 7, 2018
[18.06] Bump SwarmKit to 8852e88 Upstream-commit: 5150e8235c56517af44c7902e71a2e954a05a4ac Component: engine
docker-jenkins
pushed a commit
that referenced
this pull request
May 3, 2019
1. There is no need to persist DOCKER_GITCOMMIT, as it's not needed for runtime, only for build. So, remove ENV. 2. In case $GITCOMMIT is not defined during build time (and it happens if .git directory is not present), we still need to have some value set, so set it to `undefined`. Otherwise we'll have something like > => ERROR [builder 2/3] RUN hack/make.sh build-integration-test-binary > ------ > > [builder 2/3] RUN hack/make.sh build-integration-test-binary: > #32 0.488 > #32 0.505 error: .git directory missing and DOCKER_GITCOMMIT not specified > #32 0.505 Please either build with the .git directory accessible, or specify the > #32 0.505 exact (--short) commit hash you are building using DOCKER_GITCOMMIT for > #32 0.505 future accountability in diagnosing build issues. Thanks! Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Upstream-commit: c3b24944ca10edb835de6e806ad6cd9e952ebc11 Component: engine
docker-jenkins
pushed a commit
that referenced
this pull request
May 14, 2019
1. There is no need to persist DOCKER_GITCOMMIT, as it's not needed for runtime, only for build. So, remove ENV. 2. In case $GITCOMMIT is not defined during build time (and it happens if .git directory is not present), we still need to have some value set, so set it to `undefined`. Otherwise we'll have something like > => ERROR [builder 2/3] RUN hack/make.sh build-integration-test-binary > ------ > > [builder 2/3] RUN hack/make.sh build-integration-test-binary: > #32 0.488 > #32 0.505 error: .git directory missing and DOCKER_GITCOMMIT not specified > #32 0.505 Please either build with the .git directory accessible, or specify the > #32 0.505 exact (--short) commit hash you are building using DOCKER_GITCOMMIT for > #32 0.505 future accountability in diagnosing build issues. Thanks! Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> (cherry picked from commit c3b24944ca10edb835de6e806ad6cd9e952ebc11) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 14bb71d508980769d581010a73565a3c7535a787 Component: engine
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Jan 29, 2020
…79-17.06 [cherry-pick] vendor: Ensure service images get default tag and print familiar strings
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Jan 30, 2020
…rt-xenial [ppc64le] add deb support for ubuntu-xenial
silvin-lubecki
pushed a commit
to silvin-lubecki/docker-ce
that referenced
this pull request
Feb 3, 2020
…79-17.06 [cherry-pick] vendor: Ensure service images get default tag and print familiar strings
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.
Cherry picking moby/moby#33279 into
components/cli/vendor/github.com/docker/docker.This is related to the changes in #13
cc @andrewhsu @mlaventure @thaJeztah