Update module github.com/moby/moby to v1.13.1 #276
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.
This PR contains the following updates:
v1.4.2-0.20170731201646-1009e6a40b29
->v1.13.1
Release Notes
moby/moby (github.com/moby/moby)
v1.13.1
Compare Source
1.13.1 (2017-02-08)
IMPORTANT: On Linux distributions where
devicemapper
was the default storage driver,the
overlay2
, oroverlay
is now used by default (if the kernel supports it).To use devicemapper, you can manually configure the storage driver to use through
the
--storage-driver
daemon option, or by setting "storage-driver" in thedaemon.json
configuration file.
IMPORTANT: In Docker 1.13, the managed plugin api changed, as compared to the experimental
version introduced in Docker 1.12. You must uninstall plugins which you installed with Docker 1.12
before upgrading to Docker 1.13. You can uninstall plugins using the
docker plugin rm
command.If you have already upgraded to Docker 1.13 without uninstalling
previously-installed plugins, you may see this message when the Docker daemon
starts:
To manually remove all plugins and resolve this problem, take the following steps:
/var/lib/docker/plugins/
.Contrib
Remote API (v1.26) & Client
Runtime
docker system df
#30378docker inspect
when Swarm certificates were expired. #29246Plugins
docker plugin upgrade
#29414Windows
Downloads
v1.13.1-rc2
Compare Source
1.13.1 (2017-02-06)
IMPORTANT: In Docker 1.13, the managed plugin api changed, as compared to the experimental
version introduced in Docker 1.12. You must uninstall plugins which you installed with Docker 1.12
before upgrading to Docker 1.13. You can uninstall plugins using the
docker plugin rm
command.If you have already upgraded to Docker 1.13 without uninstalling
previously-installed plugins, you may see this message when the Docker daemon
starts:
To manually remove all plugins and resolve this problem, take the following steps:
/var/lib/docker/plugins/
.Contrib
Remote API (v1.25) & Client
Runtime
docker system df
#30378docker inspect
when Swarm certificates were expired. #29246Plugins
docker plugin upgrade
#29414Windows
Downloads
v1.13.1-rc1
Compare Source
1.13.1 (2017-02-06)
IMPORTANT: In Docker 1.13, the managed plugin api changed, as compared to the experimental
version introduced in Docker 1.12. You must uninstall plugins which you installed with Docker 1.12
before upgrading to Docker 1.13. You can uninstall plugins using the
docker plugin rm
command.If you have already upgraded to Docker 1.13 without uninstalling
previously-installed plugins, you may see this message when the Docker daemon
starts:
To manually remove all plugins and resolve this problem, take the following steps:
/var/lib/docker/plugins/
.Contrib
Remote API (v1.25) & Client
Runtime
docker system df
#30378docker inspect
when Swarm certificates were expired. #29246Networking
Windows
Downloads
v1.13.0
Compare Source
1.13.0 (2017-01-18)
IMPORTANT: In Docker 1.13, the managed plugin api changed, as compared to the experimental
version introduced in Docker 1.12. You must uninstall plugins which you installed with Docker 1.12
before upgrading to Docker 1.13. You can uninstall plugins using the
docker plugin rm
command.If you have already upgraded to Docker 1.13 without uninstalling
previously-installed plugins, you may see this message when the Docker daemon
starts:
To manually remove all plugins and resolve this problem, take the following steps:
/var/lib/docker/plugins/
.Builder
docker build
#24978--network
todocker build
#27702--label
flag ondocker build
anddocker run
#26027USER
in builder on Windows #28415Contrib
make deb
support for aarch64 #27625Distribution
~/.docker/trust/private
directory, not just under~/.docker/trust/private/root_keys
or~/.docker/trust/private/tuf_keys
docker/notary#981Logging
docker logs --tail
returned less lines than expected #28203Networking
--attachable
network support to enabledocker run
to work in swarm-mode overlay network #25962--publish
option indocker service create
#27917 and #28943FORWARD
policy toDROP
#28257--publish
flag ondocker run
not working with IPv6 addresses #27860--fixed-cidr
to not have the correct addresses #26659docker network inspect
#26130docker network inspect
for swarm overlay networks #28078Plugins
--force
ondocker plugin remove
#25096docker plugin ls
#25556-f
/--format
todocker plugin inspect
#25990docker plugin create
command #28164docker plugin install
into two API call/privileges
and/pull
#28963Remote API (v1.25) & Client
docker stack deploy
from a Compose file #27998--format
flag todocker info
#23808--name
fromdocker volume create
#23830docker stack ls
#23886is-task
ps filter #24411--env-file
flag todocker service create
#24844--format
ondocker stats
#24987docker node ps
default toself
in swarm node #25214--group
indocker service create
#25317--no-trunc
to service/node/stack ps output #25337ContainerAttachOptions
so go clients can request to retrieve container logs as part of the attach process #26718Isolation
to the /info endpoint #26255userns
to the /info endpoint #27840--format
flag tonetwork ls
andvolume ls
#23475docker inspect
command to inspect any kind of resource #23614--entrypoint
indocker run
ordocker create
#23718docker image
anddocker container
commands for more consistency #26025COMMAND
column fromservice ls
output #28029--format
todocker events
#26268docker node ps
#26299docker images
output #26303--dns-option
todocker run
#28186Manager Addresses
in the output ofdocker info
#28042docker images
#27872Runtime
--experimental
daemon flag to enable experimental features, instead of shipping them in a separate build #27223--shutdown-timeout
daemon flag to specify the default timeout (in seconds) to stop containers gracefully before daemon exit #23036--stop-timeout
to specify the timeout value (in seconds) for individual containers to stop #22566--userland-proxy-path
to allow configuring the userland proxy instead of using the hardcodeddocker-proxy
from$PATH
#26882--init
ondockerd
and ondocker run
to use tini a zombie-reaping init process as PID 1 #26061 #28037--init-path
to allow configuring the path to thedocker-init
binary #26941docker run --rm
by moving it from the client to the daemon #20848--cpu-rt-period
and--cpu-rt-runtime
flags, allowing containers to run real-time threads whenCONFIG_RT_GROUP_SCHED
is enabled in the kernel #23430service tasks --filter
#24850docker stats
support in Windows #25737--pid=host
and--net=host
when--userns=host
#25771container
,image
, anddaemon
operations #25820docker stats
withNetworkDisabled=true
#25905docker top
support in Windows #25891getent
#27599docker system
command withdf
andprune
subcommands for system resource management, as well asdocker {container,image,volume,network} prune
subcommands #26108 #27525 / #27525docker cp
failing to copy to a container's volume dir on CentOS with devicemapper #28047--seccomp-profile
daemon flag to specify a path to a seccomp profile that overrides the default #26276docker inspect
when--default-ulimit
is set on daemon #26405TERM
environment variable ondocker exec -t
#26461--stop-signal
setting upondocker kill
#26464Swarm Mode
docker service inspect --pretty
#26906docker service ps
output more bearable by shortening service IDs in task names #28088docker node ps
default to the current node #25214--dns
, --dns-opt
, and--dns-search
to service create. #27567--force
todocker service update
#27596-q
todocker service ps
#27654docker service ls
#27710--name
flag fromdocker service update
. This flag is only functional ondocker service create
, so was removed from theupdate
command #26988--hostname
todocker service create
#27857--host
todocker service create
, and--host-add
,--host-rm
todocker service update
#28031--tty
flag todocker service create
/update
#28076--update-max-failure-ratio
,--update-monitor
and--rollback
flags todocker service update
#26421docker swarm init
running inside a container #26457docker service logs
command to view logs for a service #28089docker service create
andupdate
#28173-f
) flag fordocker node rm --force
anddocker swarm leave --force
#28196--max-snapshots
,--snapshot-interval
) #27997Volume
--force
flag indocker volume rm
to forcefully purge the data of the volume that has already been deleted #23436docker volume inspect
to show all options used when creating the volume #26671Security
/sys/firmware/**
from being accessed with apparmor #26618DEPRECATION
docker daemon
command as deprecated. The daemon is moved to a separate binary (dockerd
), and should be used instead #26834repo:shortid
syntax ondocker pull
#27207d_type
for overlay and overlay2 storage drivers #27433MAINTAINER
in Dockerfile #25466filter
param for endpoint/images/json
#27872NetworkSettings
#28437Downloads
v1.13.0-rc7
Compare Source
1.13.0 (2017-01-18)
IMPORTANT: In Docker 1.13, the managed plugin api changed, as compared to the experimental
version introduced in Docker 1.12. You must uninstall plugins which you installed with Docker 1.12
before upgrading to Docker 1.13. You can uninstall plugins using the
docker plugin rm
command.If you have already upgraded to Docker 1.13 without uninstalling
previously-installed plugins, you may see this message when the Docker daemon
starts:
To manually remove all plugins and resolve this problem, take the following steps:
/var/lib/docker/plugins/
.Builder
docker build
#24978--network
todocker build
#27702--label
flag ondocker build
anddocker run
#26027USER
in builder on Windows #28415Contrib
make deb
support for aarch64 #27625Distribution
~/.docker/trust/private
directory, not just under~/.docker/trust/private/root_keys
or~/.docker/trust/private/tuf_keys
docker/notary#981Logging
docker logs --tail
returned less lines than expected #28203Networking
--attachable
network support to enabledocker run
to work in swarm-mode overlay network #25962--publish
option indocker service create
#27917 and #28943FORWARD
policy toDROP
#28257--publish
flag ondocker run
not working with IPv6 addresses #27860--fixed-cidr
to not have the correct addresses #26659docker network inspect
#26130docker network inspect
for swarm overlay networks #28078Plugins
--force
ondocker plugin remove
#25096docker plugin ls
#25556-f
/--format
todocker plugin inspect
#25990docker plugin create
command #28164docker plugin install
into two API call/privileges
and/pull
#28963Remote API (v1.25) & Client
docker stack deploy
from a Compose file #27998--format
flag todocker info
#23808--name
fromdocker volume create
#23830docker stack ls
#23886is-task
ps filter #24411--env-file
flag todocker service create
#24844--format
ondocker stats
#24987docker node ps
default toself
in swarm node #25214--group
indocker service create
#25317--no-trunc
to service/node/stack ps output #25337ContainerAttachOptions
so go clients can request to retrieve container logs as part of the attach process #26718Isolation
to the /info endpoint #26255userns
to the /info endpoint #27840--format
flag tonetwork ls
andvolume ls
#23475docker inspect
command to inspect any kind of resource #23614--entrypoint
indocker run
ordocker create
#23718docker image
anddocker container
commands for more consistency #26025COMMAND
column fromservice ls
output #28029--format
todocker events
#26268docker node ps
#26299docker images
output #26303--dns-option
todocker run
#28186Manager Addresses
in the output ofdocker info
#28042docker images
#27872Runtime
--experimental
daemon flag to enable experimental features, instead of shipping them in a separate build #27223--shutdown-timeout
daemon flag to specify the default timeout (in seconds) to stop containers gracefully before daemon exit #23036--stop-timeout
to specify the timeout value (in seconds) for individual containers to stop #22566--userland-proxy-path
to allow configuring the userland proxy instead of using the hardcodeddocker-proxy
from$PATH
#26882--init
ondockerd
and ondocker run
to use tini a zombie-reaping init process as PID 1 #26061 #28037--init-path
to allow configuring the path to thedocker-init
binary #26941docker run --rm
by moving it from the client to the daemon #20848--cpu-rt-period
and--cpu-rt-runtime
flags, allowing containers to run real-time threads whenCONFIG_RT_GROUP_SCHED
is enabled in the kernel #23430service tasks --filter
#24850docker stats
support in Windows #25737--pid=host
and--net=host
when--userns=host
#25771container
,image
, anddaemon
operations #25820docker stats
withNetworkDisabled=true
#25905docker top
support in Windows #25891getent
#27599docker system
command withdf
andprune
subcommands for system resource management, as well asdocker {container,image,volume,network} prune
subcommands #26108 #27525 / #27525docker cp
failing to copy to a container's volume dir on CentOS with devicemapper #28047--seccomp-profile
daemon flag to specify a path to a seccomp profile that overrides the default #26276docker inspect
when--default-ulimit
is set on daemon #26405TERM
environment variable ondocker exec -t
#26461--stop-signal
setting upondocker kill
#26464Swarm Mode
docker service inspect --pretty
#26906docker service ps
output more bearable by shortening service IDs in task names #28088docker node ps
default to the current node #25214--dns
, --dns-opt
, and--dns-search
to service create. #27567--force
todocker service update
#27596-q
todocker service ps
#27654docker service ls
#27710--name
flag fromdocker service update
. This flag is only functional ondocker service create
, so was removed from theupdate
command #26988--hostname
todocker service create
#27857--host
todocker service create
, and--host-add
,--host-rm
todocker service update
#28031--tty
flag todocker service create
/update
#28076--update-max-failure-ratio
,--update-monitor
and--rollback
flags todocker service update
#26421docker swarm init
running inside a container #26457docker service logs
command to view logs for a service #28089docker service create
andupdate
#28173-f
) flag fordocker node rm --force
anddocker swarm leave --force
#28196--max-snapshots
,--snapshot-interval
) #27997Volume
--force
flag indocker volume rm
to forcefully purge the data of the volume that has already been deleted #23436docker volume inspect
to show all options used when creating the volume #26671Security
/sys/firmware/**
from being accessed with apparmor #26618DEPRECATION
docker daemon
command as deprecated. The daemon is moved to a separate binary (dockerd
), and should be used instead #26834repo:shortid
syntax ondocker pull
#27207d_type
for overlay and overlay2 storage drivers #27433MAINTAINER
in Dockerfile #25466filter
param for endpoint/images/json
#27872NetworkSettings
#28437Downloads
v1.13.0-rc6
Compare Source
1.13.0 (2017-01-18)
IMPORTANT: In Docker 1.13, the managed plugin api changed, as compared to the experimental
version introduced in Docker 1.12. You must uninstall plugins which you installed with Docker 1.12
before upgrading to Docker 1.13. You can uninstall plugins using the
docker plugin rm
command.If you have already upgraded to Docker 1.13 without uninstalling
previously-installed plugins, you may see this message when the Docker
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.