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. 27 Nov, 2018 3 commits
    • Mahmood Ali's avatar
      Use user provided image name to launch container · 2310600d
      Mahmood Ali authored
      This allows the container to be tagged with a user friendly image name
      (e.g. `redis:3.2`) rather than the image ID (e.g.
      `sha256:87856cc39862cec77541d68382e4867d7ccb29a85a17221446c857ddaebca916`).
      
      Useful for human debugging, as well as some debugging and image scanning
      tools.
      
      This risks two bad changes:
      1. Discrepancy in image resolution between docker and Nomad's image
      loader.
        * I checked the image creation paths in Nomad, and noticed that we
      either pulled the image or inspect the image with the user provided
      name.
      
      2. A race in image tagging where the tag is modified between image
      loading and container creation.
        * I, personally, don't think this case is cause for concern, as it is
      analogous to the task running a bit later.  As long as the image is
      still present, creating the container should be good.
      2310600d
    • Omar Khawaja's avatar
      New Nomad Vault Integration Guide (#4886) · b4e3544f
      Omar Khawaja authored
      * add vault integration guide in guides section and move current vault integration content to docs section
      
      * complete guide with image
      
      * fix typos
      
      * rename step 6 and fix typos
      
      * fix typos and awkward phrasing along with links
      
      * fix duplicated step #
      
      * fix typo
      
      * fix links so that pages that pointed to the original vault integration content still point there
      b4e3544f
    • Preetha Appan's avatar
      Fix panic in test setup when task does not have resources · 0af9e858
      Preetha Appan authored
      This affects exec/rawexec drivers
      0af9e858
  2. 26 Nov, 2018 2 commits
  3. 25 Nov, 2018 2 commits
  4. 21 Nov, 2018 4 commits
  5. 20 Nov, 2018 29 commits