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

Specify the user for assembly.xml #175

Closed
arun-gupta opened this issue May 20, 2015 · 1 comment
Closed

Specify the user for assembly.xml #175

arun-gupta opened this issue May 20, 2015 · 1 comment
Labels
Milestone

Comments

@arun-gupta
Copy link

Add the ability so that the dependencies from assembly.xml are copied with a specific user. Currently they are always done as root.

@rhuss
Copy link
Collaborator

rhuss commented May 22, 2015

Unfortunately this is not so easy for now because of this Docker issue. I will implement the workaround to RUN a "chown" if the a user is specified, but this adds some extra layers.

We already had some discussions around this in #53 .

BTW, for your use case you can come around this limitation completely (works already with the current version), by specifiying /opt/jboss/wildfly/standalone/deployments as basedir in the pom.xml and in the assembly.xml use a outputDir of . This will copy only the WAR file as root (and leave the directory untouched).

@rhuss rhuss added the fixed label May 22, 2015
@rhuss rhuss added this to the 0.11.5 milestone May 22, 2015
@rhuss rhuss closed this as completed in 22acd56 May 22, 2015
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