Skip to content

Commit 2e825a7

Browse files
committed
Remove extra beam files from explorer
1 parent 79746aa commit 2e825a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ endif::[]
116116
ifdef::riak_explorer[]
117117
# Install Riak Explorer
118118
RUN curl -sSL https://github.com/basho-labs/riak_explorer/releases/download/{{riak_explorer_version}}/riak_explorer-{{riak_explorer_version}}.patch-{{os_family}}-{{os_version}}.tar.gz | tar -zxf - -C $RIAK_HOME --strip-components 2
119+
RUN for f in riak_pb riak_kv riak_ts riak_dt riak_search riak_yokozuna;do rm -f $RIAK_HOME/lib/basho-patches/$f*; done
119120
endif::riak_explorer[]
120121
121122
ifdef::riak_client[]
@@ -393,11 +394,13 @@ done
393394
----
394395
endif::[]
395396

396-
ifdef::publish[]
397397
== Publish
398398

399-
Tag and publish the image.
399+
Tag and publish the image if the attribute `publish` is set when running the build.
400+
401+
* `publish`: {publish}
400402

403+
ifdef::publish[]
401404
:docker_image_name: riak-{riak_flavor}:{os_family}-{riak_version}
402405
ifdef::docker_org[]
403406
:docker_image_tag: {docker_org}/{docker_image_name}

0 commit comments

Comments
 (0)