JAMES-2598 Fix packaging Cassandra + ElasticSearch + Swift + RabbitMQ + LDAP product
Change the image name Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ce8cf479 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ce8cf479 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/ce8cf479 Branch: refs/heads/master Commit: ce8cf479a5b11a2205c426f9fd694a0bab563016 Parents: 9cffabc Author: datph <[email protected]> Authored: Thu Nov 29 15:45:37 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Mon Dec 3 08:56:23 2018 +0700 ---------------------------------------------------------------------- dockerfiles/packaging/guice/cassandra/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/ce8cf479/dockerfiles/packaging/guice/cassandra/Dockerfile ---------------------------------------------------------------------- diff --git a/dockerfiles/packaging/guice/cassandra/Dockerfile b/dockerfiles/packaging/guice/cassandra/Dockerfile index d031fe8..d05f613 100644 --- a/dockerfiles/packaging/guice/cassandra/Dockerfile +++ b/dockerfiles/packaging/guice/cassandra/Dockerfile @@ -1,7 +1,7 @@ ARG BASE=linagora/james-project ARG BASE_LDAP=linagora/james-ldap-project ARG BASE_RABBITMQ=linagora/james-rabbitmq-project -ARG BASE_RABBITMQ_LDAP=linagora/james-rabbitmq-ldap-project +ARG BASE_RABBITMQ_LDAP=linagora/james-cassandra-rabbitmq-ldap-project ARG TAG=latest FROM ${BASE}:${TAG} as source FROM ${BASE_LDAP}:${TAG} as sourceLdap --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
