Skip to content

Commit fef768b

Browse files
authored
Merge pull request #830 from Azure/PatchingDocUpdates
Updating documentation with new wheel file and restrictions
2 parents ac83d3c + 6448027 commit fef768b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/preview/continuous-patching/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Continuous Patching is currently in private preview. The following limitations a
2222
- Windows-based container images aren't supported.
2323
- Only "OS-level" vulnerabilities that originate from system packages will be patched. This includes system packages in the container image managed by an OS package manager such as "apt” and "yum”. Vulnerabilities that originate from application packages, such as packages used by programming languages like Go, Python, and NodeJS are unable to be patched.
2424
- End of Service Life (EOSL) images are not supported by Continuous Patching. EOSL images refer to images where the underlying operating system is no longer offering updates, security patches, and technical support. Examples include images based on older operating system versions such as Debian 8 and Fedora 28. EOSL images will be skipped from the patch despite having vulnerabilities - the recommended approach is to upgrade your the underlying operating system of your image to a supported version.
25+
- Subscriptions using "Free" Azure Credits are not supported since ACR Tasks are not supported for these subscriptions.
2526

2627

2728
## Prerequisites
@@ -63,7 +64,7 @@ Floating: Ideal if you prefer a single pointer to the latest patch for your CI/C
6364

6465
Run the following command to install the CLI extension:
6566
```sh
66-
az extension add --source https://acrcssc.z5.web.core.windows.net/acrcssc-1.1.1rc7-py3-none-any.whl
67+
az extension add --source https://acrcssc.z5.web.core.windows.net/acrcssc-1.1.1rc11-py3-none-any.whl
6768
```
6869

6970
## Enable the Continuous Patching Workflow

0 commit comments

Comments
 (0)