ここで、Docker ハブで自動ビルドをセットアップしました(ソースはここにあります)。
ビルドはローカルでうまくいきます。--no-cache
また、オプションで再構築しようとしました:
docker build --no-cache .
そして、プロセスは正常に完了します
Successfully built 68b34a5f493a
ただし、自動ビルドは Docker ハブで失敗し、次のエラー ログが表示されます。
...
Cloning into 'nerdtree'...
[91mVim: Warning: Output is not to a terminal
[0m
[91mVim: Warning: Input is not from a terminal
[0m
[m[m[0m[H[2J[24;1HError detected while processing command line:
E492: Not an editor command: PluginInstall
E492: Not an editor command: GoInstallBinaries
[91mmv: cannot stat `/go/bin/*': No such file or directory
[0m
このビルドは、次の vim コマンドで明らかに失敗します。
vim +PluginInstall +GoInstallBinaries +qall
Output is not to a terminal
警告とInput is not to a terminal
ローカル ビルドにも表示されることに注意してください。
どうしてこうなるのか理解できません。標準の Ubuntu 14.04 システムを使用しています。