Skip to content

Commit c7a6be2

Browse files
committed
fixup! Provide an image with default Vims (including Neovim)
1 parent 0914efd commit c7a6be2

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

Dockerfile.default

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
# A set of default Vims, including Neovim.
1+
# A set of default Vims, including the latest Neovim release.
2+
#
3+
# This is available online at https://hub.docker.com/r/testbed/vim-default/.
24
FROM testbed/vim
35

46
# Currently tested versions:
57
# - v7.3.429 (Ubuntu Precise, 12.04LTS; same as on Travis currently)
68
# - v7.4.052 (Ubuntu Trusty, 14.04LTS)
79
# - v7.4.1689 (Ubuntu Xenial, 16.04LTS)
8-
# - v8.0.8069 (Updated Vim 8, https://groups.google.com/forum/#!topic/vim_dev/ro_FpeXgc24)
10+
# - v8.0.8586 (Stable release according to Windows download at
11+
# http://www.vim.org/download.php)
912
RUN install_vim -tag v7.3.429 -name vim73 -py -build \
1013
-tag v7.4.052 -name vim74-trusty -build \
1114
-tag v7.4.1689 -name vim74-xenial -build \
12-
-tag v8.0.0069 -name vim8069 -build \
13-
-tag neovim:v0.1.7 -py2 -py3 -build \
14-
-tag neovim:v0.2.0 -py2 -py3 -build
15-
16-
ENV _UPDATE=2017-05-02
17-
18-
# Git master in a separate layer, since the above is meant to be stable.
19-
RUN install_vim -tag master -py3 -build \
20-
-tag neovim:master -py2 -py3 -build
15+
-tag v8.0.0586 -name vim -py2 -py3 -build \
16+
-tag neovim:v0.2.0 -name nvim -py2 -py3 -build

0 commit comments

Comments
 (0)