CircleCIのVMで指定できるイメージの一覧
CircleCIでコンテナを使わずmachine: ...した時に指定できるイメージ。
ubuntu-1604:201903-01 - Ubuntu 16.04, docker 18.09.3, docker-compose 1.23.1
circleci/classic:latest (old default) - an Ubuntu version 14.04 image that includes Docker version 17.09.0-ce and docker-compose version 1.14.0, along with common language tools found in CircleCI 1.0 build image. Changes to the latest image are announced at least a week in advance. Ubuntu 14.04 is now End-of-Life’d. We suggest using the Ubuntu 16.04 image.
circleci/classic:edge - an Ubuntu version 14.04 image with Docker version 17.10.0-ce and docker-compose version 1.16.1, along with common language tools found in CircleCI 1.0 build image.
circleci/classic:201703-01 – docker 17.03.0-ce, docker-compose 1.9.0
circleci/classic:201707-01 – docker 17.06.0-ce, docker-compose 1.14.0
circleci/classic:201708-01 – docker 17.06.1-ce, docker-compose 1.14.0
circleci/classic:201709-01 – docker 17.07.0-ce, docker-compose 1.14.0
circleci/classic:201710-01 – docker 17.09.0-ce, docker-compose 1.14.0
circleci/classic:201710-02 – docker 17.10.0-ce, docker-compose 1.16.1
circleci/classic:201711-01 – docker 17.11.0-ce, docker-compose 1.17.1
circleci/classic:201808-01 – docker 18.06.0-ce, docker-compose 1.22.0
引用元: Configuring CircleCI - CircleCI