-
Notifications
You must be signed in to change notification settings - Fork 40
Add Prism tool references for image customization #70
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: dmcilvaney <[email protected]>
Can you double check if there are more image references? I can see default_images.md at least. |
Co-authored-by: dmcilvaney <[email protected]>
I've added the Prism tool reference to default_images.md as suggested. The update follows the same format as the previous changes, highlighting Prism as the recommended method for building custom images. Changes are in commit 96921e0. |
@@ -1,5 +1,7 @@ | |||
# Working with Packages | |||
|
|||
> **Note:** For customizing Azure Linux images, we recommend using the [Prism tool](https://github.com/microsoft/azure-linux-image-tools), which is the preferred method for building custom images. Please refer to the [Prism Image Customizer documentation](https://microsoft.github.io/azure-linux-image-tools/imagecustomizer/README.html) for details. The instructions below are still valid but represent the legacy approach for customizing images with packages. | |||
|
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.
This file also talks about custom spec files, can you add a visible callout to look there if you are doing that?
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.
I've added a reference to the custom spec files section in the note at the top of the working_with_packages.md file. The updated note now directs users to the "Tutorial: Customize your Image with Unsupported Packages" section when they're creating custom spec files. Changes are in commit 6c3c2d3.
Co-authored-by: dmcilvaney <[email protected]>
This PR adds references to the Prism tool (https://github.com/microsoft/azure-linux-image-tools) as the recommended way to build custom Azure Linux images.
Changes Made:
docs/building/building.md
informing users about the Prism tooldocs/packages/working_with_packages.md
README.md
for better visibilityAll notes include:
These minimal changes ensure users are aware of the preferred method for building custom images while preserving all existing content and functionality.
Fixes #69.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.