Merge pull request #46880 from endgame/dockerTools-pullImage-arch

dockerTools.pullImage: correct default arch
This commit is contained in:
lewo 2018-09-19 09:26:48 +02:00 committed by GitHub
commit 5697da2f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ rec {
, imageDigest
, sha256
, os ? "linux"
, arch ? "x86_64"
, arch ? "amd64"
# This used to set a tag to the pulled image
, finalImageTag ? "latest"
, name ? fixName "docker-image-${imageName}-${finalImageTag}.tar"