You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by fg...@apache.org on 2019/08/21 20:16:27 UTC

[incubator-sdap-nexus] branch SDAP-203 updated: fix from syntax

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

fgreg pushed a commit to branch SDAP-203
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/SDAP-203 by this push:
     new 5b8c9d0  fix from syntax
5b8c9d0 is described below

commit 5b8c9d0f43ed9cfa2086a81c1771f9aea9bfc9b1
Author: Frank Greguska <fg...@gmail.com>
AuthorDate: Wed Aug 21 13:16:01 2019 -0700

    fix from syntax
---
 docker/nexus-webapp/mesos/agent/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/nexus-webapp/mesos/agent/Dockerfile b/docker/nexus-webapp/mesos/agent/Dockerfile
index e4fef7f..23e6ef5 100644
--- a/docker/nexus-webapp/mesos/agent/Dockerfile
+++ b/docker/nexus-webapp/mesos/agent/Dockerfile
@@ -14,7 +14,7 @@
 # limitations under the License.
 ARG repo=sdap
 ARG tag_version=1.0.0-SNAPSHOT
-FROM ${repo}//spark-mesos-base:${tag_version}
+FROM ${repo}/spark-mesos-base:${tag_version}
 
 MAINTAINER Apache SDAP "dev@sdap.apache.org"