From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14158 invoked by alias); 14 Aug 2017 22:10:21 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22824 Received: (qmail 7602 invoked by uid 1010); 14 Aug 2017 22:10:21 -0000 X-Qmail-Scanner-Diagnostics: from mail-yw0-f182.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.161.182):SA:0(-1.4/5.0):. Processed in 1.674185 secs); 14 Aug 2017 22:10:21 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM, HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,RCVD_IN_SORBS_SPAM,SPF_PASS,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: julien.nicoulaud@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=oY8syLWFasSh1Pq7HlP7D/9yPziajVaRlGc4JwpXtcY=; b=DTJfaioFj8tLGjxKAV4O3eVEheHTjOuq37omcKd9Tu1dPX8HMKXuQvrTVppX3jWpa8 LCgnO0Rino7KKXj3aw+fUY4kz8xmuVvZ6KECJn9mC9mtSoLYbvSXHeN1W/RaC0d1r3XT o8DHQKyap0CbA9KTX0R6jXMBrw/pcv4p5nqg8R7WzklXTh4PVL61zimuGXQ/8Y4R8RSf kOceVkwD1KVGo2xdpFpFsRUtzQ8nCb4eWbmpJfQXUgYVAQWPw94eUzMK9qbxGVpCikCh Va79wShIDCPSTju+jZ16VF3IypVlx4v1UMs/v4fBqCAMcijmfYGraMgl9l3aA02jwNWt 0eTw== X-Gm-Message-State: AHYfb5g7AE2m+MfCdznyZ/TEu4refrurGIWFYwe7N9atmJZwTEeOcZ/1 8cFRRXgshdO1jQk/btxwboR5/+Jei3ARsJU= X-Received: by 10.37.248.36 with SMTP id u36mr21074925ybd.332.1502748616305; Mon, 14 Aug 2017 15:10:16 -0700 (PDT) MIME-Version: 1.0 From: Julien Nicoulaud Date: Tue, 15 Aug 2017 00:09:35 +0200 Message-ID: Subject: Zsh docker images To: Mailing-list zsh-users Content-Type: multipart/alternative; boundary="f403045dbf6e76d4a90556bdedbb" --f403045dbf6e76d4a90556bdedbb Content-Type: text/plain; charset="UTF-8" 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 --f403045dbf6e76d4a90556bdedbb--