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

The container image should include any resources associated with the target being packaged #48

Open
euanh opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
kind/enhancement New feature or request

Comments

@euanh
Copy link
Collaborator

euanh commented Dec 16, 2024

The plugin currently packages the target executable in the container image. If Package.swift declares resources for the target, these should be included as well.

This requires:

  • Improving containertool's minimal tar library to package multiple files in one archive
  • Adding a flag to tell containertool which resource directory to include
  • Improving the plugin to pass the resources directory to containertool
@euanh euanh added the kind/enhancement New feature or request label Dec 16, 2024
@euanh euanh self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant