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

Simplify custom files copying #7

Closed
augi opened this issue Dec 17, 2018 · 0 comments
Closed

Simplify custom files copying #7

augi opened this issue Dec 17, 2018 · 0 comments
Assignees

Comments

@augi
Copy link
Owner

augi commented Dec 17, 2018

To copy custom file to the image, something like this is required now:

dockerJava {
    image = imageName
    dockerBuildDirectory = projectDir
    dockerfileLines = [ "COPY deploy/kafka-client-ssl.truststore.jks /var/kafka-client-ssl.truststore.jks" ]
}

It would be nice to have a syntax to specify files to copy to Docker image, or just to the Docker working directory.

@augi augi self-assigned this Dec 17, 2018
@augi augi closed this as completed in 60c4ea9 Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant