You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rc...@apache.org on 2020/02/06 03:54:43 UTC

[james-project] 10/16: JAMES-3031 Fix ENV variable in Dockerfiles

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

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 5568c87a679a5f8aebce4730b87e4b6a86389cf7
Author: Antoine DUPRAT <ad...@linagora.com>
AuthorDate: Thu Jan 30 15:42:03 2020 +0100

    JAMES-3031 Fix ENV variable in Dockerfiles
---
 dockerfiles/run/guice/cassandra-ldap/Dockerfile          | 2 +-
 dockerfiles/run/guice/cassandra-rabbitmq-ldap/Dockerfile | 2 +-
 dockerfiles/run/guice/cassandra-rabbitmq/Dockerfile      | 2 +-
 dockerfiles/run/guice/cassandra/Dockerfile               | 2 +-
 dockerfiles/run/guice/jpa-smtp/Dockerfile                | 2 +-
 dockerfiles/run/guice/jpa/Dockerfile                     | 4 ++--
 dockerfiles/run/guice/memory/Dockerfile                  | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dockerfiles/run/guice/cassandra-ldap/Dockerfile b/dockerfiles/run/guice/cassandra-ldap/Dockerfile
index 499f4fd..4957918 100644
--- a/dockerfiles/run/guice/cassandra-ldap/Dockerfile
+++ b/dockerfiles/run/guice/cassandra-ldap/Dockerfile
@@ -36,7 +36,7 @@ VOLUME /root/conf
 VOLUME /root/glowroot/plugins
 VOLUME /root/glowroot/data
 
-ENV PATH "$PATH:/root/glowroot/lib" \
+ENV PATH="$PATH:/root/glowroot/lib" \
     JVM_OPTIONS="" \
     GLOWROOT_ACTIVATED="false"
 
diff --git a/dockerfiles/run/guice/cassandra-rabbitmq-ldap/Dockerfile b/dockerfiles/run/guice/cassandra-rabbitmq-ldap/Dockerfile
index 64e477a..1449f4f 100644
--- a/dockerfiles/run/guice/cassandra-rabbitmq-ldap/Dockerfile
+++ b/dockerfiles/run/guice/cassandra-rabbitmq-ldap/Dockerfile
@@ -36,7 +36,7 @@ VOLUME /root/conf
 VOLUME /root/glowroot/plugins
 VOLUME /root/glowroot/data
 
-ENV PATH "$PATH:/root/glowroot/lib" \
+ENV PATH="$PATH:/root/glowroot/lib" \
     JVM_OPTIONS="" \
     GLOWROOT_ACTIVATED="false"
 
diff --git a/dockerfiles/run/guice/cassandra-rabbitmq/Dockerfile b/dockerfiles/run/guice/cassandra-rabbitmq/Dockerfile
index 79f1a10..06f5251 100644
--- a/dockerfiles/run/guice/cassandra-rabbitmq/Dockerfile
+++ b/dockerfiles/run/guice/cassandra-rabbitmq/Dockerfile
@@ -36,7 +36,7 @@ VOLUME /root/conf
 VOLUME /root/glowroot/plugins
 VOLUME /root/glowroot/data
 
-ENV PATH "$PATH:/root/glowroot/lib" \
+ENV PATH="$PATH:/root/glowroot/lib" \
     JVM_OPTIONS="" \
     GLOWROOT_ACTIVATED="false"
 
diff --git a/dockerfiles/run/guice/cassandra/Dockerfile b/dockerfiles/run/guice/cassandra/Dockerfile
index c4fddf8..65a19ef 100644
--- a/dockerfiles/run/guice/cassandra/Dockerfile
+++ b/dockerfiles/run/guice/cassandra/Dockerfile
@@ -36,7 +36,7 @@ VOLUME /root/conf
 VOLUME /root/glowroot/plugins
 VOLUME /root/glowroot/data
 
-ENV PATH "$PATH:/root/glowroot/lib" \
+ENV PATH="$PATH:/root/glowroot/lib" \
     JVM_OPTIONS="" \
     GLOWROOT_ACTIVATED="false"
 
diff --git a/dockerfiles/run/guice/jpa-smtp/Dockerfile b/dockerfiles/run/guice/jpa-smtp/Dockerfile
index f0ba5d3..17217ff 100644
--- a/dockerfiles/run/guice/jpa-smtp/Dockerfile
+++ b/dockerfiles/run/guice/jpa-smtp/Dockerfile
@@ -34,7 +34,7 @@ VOLUME /root/conf
 VOLUME /root/glowroot/plugins
 VOLUME /root/glowroot/data
 
-ENV PATH "$PATH:/root/glowroot/lib" \
+ENV PATH="$PATH:/root/glowroot/lib" \
     JVM_OPTIONS="" \
     GLOWROOT_ACTIVATED="false"
 
diff --git a/dockerfiles/run/guice/jpa/Dockerfile b/dockerfiles/run/guice/jpa/Dockerfile
index e83fbf7..feb452b 100644
--- a/dockerfiles/run/guice/jpa/Dockerfile
+++ b/dockerfiles/run/guice/jpa/Dockerfile
@@ -36,8 +36,8 @@ VOLUME /root/conf
 VOLUME /root/glowroot/plugins
 VOLUME /root/glowroot/data
 
-ENV PATH "$PATH:/root/glowroot/lib" \
+ENV PATH="$PATH:/root/glowroot/lib" \
     JVM_OPTIONS="" \
     GLOWROOT_ACTIVATED="false"
 
-ENTRYPOINT ./run_james.sh
\ No newline at end of file
+ENTRYPOINT ./run_james.sh
diff --git a/dockerfiles/run/guice/memory/Dockerfile b/dockerfiles/run/guice/memory/Dockerfile
index f0ba1e2..7a18766 100644
--- a/dockerfiles/run/guice/memory/Dockerfile
+++ b/dockerfiles/run/guice/memory/Dockerfile
@@ -36,7 +36,7 @@ VOLUME /root/conf
 VOLUME /root/glowroot/plugins
 VOLUME /root/glowroot/data
 
-ENV PATH "$PATH:/root/glowroot/lib" \
+ENV PATH="$PATH:/root/glowroot/lib" \
     JVM_OPTIONS="" \
     GLOWROOT_ACTIVATED="false"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org