Skip to content

Commit

Permalink
Changes wording "native" to "daemonless". (GoogleContainerTools#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
coollog authored Jul 2, 2018
1 parent d4eeb36 commit ca21569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Jib builds Docker and OCI images for your Java applications and is available as

* **Reproducible** - Rebuilding your container image with the same contents always generates the same image. Never trigger an unnecessary update again.

* **Native** - Reduce your CLI dependencies. Build your Docker image from within Maven <!--or Gradle--> and push to any registry of your choice. *No more writing Dockerfiles and calling docker build/push.*
* **Daemonless** - Reduce your CLI dependencies. Build your Docker image from within Maven or Gradle and push to any registry of your choice. *No more writing Dockerfiles and calling docker build/push.*

## Quickstart

Expand Down

0 comments on commit ca21569

Please sign in to comment.