Wilfred Spiegelenburg created YUNIKORN-485:
----------------------------------------------
Summary: docker file using go based image
Key: YUNIKORN-485
URL: https://issues.apache.org/jira/browse/YUNIKORN-485
Project: Apache YuniKorn
Issue Type: Bug
Components: build
Affects Versions: 0.9
Reporter: Wilfred Spiegelenburg
The current docker file used for building the scheduler image references a go
based image.
deployments/image/configmap/Dockerfile
{code:java}
FROM golang:1.12.13-alpine3.10{code}
We do not need go in that image and we should not be using it. A plain OS image
wth the tools added we need is smaller and less prone for security issues
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]