Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh docker images
- X-seq: zsh-users 22825
- From: "Nikolay Aleksandrovich Pavlov (ZyX)" <kp-pav@xxxxxxxxx>
- To: Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>, Mailing-list zsh-users <zsh-users@xxxxxxx>
- Subject: Re: Zsh docker images
- Date: Tue, 15 Aug 2017 01:41:08 +0300
- Authentication-results: mxback3o.mail.yandex.net; dkim=pass header.i=@yandex.ru
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1502750468; bh=/flgcBEY9AkEALHZuju4y3SNlNoEf20x50qq8YU/pAI=; h=From:To:In-Reply-To:References:Subject:Message-Id:Date; b=oRTBHOchIK9jS2jIPRX35uzmNFqoomqrgBEj/J1xsxverAztE2dciz4XZzFhZkT6d DvTY21BSVsMf1bLEHD2NJijtMpd+ZtEeGmerhlludll18FtVWt4WQr2cDFJN5ZY9PQ QbRzsJlXv+LqfkFRTu3931xK03We0tDDl0+LRhFo=
- In-reply-to: <CA+mcLN48bD4By2tjqPcu42hcF1JQg=boFuBCbGWvQqAgoZhSqw@mail.gmail.com>
- 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
- References: <CA+mcLN48bD4By2tjqPcu42hcF1JQg=boFuBCbGWvQqAgoZhSqw@mail.gmail.com>
15.08.2017, 01:12, "Julien Nicoulaud" <julien.nicoulaud@xxxxxxxxx>:
> 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.
What you could just as well do without docker which would make travis run faster due to not needed `sudo: required` and ability to setup travis cache. For testing something locally your docker images make more sense because they are easier to use then compiling that big amount of zsh versions.
Also why you have no builds for PRs and why you don’t merge those 24 jobs into something like 7 (4.3*, 5.0*, 5.1*, 5.2*, 5.3*, 5.4*, master)? Less then twenty seconds to run tests in a single job, lots of time to initialize VMs and there is nothing which may prevent you from consequently running two docker commands in one job, or using two zsh versions via other means.
>
> Cheers,
> Julien
Messages sorted by:
Reverse Date,
Date,
Thread,
Author