-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch Support for Ubuntu 18.04 Ending #152
Comments
Hi @alfpark, we were using this based image for a long time now so we need to migrate our pools to use the more recent 22.04-LTS version with Batch Shipyard but we are facing multiple issues:
So in regard to all these tests, what would you recommend to migrate our pools with the latest Ubuntu version AND non-native feature? Thanks for your help. PS: as a side question, will Microsoft develop and maintain a tool to replace Batch Shipyard? I recently read, with a lot of surprise, that this tool won't be maintained anymore, but I don't see any equivalent in Microsoft Azure Batch toolkits to deploy jobs with Docker support and data ingress/egress so easily. Does everyone have to create its own tool using only Batch SDKs? |
@f-roche, apologies for the disruption. Unfortunately, Batch Shipyard is no longer actively maintained. There is a possibility it can be revived later but given that there hasn't been active development on the project for many years the project archival reflects the proper state. To potentially address your issue, please see: Azure/batch-shipyard#363 There was a commit that unblocked non-native 20.04 LTS, but this commit is currently only in |
Hi @alfpark, thanks for sharing this information, indeed the Last question, which tool and command line did you use to generate your release of Best |
@f-roche, you can get some hints on how to build into a single executable by examining the Azure DevOps pipeline: https://github.com/Azure/batch-shipyard/blob/master/.vsts/pipeline.yml |
Azure Batch will retire support for Canonical UbuntuServer 18.04-LTS to follow the publisher ending standard support in April 2023. If your workload utilizes Batch pools based on this OS, either via Marketplace images (directly from Canonical or derived from by other publishers) or your own custom images, then you will need to take action. Please migrate your workload to a publisher supported version of Canonical UbuntuServer such as 22.04-LTS. On 2023-05-30, Azure Batch will remove support for this compute node agent. Afterwards, create pool and resize up operations may fail. Customers who continue to use these pools past the indicated Batch support End of Life will be subject to potential security risks.
For more information, please see:
The text was updated successfully, but these errors were encountered: