Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Use image for bucket name with docker, if box is unset #116

Merged

Commits on Jul 23, 2014

  1. Use image for bucket name with docker, if box is unset

    This allows multiple machines using the image to share the cache
    and avoids the following error:
    
        /Applications/Vagrant/embedded/lib/ruby/2.0.0/pathname.rb:389:in
        `initialize': no implicit conversion of nil into String (TypeError)
    John Barbuto committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    c7c4778 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2014

  1. Check if image is set with docker provider

    If build_dir is set instead for building images on demand, there's no way to
    know what to set the bucket name to, except perhaps parsing it from Dockerfile.
    John Barbuto committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    b7b3bcb View commit details
    Browse the repository at this point in the history