You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/10/16 19:44:42 UTC

[airavata] 03/07: Rename docker image/container

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 95664d279aa4dd4f4b4a0e5019172c6042a04dd1
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Aug 8 09:44:03 2019 -0400

    Rename docker image/container
---
 dev-tools/ansible/roles/django/tasks/main.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/roles/django/tasks/main.yml b/dev-tools/ansible/roles/django/tasks/main.yml
index 11e1f5d..85f48cf 100644
--- a/dev-tools/ansible/roles/django/tasks/main.yml
+++ b/dev-tools/ansible/roles/django/tasks/main.yml
@@ -58,8 +58,7 @@
   local_action:
     module: docker_image
     path: "{{ airavata_django_portal_tempdir.path }}/scripts/docker-build/"
-    # TODO: rename to airavata-django-build
-    name: av-django-build
+    name: airavata-django-build
     force: true
     # source: build
   run_once: true
@@ -67,8 +66,8 @@
 - name: build Django JS code in Docker container
   local_action:
     module: docker_container
-    name: ansible-av-django-build
-    image: av-django-build
+    name: ansible-airavata-django-build
+    image: airavata-django-build
     cleanup: true
     detach: false
     volumes: