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.0.0586 -name vim -py3 -build \
10+ -tag neovim:v0.2.0 -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: =4
78
@@ -15,6 +16,11 @@ build_default:
1516push_default :
1617 docker push $(DOCKER_REPO_VIMS_DEFAULT )
1718
19+ build_latest :
20+ docker build -f Dockerfile.latest -t $(DOCKER_REPO_VIMS_LATEST ) .
21+ push_latest :
22+ docker push $(DOCKER_REPO_VIMS_LATEST )
23+
1824# test: build the base image and example image on top, running tests therein.
1925DOCKER_BASE_IMAGE: =vim-testbed-base
2026test :
You can’t perform that action at this time.
0 commit comments