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

Support asterisks in image reference filter #2751

Merged
merged 1 commit into from Jul 11, 2017

Conversation

Projects
None yet
3 participants
@wsong
Contributor

wsong commented Jun 28, 2017

No description provided.

@GordonTheTurtle

This comment has been minimized.

Show comment
Hide comment
@GordonTheTurtle

GordonTheTurtle Jun 28, 2017

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "support_regex_filter" [email protected]:wsong/swarm.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

GordonTheTurtle commented Jun 28, 2017

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "support_regex_filter" [email protected]:wsong/swarm.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@GordonTheTurtle GordonTheTurtle removed the dco/no label Jun 28, 2017

@nishanttotla nishanttotla added this to the 1.3.0 milestone Jun 29, 2017

@nishanttotla

This comment has been minimized.

Show comment
Hide comment
@nishanttotla

nishanttotla Jun 29, 2017

Contributor

Let's take this PR in for the next release (not the upcoming one). This will need to be rebased once for the updated API.

One thing that concerns me here is that here's a lot of old code (pre github.comdocker/distribution) that directly handles image strings. I want to be extra careful that mixing that and the distribution package will not cause problems.

Contributor

nishanttotla commented Jun 29, 2017

Let's take this PR in for the next release (not the upcoming one). This will need to be rebased once for the updated API.

One thing that concerns me here is that here's a lot of old code (pre github.comdocker/distribution) that directly handles image strings. I want to be extra careful that mixing that and the distribution package will not cause problems.

@nishanttotla nishanttotla modified the milestones: 1.2.8, 1.3.0 Jul 10, 2017

@nishanttotla

LGTM

I restarted the CI, let's wait for that before merging.

@nishanttotla

This comment has been minimized.

Show comment
Hide comment
@nishanttotla

nishanttotla Jul 10, 2017

Contributor

@wsong can you check if the test failures are related?

Contributor

nishanttotla commented Jul 10, 2017

@wsong can you check if the test failures are related?

@nishanttotla nishanttotla modified the milestones: 1.3.0, 1.2.8 Jul 10, 2017

@wsong

This comment has been minimized.

Show comment
Hide comment
@wsong

wsong Jul 10, 2017

Contributor

Test failures all appear unrelated

Contributor

wsong commented Jul 10, 2017

Test failures all appear unrelated

@nishanttotla nishanttotla merged commit 91b9562 into docker:master Jul 11, 2017

6 of 10 checks passed

engine-1.10 Jenkins build Swarm-PRs (engine 1.10) 2138 has failed
Details
engine-1.12 Jenkins build Swarm-PRs (engine 1.12) 539 has failed
Details
engine-1.13 Jenkins build Swarm-PRs (engine 1.13) 375 has failed
Details
engine-master Jenkins build Swarm-PRs (engine master) 3684 has failed
Details
continuous-integration/jenkins/pr-head This commit looks good
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
engine-1.11 Jenkins build Swarm-PRs (engine 1.11) 1173 has succeeded
Details
engine-1.9 Jenkins build Swarm-PRs (engine 1.9) 1846 has succeeded
Details
engine-17.03 Jenkins build Swarm-PRs (engine 17.03) 130 has succeeded
Details
engine-17.06 Jenkins build Swarm-PRs (engine 17.06) 13 has succeeded
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment