Vagrant イメージをダウンロードするにはどうすればいいですか?

Vagrant イメージをダウンロードするにはどうすればいいですか?

使いたいbox-cutter/debian77けど使ってみると

vagrant box add box-cutter/debian77 https://atlas.hashicorp.com/box-cutter/debian77

私は

Downloading box from URL: https://atlas.hashicorp.com/box-cutter/debian77
Extracting box...e: 0/s, Estimated time remaining: --:--:--)
The box failed to unpackage properly. Please verify that the box
file you're trying to add is not corrupted and try again. The
output from attempting to unpackage (if any):

bsdtar: Error opening archive: Unrecognized archive format

何が問題なのでしょうか? すべてのアーカイバ (unar、bsdtar、bzip2、...) をインストールしました。

または、手動で画像をダウンロードできる場所はどこですか?

私はUbuntu 14.10でVagrant 1.4.3を使用しています。同じコマンドは、archを使用している友人やdebian wheezyでも機能します。

答え1

あなたが提供している URL は、tarball ではなく、Web ページの URL だと思います。次の操作を行うだけです。

vagrant box add box-cutter/debian77

答え2

新しい Vagrant バージョンをインストールする必要があります。

vagrant 1.6.5 を試してみましたが、動作しました。

1.5 が必要なようです。以下を参照してください。https://github.com/coreos/coreos-vagrant/issues/112#issuecomment-43425522

関連情報