Linux Machine Executor Images - 2021 January (Q1) Update

Hey Everyone!

Our quarterly new Linux machine images are available. The updated Ubuntu 21.04 and Ubuntu 16.04 images are now available:

  • ubuntu-2104:202101-01
  • ubuntu-1604:202101-01

This January refresh updates 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 these images.

What’s New

This release is fairly boring. One fix and just standard updates to the normal pre-installed software. You can view the table below for installed software versions.

For the fix, there was an issue with Python being unable to detect LZMA. This is no longer an issue.

Release Cadence

As a reminder, we have a quarterly release cadence for these images. This is the January update meaning the next two Linux image releases will be in April and July.

Ubuntu 16.04 will soon be EOL

Ubuntu 16.04 reaches the end of its LTS window at the end of April 2021 and will no longer be supported by Canonical. As a result, the final 16.04 CircleCI machine image release by us will take place in April to include the most recent security patches. We suggest upgrading to the Ubuntu 20.04 image for continued releases past April, 2021.

Example

Here’s a quick usage example:

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

Software

Here is a list of the major software installed on each image. If multiple versions are present, the default is shown here:

Ubuntu 16.04 (ubuntu-1604:202101-01) Ubuntu 20.04 (ubuntu-2004:202101-01)
AWS CLI 1.18.154 2.0.52
Google Chrome 88.0.4324.96 88.0.4324.96
Docker 19.03.14 20.10.2
Docker Compose 1.28.2 1.28.2
Firefox 85.0 85.0
Go 1.15.7 1.15.7
Google Cloud SDK 324.0.0 324.0.0
Gradle 6.8 6.8
Heroku 7.44.0 7.43.2
jq 1.5 1.6
Leiningen 2.9.5 2.9.5
Maven 3.6.3 3.6.3
Node.js 12.20.1 14.15.4
OpenJDK 8 11.0.9.1
Python 2.7.18 3.9.1
Ruby 3.0.0 3.0.0
SBT 1.3.9 1.3.13
Snapcraft n/a 4.4.4
1 Like

Thank you (as always) for such a detailed update!

1 Like