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

Bump v1.6.0 #11635

Merged
merged 1,286 commits into from
Apr 16, 2015
Merged

Bump v1.6.0 #11635

merged 1,286 commits into from
Apr 16, 2015

Conversation

jessfraz
Copy link
Contributor

Scheduled to be released Tuesday, April 7th.

RC1 will be pushed to test.docker.com tomorrow morning (March 23) around 12 PST.

Please help with testing as this will be the official RC.

Here we go :)

whale

Jessie Frazelle and others added 30 commits March 16, 2015 17:18
Add some information about the docker build return code
Update sample systemd for container
We had some testers who found a hard to diagnose bug in Dockerfile
See http://unix.stackexchange.com/a/181581 for the rationale behind this change.

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
Update doc: "docker create" must specify a command
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
…ence

docs: use more tables in run reference and minor fixups
Add "eval" to every invocation of "boot2docker shellinit"
Add 'extras' virtual package to fix kernel upgrade fallback from aufs to devicemapper
Proposal: One Meta Data to Rule Them All => Labels
Signed-off-by: Mary Anthony <mary@docker.com>
Signed-off-by: s00318865 <sunyuan3@huawei.com>
- command.Commands was missing "Label"
- used the correct error string in dispatcher when LABEL has no args, otherwise
  the test TestBuildMissingArgs will not work
- removed the premature error msg in line_parser that was blocking the
  label() func in dispatcher from showing the err msg in previous bullet
- since LABEL uses the env parser it needs to be added to the replaceEnvAllowed
  list so that proper quote processing will be done.  Especially once
  PR moby#10431 is merged.

Signed-off-by: Doug Davis <dug@us.ibm.com>
Some fixes for new LABEL stuff
Copied code from CmdSave into CmdExport. This should work, not an expert in the API calls being made. But it does make more sense to have a consistent export/save flag.

Signed-off-by: Joseph Kern <joseph.a.kern@gmail.com>

checkpoint before edits on the export functions

Signed-off-by: Joseph Kern <joseph.a.kern@gmail.com>

Added an --output flag to docker export and created tests.

Signed-off-by: Joseph Kern <joseph.a.kern@gmail.com>

White space cleanup.

Signed-off-by: Joseph Kern <joseph.a.kern@gmail.com>

Docker-DCO-1.1-Signed-off-by: Joseph Kern <jkern@semafour.net> (github: jfrazelle)

checkpoint before edits on the export functions

Signed-off-by: Joseph Kern <joseph.a.kern@gmail.com>

White space cleanup.

Signed-off-by: Joseph Kern <joseph.a.kern@gmail.com>

Added text to reflect a new output option for the export command.

Signed-off-by: Joseph Kern <joseph.a.kern@gmail.com>

Whitespace clean up

Signed-off-by: Joseph Kern <joseph.a.kern@gmail.com>

Added man page documentation for the new --output flag in export

Signed-off-by: Joseph Kern <joseph.a.kern@gmail.com>
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
Add ability to refer to an image by repository name and digest using the
format repository@digest. Works for pull, push, run, build, and rmi.

Signed-off-by: Andy Goldstein <agoldste@redhat.com>
Signed-off-by: Lei Jitang <leijitang@huawei.com>
Add support for referring to images by digest
verify MaximumRetryCount for container restart policy
fix not show error when using --lxc-conf without lxc driver
Fix --link to a container which net mode is container
Signed-off-by: Harald Albers <github@albersweb.de>
…e_length

Docker Tag command: Relax the restriction on namespace (username) length from 30 to 255 characters.
Return of the Ring: Metadata Labels Doc Tweaks
Signed-off-by: Mary Anthony <mary@docker.com>
# The first commit's message is:

Updating Ubuntu installation to use wget; eliminating elo

Signed-off-by: Mary Anthony <mary.anthony@docker.com>

# This is the 2nd commit message:

Adding in James comments

Signed-off-by: Mary Anthony <mary@docker.com>
Mary Anthony added 2 commits April 15, 2015 21:34
Fixes issue moby#12186
Fixing variables per Jess

Signed-off-by: Mary Anthony <mary@docker.com>
(cherry picked from commit ef8b917)
Signed-off-by: Mary Anthony <mary@docker.com>
(cherry picked from commit fe8fb24)
@jessfraz jessfraz force-pushed the bump_v1.6.0 branch 3 times, most recently from 98bf3c0 to 4749651 Compare April 16, 2015 18:37
Mary Anthony and others added 2 commits April 16, 2015 11:37
Signed-off-by: Mary Anthony <mary@docker.com>
(cherry picked from commit f44aa3b)
Docker-DCO-1.1-Signed-off-by: Jessie Frazelle <princess@docker.com> (github: jfrazelle)
@icecrime
Copy link
Contributor

LGTM

2 similar comments
@tiborvass
Copy link
Contributor

LGTM

@calavera
Copy link
Contributor

LGTM

@ahmetb
Copy link
Contributor

ahmetb commented Apr 16, 2015

LGTMLGTMLGTM yeah come on

@icecrime
Copy link
Contributor

🎉

@jessfraz
Copy link
Contributor Author

we need @crosbymichael <3

@jessfraz
Copy link
Contributor Author

and @LK4D4

@LK4D4
Copy link
Contributor

LK4D4 commented Apr 16, 2015

And lxc :)

@jessfraz
Copy link
Contributor Author

ok lxc passed fire ze missiles

@thaJeztah
Copy link
Member

(quietly) and me? lgtm!!

@LK4D4
Copy link
Contributor

LK4D4 commented Apr 16, 2015

LGTM

@bfirsh
Copy link
Contributor

bfirsh commented Apr 16, 2015

yaaay

@crosbymichael
Copy link
Contributor

LGTM

jessfraz pushed a commit that referenced this pull request Apr 16, 2015
@jessfraz jessfraz merged commit 769acfe into moby:release Apr 16, 2015
@thaJeztah
Copy link
Member

🎉

@burke
Copy link
Contributor

burke commented Apr 16, 2015

Woohoo, great work :)

Chef Client finished, 62/1171 resources updated in 82.349480175 seconds
burke@borg2.ash:~ $ docker version
Client version: 1.6.0

@vishh
Copy link
Contributor

vishh commented Apr 16, 2015

Yuhoooo!!

On Thu, Apr 16, 2015 at 12:32 PM, Sebastiaan van Stijn <
notifications@github.com> wrote:

[image: 🎉]


Reply to this email directly or view it on GitHub
#11635 (comment).

@runcom
Copy link
Member

runcom commented Apr 16, 2015

gratzzzz

@ahmetb
Copy link
Contributor

ahmetb commented Apr 16, 2015

Windows client 32-bit: https://get.docker.com/builds/Windows/i386/docker-1.6.0.exe
Windows client 64-bit: https://get.docker.com/builds/Windows/x86_64/docker-1.6.0.exe

Or use Chocolatey:

choco install docker

or install Boot2Docker: http://boot2docker.io (you don't have to create a VirtualBox VM to use the client)

So happy to ship this. ❤️

@frntn
Copy link

frntn commented Apr 16, 2015

Congrats !
Great work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet