-
Notifications
You must be signed in to change notification settings - Fork 101
Add Ubuntu 22.04 Dynamic Worker end-of-life docs (DRAFT) #3212
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
Draft
noviceexplorer
wants to merge
2
commits into
main
Choose a base branch
from
ubuntu-2204-dynamic-worker-eol
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+486 KB
...re/workers/dynamic-worker-pools/images/ubuntu-2204-eol-step-container-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+486 KB
...ucture/workers/dynamic-worker-pools/images/ubuntu-2204-eol-step-worker-pool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+424 KB
...ucture/workers/dynamic-worker-pools/images/ubuntu-2204-eol-ubuntu-2404-pool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+380 KB
...rastructure/workers/dynamic-worker-pools/images/ubuntu-2204-eol-ubuntu-pool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
112 changes: 112 additions & 0 deletions
112
...ges/docs/infrastructure/workers/dynamic-worker-pools/ubuntu-2204-end-of-life.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,112 @@ | ||||||
| --- | ||||||
| layout: src/layouts/Default.astro | ||||||
| pubDate: 2026-06-18 | ||||||
| modDate: 2026-06-18 | ||||||
| title: Ubuntu 22.04 End-of-life | ||||||
| description: Describing the deprecation process of Ubuntu 22.04 Dynamic Workers. | ||||||
| navOrder: 50 | ||||||
| hideInThisSection: true | ||||||
| hideInThisSectionHeader: true | ||||||
| --- | ||||||
|
|
||||||
| Our Ubuntu Dynamic Workers are being upgraded to use Ubuntu 24.04. This may result in breaking changes for users of community steps or custom scripts. | ||||||
|
|
||||||
| ## What is changing? | ||||||
|
|
||||||
| Ubuntu 22.04 is approaching the end of its standard support, so we're upgrading our dynamic workers to use Ubuntu 24.04. | ||||||
|
|
||||||
| ## Who will be impacted? | ||||||
|
|
||||||
| Users of Octopus Cloud using Ubuntu Dynamic Workers and running custom scripts or community steps may be impacted, as there are breaking changes between Ubuntu 22.04 and Ubuntu 24.04. | ||||||
|
|
||||||
| If you only use built-in Octopus Deploy steps, you don't need to do anything. All built-in steps work on Ubuntu 24.04. Some community steps and custom scripts may be affected. | ||||||
|
|
||||||
| ## What do I need to do? | ||||||
|
|
||||||
| You'll need to test any impacted custom scripts on Ubuntu 24.04 and update them to make sure your deployment process isn't affected by the breaking changes. | ||||||
|
|
||||||
| To reduce the risk during this process, we're making the Ubuntu 24.04 Dynamic Worker available before the deprecation date so you can test against the new worker before you migrate. See the timeline below for the details. | ||||||
|
|
||||||
| If you are running custom scripts, using community steps, or using execution containers on Ubuntu workers, we recommend following the [migration guide](#migration-guide) below to test your deployments on Ubuntu 24.04 Dynamic Workers. | ||||||
|
|
||||||
| ## Timeline | ||||||
|
|
||||||
| ### Octopus preparation | ||||||
|
|
||||||
| | Date | Details | | ||||||
| |---------------|:--------------------------------------------------------------------| | ||||||
| | Jun 2026 | Octopus will produce and test an Ubuntu 24.04 Dynamic Worker image. | | ||||||
|
|
||||||
| ### Customer action required | ||||||
|
|
||||||
| | Date | Details | | ||||||
| |-----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||||||
| | 14 Jul 2026 | Ubuntu 24.04 Dynamic Worker will be made available for customers. Customers should test their impacted deployments and runbooks on an Ubuntu 24.04 worker with the aim of completing testing by 14 August 2026. | | ||||||
| | 8 Sep 2026 | Octopus will switch over the default "Hosted Ubuntu" worker pool to use the Ubuntu 24.04 worker. If customers experience failed deployments or runbooks, they can select the Ubuntu 22.04 worker until 13 October 2026 while they resolve any issues. | | ||||||
| | 13 Oct 2026 | Ubuntu 22.04 Dynamic Workers will no longer be available on Octopus Cloud. | | ||||||
|
|
||||||
| ## Migration Guide | ||||||
|
|
||||||
| For each Space on your Cloud instance, find the Ubuntu Dynamic Worker Pool. The Worker Pool name is usually either `Hosted Ubuntu` or `Default Worker Pool`. Make a note of the Worker Pool name. | ||||||
|
|
||||||
| :::figure | ||||||
|  | ||||||
| ::: | ||||||
|
|
||||||
| For each deployment step, check whether it runs on the Ubuntu Dynamic Worker Pool you noted above. | ||||||
|
|
||||||
| :::figure | ||||||
|  | ||||||
| ::: | ||||||
|
|
||||||
| Create a temporary Dynamic Worker Pool targeting the `Ubuntu 24.04` image. | ||||||
|
|
||||||
| :::figure | ||||||
|  | ||||||
| ::: | ||||||
|
|
||||||
| Open the deployment process for your project as well as any Runbooks. Make note of any steps using execution containers as these will need additional updates. | ||||||
|
|
||||||
| For each step that runs on an Ubuntu Dynamic Worker Pool: | ||||||
|
|
||||||
| - Change its Worker Pool to the new Ubuntu 24.04 Worker Pool you created following the steps above. | ||||||
| - If the step runs in an execution container using the `ubuntu.22.04` Worker Tools image, change the container image to `ubuntu.24.04`. Ubuntu 22.04 Docker images can still run on Ubuntu 24.04 Dynamic Workers, but the `ubuntu.22.04` Worker Tools image will no longer be supported, so we recommend moving to `ubuntu.24.04`. | ||||||
| - Your step should look something like this: | ||||||
|
|
||||||
| :::figure | ||||||
|  | ||||||
| ::: | ||||||
|
|
||||||
| Test your deployment by deploying a new Release of your project (Snapshot for a Runbook). | ||||||
|
|
||||||
| ### Optional cleanup after 13 October 2026 | ||||||
|
|
||||||
| To avoid having two Worker Pools that both yield the same Workers, you can restore the steps back to using the original Ubuntu Dynamic Worker Pool: | ||||||
|
|
||||||
| 1. For each step that you migrated, change the Worker Pool back to the original Ubuntu Dynamic Worker Pool, which should be now running Ubuntu 24.04 Dynamic Workers. | ||||||
| 1. Once no steps are using the temporary Ubuntu 24.04 Worker Pool, you can delete the temporary Worker Pool. | ||||||
|
|
||||||
| ## FAQ | ||||||
|
|
||||||
| ### Why the deadline of 13 October 2026? | ||||||
|
|
||||||
| We're bringing the deadline forward so you can start using the new Ubuntu 24.04 Dynamic Worker image sooner, rather than waiting until Ubuntu 22.04 reaches the end of its LTS support in May 2027. This date also aligns with our Windows Dynamic Worker upgrade, so customers running both don't have to plan around two separate migrations. | ||||||
|
|
||||||
| ### What are the breaking changes between Ubuntu releases? | ||||||
|
|
||||||
| It's not possible to give a complete and definitive answer, as this depends on your use cases. Please refer to the following documents: | ||||||
|
|
||||||
| - [Ubuntu 22.04 release notes](https://documentation.ubuntu.com/release-notes/22.04/) | ||||||
| - [Ubuntu 24.04 release notes](https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890) | ||||||
|
|
||||||
| ### What if I experience a breaking change but I can't remediate it in time? | ||||||
|
|
||||||
| You can provision your own worker with Ubuntu 22.04 and select its worker pool for the deployment process that experiences the breaking change. | ||||||
|
|
||||||
| ### Are the Windows Dynamic Workers affected in any way? | ||||||
|
|
||||||
| The Windows Dynamic Workers are also being updated. A separate notification covers the details of that change. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| ### How does this affect execution containers? | ||||||
|
|
||||||
| Ubuntu 22.04 Docker images, along with [Worker Tools](/docs/infrastructure/workers/worker-tools-versioning-and-caching), can still run on Ubuntu 24.04 Dynamic Workers. We'll no longer provide support for the `ubuntu.22.04` Worker Tools image, so we recommend moving to the new `ubuntu.24.04` image. | ||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like the Windows 2022 doc, should we set this to a value lower than 50 so it appears above the older EOL docs?