Code Review
/
platform-oam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d81b243
)
Add acumos/ prefix to docker image name
51/6251/1
author
Lott, Christopher (cl778h)
<cl778h@att.com>
Tue, 7 Jan 2020 19:23:46 +0000
(14:23 -0500)
committer
Lott, Christopher (cl778h)
<cl778h@att.com>
Tue, 7 Jan 2020 19:23:46 +0000
(14:23 -0500)
Change-Id: Idef5f865c282597c7e546f4f9bafe5e6da4ee77e
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
elk-client/pom.xml
patch
|
blob
|
history
diff --git
a/elk-client/pom.xml
b/elk-client/pom.xml
index
4982b92
..
add0dec
100644
(file)
--- a/
elk-client/pom.xml
+++ b/
elk-client/pom.xml
@@
-241,8
+241,9
@@
<!-- LF credentials are not supplied here -->
<images>
<image>
+ <!-- Prefix must be "acumos/" -->
<!-- Specify a tag to avoid default tag "latest" -->
- <name>elk-client:${project.version}</name>
+ <name>
acumos/
elk-client:${project.version}</name>
<build>
<from>openjdk:11-jre-slim</from>
<tags>