We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Your Dockerfile class doesn't lend itself well for usage in gradle script kotlin builds.
Dockerfile
https://github.com/Transmode/gradle-docker/blob/master/src/main/groovy/se/transmode/gradle/plugins/docker/image/Dockerfile.groovy#L70
Providing more strongly typed methods for the default commands would be useful.
The text was updated successfully, but these errors were encountered:
Thanks for the input. We do not use Kotlin yet in-house. Do you have an example buildscript to provide?
Sorry, something went wrong.
I ended up not moving forward using this this plugin and instead ended up using the bmuschko/gradle-docker-plugin plugin.
The primary problems that I had with this plugin is that DockerFile is missing methods for several of the keywords that Docker supports now.
DockerFile
Docker
No branches or pull requests
Your
Dockerfile
class doesn't lend itself well for usage in gradle script kotlin builds.https://github.com/Transmode/gradle-docker/blob/master/src/main/groovy/se/transmode/gradle/plugins/docker/image/Dockerfile.groovy#L70
Providing more strongly typed methods for the default commands would be useful.
The text was updated successfully, but these errors were encountered: