forked from Vimjas/vim-testbed
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide an image with default Vims (including Neovim)
Fixes Vimjas#27.
- Loading branch information
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# A set of default Vims, including the latest Neovim release. | ||
# | ||
# This is available online at https://hub.docker.com/r/testbed/vim-default/. | ||
FROM testbed/vim | ||
|
||
# Currently tested versions: | ||
# - v7.3.429 (Ubuntu Precise, 12.04LTS; same as on Travis currently) | ||
# - v7.4.052 (Ubuntu Trusty, 14.04LTS) | ||
# - v7.4.1689 (Ubuntu Xenial, 16.04LTS) | ||
# - v8.1.0000 (Stable release according to Windows download at | ||
# http://www.vim.org/download.php) | ||
RUN install_vim -tag v7.3.429 -name vim73 -py -build \ | ||
-tag v7.4.052 -name vim74-trusty -build \ | ||
-tag v7.4.1689 -name vim74-xenial -build \ | ||
-tag v8.1.0000 -name vim -py2 -py3 -build \ | ||
-tag neovim:v0.3.1 -name nvim -py2 -py3 -build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters