added the smartgears-container-home-library.yml playbook, fixed a couple of things to the smartgears-container-home-library role

This commit is contained in:
daniele-pavia 2017-12-19 17:41:36 +01:00
parent 065f5e3c12
commit 78872533ad
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
image_name: "smartgears_home_library"
java_jdk: "java8-jdk" #### either java8-jdk or openjdk-8
image_name: "smartgears-home-library"
image_tag: "{{ home_library_war_version }}"
push_to_repo: "no"
repo: "gcube-staging"

View File

@ -1,3 +1,3 @@
FROM smartgears_base_image:{{ smartgears_distribution_version }}
FROM smartgears-base-image-{{ java_jdk }}:{{ smartgears_distribution_version }}
ADD {{ home_library_artifact_url }} "{{ catalina_home }}/webapps/"