Linux Machine Executor Image - July Update & New Image

We now have available a new Ubuntu 16.04-based machine executor image, ubuntu-1604:202007-01. This July update to the image refreshes software included in the image, which can be found below. See the machine executor docs for more information about how to use the machine executor and this image.

Please Note: This image is still propagating, so you may see slower spin up times over the next 24 hours.

Release Cadence

Moving forward, we’re going to have a quarterly release cadence for this image. This is the July update meaning the next two Linux image releases will be in October and January.

The Image

Here’s a quick usage example:

version: 2.1
workflows:
  main:
    jobs:
      - build
jobs:
  build:
    machine:
      image: ubuntu-1604:202007-01
    steps:
      - checkout
      - run: echo "Do some things"

Here is a list of the major software installed on the image:

aws-cli 1.18.94
chrome 83.0.4103.39
chromedriver 83.0.4103
docker 19.03.12
docker-compose 1.26.1
firefox 78.0
go 1.14.4
google cloud sdk 299.0.0
gradle 6.3
heroku 7.42.2
leiningen 2.9.3
maven 3.6.3
node 12.18.2
openjdk 1.8
python 2.7.18
python 3.8.3
ruby 2.7.1
sbt 1.3.9
1 Like