From 68b845a73858c717bf0162d63805ca458e6a80d3 Mon Sep 17 00:00:00 2001 From: Bridget McErlean Date: Thu, 9 Jul 2020 16:34:37 -0400 Subject: [PATCH] Replace use of master in Windows Dockerfile (#1143) The `master` alias for the `aggregator` command was removed in #1137, however this alias was still in use in the Windows Dockerfile. Replace the use of this with the new command name `aggregator`. Signed-off-by: Bridget McErlean --- DockerfileWindows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerfileWindows b/DockerfileWindows index 80f513ba4..77a33e787 100644 --- a/DockerfileWindows +++ b/DockerfileWindows @@ -17,4 +17,4 @@ MAINTAINER John Schnake "jschnake@vmware.com" ADD BINARY /sonobuoy.exe WORKDIR / -CMD /sonobuoy.exe master --no-exit -v 3 --logtostderr \ No newline at end of file +CMD /sonobuoy.exe aggregator --no-exit -v 3 --logtostderr