1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 04:00:03 +08:00
Commit Graph

27 Commits

Author SHA1 Message Date
Eric Wong
6bb0e44000 docs(docker): update docker link 2024-12-17 09:06:31 +08:00
Eric Wong
13fe60ed2e feat(github): enable github action 2024-07-08 17:45:42 +08:00
Eric Wong
90b7a0b733 build(docker): remove docker build 2024-03-23 16:07:25 +08:00
wsdjeg
e1fc546d7f fix(docker): update init.toml url 2023-12-02 10:51:11 +08:00
wsdjeg
304d702269 build(docker): switch to ubuntu img 2023-06-27 19:43:28 +08:00
wsdjeg
9b33d5b909 chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
wsdjeg
3aed580334 fix(docker): fix docker entrypoint
close https://github.com/SpaceVim/SpaceVim/issues/4681
2022-05-27 12:49:17 +08:00
wsdjeg
ed30fbf83f docs(docker): add link to docker hub 2022-05-23 22:12:46 +08:00
wsdjeg
bec2410d2b fix(docker): use python3 and python3-pip 2022-05-23 21:49:31 +08:00
wsdjeg
1201a5b080 fix(docker): add python and lua5.3 2022-05-23 21:46:32 +08:00
wsdjeg
29bf989859 build(docker): use debian stable image 2022-05-23 21:37:58 +08:00
wsdjeg
41670eee28 fix(docker): fix docker configuration 2022-05-23 21:32:03 +08:00
wsdjeg
e80330c064 fix(docker): add --allow-unauthenticated 2022-05-22 22:43:22 +08:00
wsdjeg
0b6f3a7424 build(docker): fix dockerfile 2022-05-22 22:22:41 +08:00
wsdjeg
a1a644d1d0 fix(docker): add libssl 2022-05-09 13:47:25 +08:00
wsdjeg
e066d1830d fix(docker): keep all plugins 2022-04-26 00:36:14 +08:00
wsdjeg
33cc57af55 chore(copyright): update email 2022-03-27 13:38:54 +08:00
Hamidreza Hosseinkhani
3af5db3e15
fix(docker): add exuberant-ctags 2022-03-22 15:21:35 +08:00
wsdjeg
16a5c8caf2 chore(copyright): update copyright 2022-02-03 17:24:51 +08:00
Shidong Wang
3fc49916cc chore: update copyright 2021-09-19 22:23:23 +08:00
Wang Shidong
33fd230c4b
fix(docker): disables package verification (#4411)
There were unauthenticated packages and -y was used without
 --allow-unauthenticated. Using "--allow-unauthenticated" with
apt-get disables package verification
2021-08-19 22:21:28 +08:00
Wang Shidong
9be4885a41
Update docker readme (#4368) 2021-08-07 23:09:10 +08:00
Maxim
7606e57177
Chore: Add compatibility with podman for build task. (#4064)
Change in Makefile for build with docker or podman via one interface. Also add error if no docker or podman installed.

Co-authored-by: Maxim Albeschenko <admin013@mnalb-n01.localdomain>
2021-02-09 12:41:33 +08:00
Wang Shidong
751725315f
Update copyright (#3744) 2020-08-31 21:24:27 +08:00
Bret Fisher
afbd54a538 fix alias in Docker Hub README.md (#2715)
Changed double to single quotes in the alias example so shells will interpret `$(pwd)` at alias runtime rather than load time.

For background on shell double vs. single quotes, see:
https://stackoverflow.com/a/5573447/749924
https://unix.stackexchange.com/a/355637/36204

Bonus Thank You's:
1. SpaceVim is awesome and I tell everyone about it.
2. The SpaceVim image is my new favorite way to test issues I'm having on host SpaceVim, and it's always my host config's fault :P
2019-03-31 08:03:19 +08:00
Wang Shidong
00c5192eac
Add docker spacevim (#2238) 2018-10-06 12:51:37 +08:00
David Leen
c101fc92ad Add: Dockerfile build for Neovim and SpaceVim
This commit introduces a self contained Neovim build which runs
SpaceVim. This has multiple uses:

* Easy debugging environment. Quickly check if the problem is your
machine or really a bug in SpaceVim.
* Portability across machines as long as the destination has Docker
support.
2018-07-06 23:45:31 -07:00