Skip to content

Support for chmod flag in copy primitive #449

@jmuppave

Description

@jmuppave

Support for chmod flag in copy primitive.

New dockerfiles support:
COPY --chmod=0755 src dest

Simple addition of below code in copy primitive will enable it:
if self.__chmod: base_inst = base_inst + '--chmod={} '.format(self.__chmod)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions