Applying Generic or Platform-Specific Patches
Design and add a patch to address the specific needs of applications or platforms, ensuring compatibility and functionality in Fleet Application Management.
Applying a patch to a software application in resources can be done in two ways, depending on whether the patch is generic (application-specific) or platform-specific.
- Applying a Generic Patch: Refers to applying a software update or fix that's designed to address a specific issue or vulnerability across a wide range of systems or software applications without being tailored to a specific OS. The term "generic" implies that the patch isn't specific to a certain OS.
- Applying a Platform-Specific Patch: Refers to applying a software update or fix designed to address a particular issue or vulnerability in a software application or system that's tailored to a specific OS, such as Windows and Linux.
Consider your requirements and accordingly manage patches under the generic or platform-specific category in Fleet Application Management.
Use the oci fleet-apps-management fleet-apps-management-operations patch create-patch-generic-artifact-details command and parameters to create a generic patch:
oci fleet-apps-management fleet-apps-management-operations patch create-patch-generic-artifact-details --artifact-details-artifact <json_file_or_string> --compartment-id <compartment_OCID> --name <text> --patch-type <json_file_or_string> --product <json_file_or_string> --severity <text> --time-released <datetime> [OPTIONS]
Use the oci fleet-apps-management fleet-apps-management-operations patch create-patch-generic-artifact-details command and parameters to create a platform-specific patch:
oci fleet-apps-management fleet-apps-management-operations patch create-patch-platform-specific-artifact-details --artifact-details-artifacts <json_file_or_string> --compartment-id <compartment_OCID> --name <text> --patch-type <json_file_or_string> --product <json_file_or_string> --severity <text> --time-released <datetime> [OPTIONS]
For a complete list of flags and variable options for Fleet Application Management CLI commands, see the CLI for Fleet Application Management.
Run the CreatePatch operation with parameters to create a generic or platform-specific patch.