nixos/tests/mesos: fix test (#45758)

fallout from 39e678e24e :
dockerTools.buildImage no longer applies default tag "latest"
This commit is contained in:
xeji 2018-08-29 19:38:00 +02:00 committed by GitHub
parent d6305a5bec
commit ff6a61ad1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ import ./make-test.nix ({ pkgs, ...} : rec {
simpleDocker = pkgs.dockerTools.buildImage {
name = "echo";
tag = "latest";
contents = [ pkgs.stdenv.shellPackage pkgs.coreutils ];
config = {
Env = [