Azure Batch image "microsoft-azure-batch/ubuntu-server-container/16-04-lts" end of life

James Thurley 171 Reputation points
2020-11-18T18:23:26.023+00:00

We've been using the azure batch image microsoft-azure-batch/ubuntu-server-container/16-04-lts to run our containers in Azure Batch. Today I noticed that it is now marked end of life:

The selected image is nearing its end of life date. After Friday, 21 May 2021, 01:00:00, new pools may not be created using this image.

There aren't any more recent ubuntu-server-container SKUs available to select.

Is there a recommended replacement image to use instead?

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
374 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 20,772 Reputation points Microsoft Employee Moderator
    2020-11-20T01:54:21.277+00:00

    That's correct. 16.04 LTS is nearing end of life, expiring 5/20/2021, as shown in portal below:
    The recommended replacement image to use is18.04 lts

    41225-image.png

    You can also find VM images supported by Azure Batch service by using the command :

    az batch pool supported-images list
    It lists all Virtual Machine Images supported by the Azure Batch service.

    az batch pool supported-images list [--account-endpoint]
    [--account-key]
    [--account-name]
    [--filter]
    [--query-examples]
    [--subscription]

    Hope that helps.

    Please 'Accept' as answer if it helped, so that it can help others in the community.

    0 comments No comments

  2. James Thurley 171 Reputation points
    2020-11-23T16:28:51.927+00:00

    Hi @KarishmaTiwari-MSFT , thanks for the reply. I had a look at the az batch pool supported-images list command, and I'm not sure all of the images that it lists support container workloads in Azure Batch (see here).

    I've since been told via another channel that a replacement for the microsoft-azure-batch/ubuntu-server-container/16-04-lts image will be available in the next few months. I'll update this post when the new ubuntu image appears.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.