diff --git a/docs/releasing.md b/docs/releasing.md index 9e68e9914..d3bd579de 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -208,7 +208,7 @@ have been updates. Specifically: - `pkg/cadvisor`: Check for [new releases](https://github.com/google/cadvisor/releases). - `pkg/firmware` and `pkg/firmware-all`: Use latest commit from [here](https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git). - `pkg/node_exporter`: Check for [new releases](https://github.com/prometheus/node_exporter/releases). -- `example/docker.yml`: Check [docker hub](https://hub.docker.com/r/library/docker/tags/) for the latest `dind` tags. +- Check [docker hub](https://hub.docker.com/r/library/docker/tags/) for the latest `dind` tags. and update `examples/docker.yml`, `examples/docker-for-mac.yml`, `examples/cadvisor.yml`, and `test/cases/030_security/000_docker-bench/test.yml` if necessary. The build/push the packages: diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index 377cd9d2f..dccc0079b 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -31,7 +31,7 @@ services: image: linuxkit/openntpd:v0.6 - name: docker - image: docker:17.10.0-ce-dind + image: docker:18.06.0-ce-dind capabilities: - all net: host diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 82f6df39c..dbc3c7092 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -83,7 +83,7 @@ services: # Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit # for vpnkit coordination and /run/config/docker for the configuration file. - name: docker-dfm - image: docker:17.07.0-ce-dind + image: docker:18.06.0-ce-dind capabilities: - all net: host diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index b8750dae2..1a092ff9e 100644 --- a/test/cases/030_security/000_docker-bench/test.yml +++ b/test/cases/030_security/000_docker-bench/test.yml @@ -22,7 +22,7 @@ services: - name: dhcpcd image: linuxkit/dhcpcd:v0.6 - name: docker - image: docker:17.07.0-ce-dind + image: docker:18.06.0-ce-dind capabilities: - all mounts: