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

Moves Docker context generation to jib-core. #233

Merged
merged 5 commits into from
Apr 24, 2018
Merged

Conversation

coollog
Copy link
Contributor

@coollog coollog commented Apr 24, 2018

Refactors for #204

Moves much of what was in DockerContextMojo to jib-core/docker/DockerContextGenerator. The functionality remains the same. This preps for adding a task to jib-gradle-plugin to generate the context as well.

import java.util.List;

/** Static methods for operating on the filesystem. */
public class FileOperations {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we don't plan on instantiating this, adding a private, no arg constructor is useful.

@coollog coollog merged commit 79d339e into master Apr 24, 2018
@coollog coollog deleted the gradle-dockercontext branch April 24, 2018 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants