Skip to content

Commit

Permalink
Replace use of master in Windows Dockerfile (#1143)
Browse files Browse the repository at this point in the history
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 <bmcerlean@vmware.com>
  • Loading branch information
zubron authored Jul 9, 2020
1 parent 392d68e commit 68b845a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerfileWindows
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ MAINTAINER John Schnake "jschnake@vmware.com"

ADD BINARY /sonobuoy.exe
WORKDIR /
CMD /sonobuoy.exe master --no-exit -v 3 --logtostderr
CMD /sonobuoy.exe aggregator --no-exit -v 3 --logtostderr

0 comments on commit 68b845a

Please sign in to comment.