[
https://issues.apache.org/jira/browse/YUNIKORN-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17116447#comment-17116447
]
Wilfred Spiegelenburg commented on YUNIKORN-146:
------------------------------------------------
Akhil explained that we have a multi stage docker build which can build the
image for us. That build process is already in the setup just not leveraged at
the moment. The change is as simple as removing the {{build-prod}} target from
the {{image}} target as below.
{code}
# Build an image based on the production ready version
.PHONY: image
image:
@echo "building web UI docker image"
{code}
We can also leverage a similar docker based build (amended stage 1) to generate
an environment to build and just run the tests in.
> Add travis integration for yunikorn-web repo
> --------------------------------------------
>
> Key: YUNIKORN-146
> URL: https://issues.apache.org/jira/browse/YUNIKORN-146
> Project: Apache YuniKorn
> Issue Type: Sub-task
> Components: build
> Reporter: Weiwei Yang
> Assignee: Kinga Marton
> Priority: Major
> Labels: pull-request-available
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]