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

Lots of warnings are displayed when assembly.mode is tar or tgz when building on windows #591

Closed
zoltanersek opened this issue Oct 18, 2016 · 1 comment
Labels

Comments

@zoltanersek
Copy link

I am doing a build on windows want to keep the permissions on the assembly so I need to use assembly mode tar/tgz.

Because of this the TarArchiver outputs a lot of warnings when creating the assembly: [WARNING] Entry: filename is longer than 100 characters.

I've noticed when creating the AssembyArchiver the hardcoded value from: DockerAssemblyConfigurationSource is used:

     @Override
    public String getTarLongFileMode() {
      return "warn";
    }

Can this be changed to be configurable? Or at least read the: assembly.tarLongFileMode property defined on the project.

Thanks

@zoltanersek zoltanersek changed the title Lots of warnings are displayed when assembly.mode is tar or tgz Lots of warnings are displayed when assembly.mode is tar or tgz when building on windows Oct 18, 2016
@rhuss rhuss added the fixed label Oct 26, 2016
@rhuss
Copy link
Collaborator

rhuss commented Oct 28, 2016

Is fixed now with 0.17.1

@rhuss rhuss closed this as completed Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants