This project is mirrored from https://gitee.com/mirrors/nomad.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 01 Oct, 2020 2 commits
  2. 30 Sep, 2020 7 commits
  3. 29 Sep, 2020 16 commits
  4. 28 Sep, 2020 6 commits
  5. 24 Sep, 2020 5 commits
  6. 23 Sep, 2020 4 commits
    • Seth Hoenig's avatar
      Merge pull request #8957 from hashicorp/f-pause-container-arch · 65792ebd
      Seth Hoenig authored
      drivers/docker: detect arch for default docker plugin infra_image
      65792ebd
    • Seth Hoenig's avatar
      drivers/docker: detect arch for default infra_image · 188a604c
      Seth Hoenig authored
      The 'docker.config.infra_image' would default to an amd64 container.
      It is possible to reference the correct image for a platform using
      the `runtime.GOARCH` variable, eliminating the need to explicitly set
      the `infra_image` on non-amd64 platforms.
      
      Also upgrade to Google's pause container version 3.1 from 3.0, which
      includes some enhancements around process management.
      
      Fixes #8926
      188a604c
    • Tim Gross's avatar
      e2e: remove unused migrations test (#8955) · 932a3404
      Tim Gross authored
      The areas of the code this test exercised were merged in with the node
      drain tests.
      932a3404
    • Tim Gross's avatar
      e2e: use more recent instance type (#8954) · b491b4a7
      Tim Gross authored
      Newer EC2 instances are both cheaper and have generally better
      performance.
      
      The dnsmasq configuration had a hard-coded interface name, so in order to
      accomodate instances with more recent networking that result in so-called
      predictable interface names, the dnsmasq configuration needs to be replaced at
      runtime with userdata to select the default interface.
      b491b4a7