Removed preview labels, and added reference to ubuntu-slim included s… (#58855)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
@@ -46,17 +46,11 @@ Workflow logs list the runner used to run a job. For more information, see [AUTO
|
||||
|
||||
### Single-CPU runners
|
||||
|
||||
> [!NOTE]
|
||||
> * Single-CPU runners are in {% data variables.release-phases.public_preview %} and subject to change.{% ifversion ghec %}
|
||||
> * Single-CPU runners are not available in {% data variables.product.prodname_ghe_cloud %} with Data Residency (`ghe.com`).
|
||||
|
||||
{% endif %}
|
||||
|
||||
Single-CPU {% data variables.product.github %}-hosted runners are available in both public and private repositories. These runners—specified using the workflow label `ubuntu-slim`—offer a lower-cost option for running lightweight operations. This type of runner is optimized for automation tasks, issue operations and short-running jobs. They are not suitable for typical heavyweight CI/CD builds.
|
||||
|
||||
`ubuntu-slim` runners execute Actions workflows in Ubuntu Linux, inside a container rather than a full VM instance. When the job begins, {% data variables.product.github %} automatically provisions a new container for that job. All steps in the job execute in the container, allowing the steps in that job to share information using the runner's file system. When the job has finished, the container is automatically decommissioned. Each container provides hypervisor level 2 isolation.
|
||||
|
||||
A minimal set of tools is installed on the `ubuntu-slim` runner image, appropriate for lightweight tasks.
|
||||
A minimal set of tools is installed on the `ubuntu-slim` runner image, appropriate for lightweight tasks. For details on what software is installed on the `ubuntu-slim` image, see the [README file](https://github.com/actions/runner-images/blob/main/images/ubuntu-slim/ubuntu-slim-Readme.md) in the `actions/runner-images` repository.
|
||||
|
||||
#### Usage limits
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
<td>14 GB</td>
|
||||
<td> x64 </td>
|
||||
<td>
|
||||
<code>ubuntu-slim</code> ({% data variables.release-phases.public_preview %})
|
||||
<code>ubuntu-slim</code>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user