Bumped Asterinas & OSDK version to 0.5.1

This commit is contained in:
Fabing Li
2024-06-26 17:36:45 +08:00
committed by Tate, Hongliang Tian
parent 18b11ec193
commit 4700ab71bc
16 changed files with 31 additions and 22 deletions

View File

@ -16,10 +16,18 @@ RUN apt update && apt-get install -y --no-install-recommends \
git-core \
gnupg \
libssl-dev \
jq \
python3-pip \
python-is-python3 \
wget
#= Download dependency =====================================================
WORKDIR /root/dependency
RUN wget https://raw.githubusercontent.com/asterinas/linux_vdso/2a6d2db/vdso64.so -O vdso64.so
RUN wget https://raw.githubusercontent.com/asterinas/linux_kernel/9e66d28/vmlinuz-5.15.0-105-generic \
-O vmlinuz
#= Build benchmark =========================================================
FROM build-base as build-benchmarks