Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh docker images
- X-seq: zsh-users 22824
- From: Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>
- To: Mailing-list zsh-users <zsh-users@xxxxxxx>
- Subject: Zsh docker images
- Date: Tue, 15 Aug 2017 00:09:35 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=oY8syLWFasSh1Pq7HlP7D/9yPziajVaRlGc4JwpXtcY=; b=gJP9Hi2l0n0TCuHjG1IzbjsyETH4S20JNwgXWr8Z2FWbqA8GpA98UXHdo0ALb4qIKX orKmNEhn6gR7mKd5LuSzf0T6dfv9buv1Rl6XSfMcZInorlagpk3XlsBM1qpBc5J2FZvs 8zUu5ZZ6PErLBz64lgp0xmOD443VC1N/joDWE9H0mFT5J6NGFoMZ2nnvvfYl5Bk51sAE QsmNY5iUaBtXsi7gONJnrmHZIQJyUfablA3keLgX16UtHn2gMG1qt8dEgAv6DnAOcjPH vLyJqlViQ9Q+6oL9vz7BKqRvzaxM6H9UcrWDz3kSIGvfJ7+A7ywW85aFMoliPVWXgHek 4Tvg==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi all,
I just wanted to advertise a small project that could be useful to other
zsh users: https://github.com/zsh-users/zsh-docker
This builds images of many versions of zsh (including a daily build of
zsh's master branch) and deploys them to Docker Hub (
https://hub.docker.com/u/zshusers).
So you can do, for instance:
$ docker run -it zshusers/zsh-5.3.1
-> will launch an interactive session of zsh 5.3.1
We use it to automatically test zsh-syntax-highlighting on all supported
versions of zsh.
Cheers,
Julien
Messages sorted by:
Reverse Date,
Date,
Thread,
Author