Skip to content

Commit

Permalink
add overrides.yaml and update README (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Feb 13, 2019
1 parent 4e47616 commit 4c4eab6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You need to https://cekit.readthedocs.io/en/develop/installation.html[install Ce
### CentOS JDK 8

```
cekit build
cekit --overrides-file overrides.yaml build
```

This will produce an image named `centos/openjdk-8-centos7`
Expand Down
10 changes: 10 additions & 0 deletions overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
artifacts:
- name: hawkular-javaagent
url: https://repo1.maven.org/maven2/org/hawkular/agent/hawkular-javaagent/1.0.1.Final/hawkular-javaagent-1.0.1.Final-shaded.jar
md5: 1f55173d84e4ac52d0ee542e251d8b02
- name: jolokia-jvm-1.5.0.redhat-1-agent.jar
url: https://repo1.maven.org/maven2/org/jolokia/jolokia-jvm/1.5.0/jolokia-jvm-1.5.0-agent.jar
md5: 64cb886a4a1cf5906e0f33afd76243a8
- name: jmx_prometheus_javaagent
url: https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.3.1/jmx_prometheus_javaagent-0.3.1.jar
md5: 4f08e57afb4088469904956237c0cf8e

0 comments on commit 4c4eab6

Please sign in to comment.