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 22
33DOCKER_REPO_BASE: =testbed/vim
44DOCKER_REPO_VIMS_DEFAULT: =testbed/vim-default
5+ DOCKER_REPO_VIMS_LATEST: =testbed/vim-latest
56
67TAG: =11
78
@@ -19,6 +20,11 @@ update_latest:
1920 docker tag testbed/vim:$(TAG ) testbed/vim:latest
2021 docker push testbed/vim:latest
2122
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+
2228# test: build the base image and example image on top, running tests therein.
2329DOCKER_BASE_IMAGE: =vim-testbed-base
2430test :
You can’t perform that action at this time.
0 commit comments