Skip to content

Commit

Permalink
Merge pull request #4 from chirino/fabric8-profiles
Browse files Browse the repository at this point in the history
More cleanup of the karaf template.
  • Loading branch information
dhirajsb committed Apr 6, 2016
2 parents 59b33df + 04f81af commit 9800dfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<docker.from>jboss-fuse-6/fis-karaf-openshift:1.0</docker.from>
<fabric8.dockerUser>fabric8/</fabric8.dockerUser>
<docker.image>${fabric8.dockerUser}quickstart-karaf-camellog:${project.version}</docker.image>
<docker.image>${fabric8.dockerUser}${project.artifactId}:${project.version}</docker.image>
<docker.assemblyDescriptor>${basedir}/src/main/fabric8/assembly.xml</docker.assemblyDescriptor>
<docker.port.container.jolokia>8778</docker.port.container.jolokia>
<docker.port.container.http>8181</docker.port.container.http>
Expand Down Expand Up @@ -208,7 +208,7 @@

<!-- create docker image -->
<plugin>
<groupId>org.jolokia</groupId>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>${docker.maven.plugin.version}</version>
<configuration>
Expand Down

0 comments on commit 9800dfe

Please sign in to comment.