Skip to content
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

Add symlink and libs artifact types #377

Merged
merged 3 commits into from
Sep 30, 2024
Merged

Conversation

cpuguy83
Copy link
Member

Adds support for library files and package-level symlinks.
These are required for supporting packages such as golang.

Also adds more in-depth docs for artifacts.

Allows adding dirs and files to `/usr/lib/<package>`

Signed-off-by: Brian Goff <[email protected]>
This allows installing symlinks as part of the package.
This is different than the image post install symlinks since they are
part of the package itself rather than just part of the container that
gets built from a package.

Signed-off-by: Brian Goff <[email protected]>
@cpuguy83 cpuguy83 requested a review from a team as a code owner September 20, 2024 23:46
@cpuguy83 cpuguy83 added this to the v0.9.0 milestone Sep 20, 2024
@cpuguy83 cpuguy83 changed the title Add more artifact types Add symlink and libs artifact types Sep 20, 2024
Signed-off-by: Brian Goff <[email protected]>
@cpuguy83
Copy link
Member Author

Updated with suggestions.

Copy link
Contributor

@adamperlin adamperlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this looks good to me now!

@cpuguy83 cpuguy83 merged commit e874a7a into Azure:main Sep 30, 2024
10 checks passed
@cpuguy83 cpuguy83 deleted the more_types branch September 30, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants