File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # The latest Vim and Neovim releases.
2
+ #
3
+ # The Vim release (tag) is based on the Windows release at
4
+ # http://www.vim.org/download.php (assuming this to be considered stable).
5
+ #
6
+ # This is available online at https://hub.docker.com/r/testbed/vim-latest/.
7
+ FROM testbed/vim
8
+
9
+ RUN install_vim -tag v8.1.0000 -name vim -py3 -build \
10
+ -tag neovim:v0.3.1 -py2 -py3 -build
Original file line number Diff line number Diff line change 2
2
3
3
DOCKER_REPO_BASE: =testbed/vim
4
4
DOCKER_REPO_VIMS_DEFAULT: =testbed/vim-default
5
+ DOCKER_REPO_VIMS_LATEST: =testbed/vim-latest
5
6
6
7
TAG: =11
7
8
@@ -19,6 +20,11 @@ update_latest:
19
20
docker tag testbed/vim:$(TAG ) testbed/vim:latest
20
21
docker push testbed/vim:latest
21
22
23
+ build_latest :
24
+ docker build -f Dockerfile.latest -t $(DOCKER_REPO_VIMS_LATEST ) .
25
+ push_latest :
26
+ docker push $(DOCKER_REPO_VIMS_LATEST )
27
+
22
28
# test: build the base image and example image on top, running tests therein.
23
29
DOCKER_BASE_IMAGE: =vim-testbed-base
24
30
test :
You can’t perform that action at this time.
0 commit comments