File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ endif::[]
116116ifdef::riak_explorer[]
117117# Install Riak Explorer
118118RUN 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
119120endif::riak_explorer[]
120121
121122ifdef::riak_client[]
@@ -393,11 +394,13 @@ done
393394----
394395endif::[]
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}
402405ifdef::docker_org[]
403406:docker_image_tag: {docker_org}/{docker_image_name}
You can’t perform that action at this time.
0 commit comments