Skip to content

Bump to version 1.3.0#8323

Merged
crosbymichael merged 913 commits intomoby:releasefrom
crosbymichael:bump_v1.3.0
Oct 16, 2014
Merged

Bump to version 1.3.0#8323
crosbymichael merged 913 commits intomoby:releasefrom
crosbymichael:bump_v1.3.0

Conversation

@crosbymichael
Copy link
Copy Markdown
Contributor

Scheduled to be released Oct. 14th. Please help with testing as this is the official RC.

vieux and others added 30 commits September 29, 2014 10:57
add wildcard support to COPY/ADD (part 2 of issue moby#6820)
Update google.md to point to latest container-vm version
The list of events that 'grep' told me about
Docker-DCO-1.1-Signed-off-by: Brian Goff <[email protected]> (github: cpuguy83)
Remove nameserver 127.0.0.1 line rather then dumping resolv.conf
Signed-off-by: Jean-Paul Calderone <[email protected]>
…alue.

Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
builder: Fix CMD to inject /bin/sh -c when provided with a non-json value
Fix error paring null JSON - Issue7941
This new version makes sure that the same context is used for the two
builds run in the test.  If you don't use the same build then about 1/2 the
time the file copied into the container will look like a different file,
probably due to timestamp differences.  But reusing the same context we
re-use the same file on disk and therefore avoid the change in timestamps,
and we use the cache on the 2nd build.

Signed-off-by: Doug Davis <[email protected]>
Changes summary:
    * Added available USE flags table(description included).
    * Added some tips regarding the use of docker in the Gentoo environment.
    * Sorted out docker installation ways.
    * Added information about the newly created Gentoo Docker team.
    * Misc improvements

Signed-off-by: Pavlos Ratis <[email protected]>
improve docs for Gentoo Linux installation
This also removes dead code in the native driver for a past feature that
was never fully implemented.

Signed-off-by: Michael Crosby <[email protected]>
Signed-off-by: Scott Collier <[email protected]>
…guration

security-opts will allow you to customise the security subsystem.

For example the labeling system like SELinux will run on a container.

    --security-opt="label:user:USER"   : Set the label user for the container
    --security-opt="label:role:ROLE"   : Set the label role for the container
    --security-opt="label:type:TYPE"   : Set the label type for the container
    --security-opt="label:level:LEVEL" : Set the label level for the container
    --security-opt="label:disabled"    : Turn off label confinement for the container

Since we are passing a list of string options instead of a space separated
string of options, I will change function calls to use InitLabels instead of
GenLabels.  Genlabels interface is Depracated.

Docker-DCO-1.1-Signed-off-by: Dan Walsh <[email protected]> (github: rhatdan)
Update libcontainer to c744f6470e37be5ce1f1ae09b842c15c1bee120d
Signed-off-by: Victor Vieux <[email protected]>
Add more info about when build cache is invalidated/used - Issue moby#3636
Doc update to clarify EXPOSE vs -p functionality.
A continuation of moby#7616.
Adds `docker ps --filter=status=(restarting|running|paused|stopped)` option.

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <[email protected]> (github: jfrazelle)
@cpuguy83
Copy link
Copy Markdown
Member

Not sure what's changed here, but I just did a "curl -sSL test.docker.com | sh" on a fresh debian jessie.
The installer has created a dir ~/.docker which is owned by root:root and is inaccessible by default for my user.
Calling docker fails because this dir is inaccessible.
Of course chowning it to my user works fine, but this doesn't seem like a good first run.

crosbymichael and others added 4 commits October 14, 2014 17:16
This removes the key generation for trust from main while it is not
being consumed.  The problem is that because this is being set in main
if a user runs as root initially the files will be owned by root.  Later
if the user sets up the docker group they are unable to read the keys.
This is half a user error and documentation problem and the other half
is management.

We decided to remove this code for now while it is not being used and
will revisit it later when the consuming features are added.  A few
options are to generate lazily and provide a clear error message on an
EPERM so that the user knows what is wrong and can correct the
permissions.

Signed-off-by: Michael Crosby <[email protected]>
Remove client key.json generation for trust
change docs.docker.io to docs.docker.com in install script
@burke
Copy link
Copy Markdown
Contributor

burke commented Oct 14, 2014

The latest test build is working great for us.

@tianon
Copy link
Copy Markdown
Member

tianon commented Oct 14, 2014

Erik Hollensbe and others added 14 commits October 15, 2014 03:08
Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <[email protected]> (github: SvenDowideit)
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <[email protected]> (github: SvenDowideit)
…ollowing a line continuation.

Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
…rror.

Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
builder: strip blank lines before processing any line continuations.
…o-tls-docker-socket

Add a little info on how to talk to the TLS encrypted Docker Socket
Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <[email protected]> (github: erikh)
…s-page

The basics page moved, update link.
builder: handle anything we cannot parse the command for as a fatal error
builder: Handle trailing \ appropriately.
Signed-off-by: Michael Crosby <[email protected]>
@LK4D4
Copy link
Copy Markdown
Contributor

LK4D4 commented Oct 16, 2014

LGTM

1 similar comment
@crosbymichael
Copy link
Copy Markdown
Contributor Author

LGTM

crosbymichael added a commit that referenced this pull request Oct 16, 2014
@crosbymichael crosbymichael merged commit c78b920 into moby:release Oct 16, 2014
@crosbymichael crosbymichael deleted the bump_v1.3.0 branch October 16, 2014 17:08
@moby moby locked and limited conversation to collaborators Jul 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.