[Python-Dev] Mostly Official Python Development Container Image (original) (raw)
Ryan Gonzalez rymg19 at gmail.com
Sun Dec 10 19:36:02 EST 2017
- Previous message (by thread): [Python-Dev] Mostly Official Python Development Container Image
- Next message (by thread): [Python-Dev] Mostly Official Python Development Container Image
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Question: why is this using GitLab while CPython itself is using GitHub + Travis?
On December 10, 2017 6:13:53 PM CST, Barry Warsaw <barry at python.org> wrote:
As part of our work on importlibresources, and with some fantastic help from Abhilash Raj, we now have a mostly official Python development container image that you can use for CI testing and other development purposes.
This image is based on Ubuntu 16.04 LTS and provides the latest stable releases of Python 2.7, and 3.4-3.6, along with a mostly up-to-date git checkout of master, currently Python 3.7 of course. Once 3.7 is released to beta, we intend to track its release tarballs too. Note that these are pristine builds of upstream releases, so they don’t have any of the Ubuntu or Debian platform changes. We also install a few other commonly needed tools, like pip, git, unzip, wget, mypy, and tox. We do not recommend this image for application deployment purposes; use this for development and testing only, please. Here’s the project repo: https://gitlab.com/python-devs/ci-images We’re publishing this image automatically to quay.io, so you can pull the image in a .gitlab-ci.yml file to run tests against all these versions of Python. Here’s an example from the importlibresources project: https://gitlab.com/python-devs/importlibresources/blob/master/.gitlab-ci.yml We welcome contributors on the ci-images GitLab project! Cheers, -Barry
-- Ryan (ライアン) Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki Sawano >> everyone else https://refi64.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20171210/5a788249/attachment.html>
- Previous message (by thread): [Python-Dev] Mostly Official Python Development Container Image
- Next message (by thread): [Python-Dev] Mostly Official Python Development Container Image
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]