Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.base.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# libraries.
#

FROM arm64v8/ubuntu:18.04
FROM arm64v8/ubuntu:16.04
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about using some fixed one like the way its done for amd? Below is for amd:

FROM openebs/cstor-ubuntu:xenial-20190515

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc: @kmova

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mynktl -- can you try with this please. openebs/arm64v8-ubuntu:xenial-20200326

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @kmova for creating ARM image.
trivy scan result with above image is as below:

openebs/cstor-pool-arm64:ci (ubuntu 16.04)
==========================================
Total: 270 (UNKNOWN: 0, LOW: 227, MEDIUM: 43, HIGH: 0, CRITICAL: 0)


RUN apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
Expand Down