Skip to content

iterate over subdirectories of extra_src or add a flag to indicate adding source archive under a directory in its own layer. #79

@hjmodi

Description

@hjmodi

Currently, if we have many source archives we want to add layer by layer to the source image the only way to do that is to put source archives in their own subdirectory and pass each subdirectory's absolute path with EXTRA_SOURCE_DIR.

But as @MartinBasti pointed out in containerbuildsystem/atomic-reactor#1606 (comment), if we do that then there's a good chance we may reach the limit length for a command in the shell.

Adding the ability to iterate over the subdirectories automatically and add them all layer by layer or adding a flag to indicate adding each source archive in a different layer will help solve this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions