diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-30 18:23:58 -0500 |
---|---|---|
committer | varun gudisena <vg411h@att.com> | 2017-09-30 23:27:35 +0000 |
commit | d5f58d2a3f54f58a34e71ff6f770b20e65ac1bf3 (patch) | |
tree | 594a677e85334aa9d9ed4426007f88d86a0afd2b /src/main/resources | |
parent | 5c0bfb2716acd020871ad844119553d132af9955 (diff) |
Fix docker image bug
Removed unncessary license header comments
Issue-Id: DMAAP-151
Change-Id: Ie9eea784d5d0f080c65e578e6437050c781fc602
Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/docker-compose/docker-compose.yml | 2 | ||||
-rw-r--r-- | src/main/resources/docker/startup.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/docker-compose/docker-compose.yml b/src/main/resources/docker-compose/docker-compose.yml index 20cf977..789b232 100644 --- a/src/main/resources/docker-compose/docker-compose.yml +++ b/src/main/resources/docker-compose/docker-compose.yml @@ -16,7 +16,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock dmaap: - image: attos/dmaap + image: onap/dmaap/dmaap-mr ports: - "3904:3904" - "3905:3905" diff --git a/src/main/resources/docker/startup.sh b/src/main/resources/docker/startup.sh index 933ceca..792d87a 100644 --- a/src/main/resources/docker/startup.sh +++ b/src/main/resources/docker/startup.sh @@ -22,6 +22,7 @@ root_directory="/appl/${project.artifactId}" config_directory="/appl/${project.artifactId}/bundleconfig" runner_file="appl/${project.artifactId}/lib/ajsc-runner-${ajscRuntimeVersion}.jar" + echo "AJSC HOME directory is " $root_directory echo "AJSC Conf Directory is" $config_directory echo "Starting using" $runner_file |