mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 04:55:03 +00:00
Switch to a new Docker image
This commit is contained in:
parent
18e457401d
commit
418fbcd405
2
.github/workflows/benchmark_x86.yml
vendored
2
.github/workflows/benchmark_x86.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
|||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
container:
|
container:
|
||||||
image: asterinas/asterinas:0.15.0-20250509
|
image: asterinas/asterinas:0.15.0-20250516
|
||||||
options: --device=/dev/kvm --privileged
|
options: --device=/dev/kvm --privileged
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/benchmark_x86_tdx.yml
vendored
2
.github/workflows/benchmark_x86_tdx.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
container:
|
container:
|
||||||
image: asterinas/asterinas:0.15.0-20250509-tdx
|
image: asterinas/asterinas:0.15.0-20250516-tdx
|
||||||
options: --device=/dev/kvm --privileged
|
options: --device=/dev/kvm --privileged
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/publish_osdk_and_ostd.yml
vendored
2
.github/workflows/publish_osdk_and_ostd.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
container: asterinas/asterinas:0.15.0-20250509
|
container: asterinas/asterinas:0.15.0-20250516
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
2
.github/workflows/publish_website.yml
vendored
2
.github/workflows/publish_website.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
container: asterinas/asterinas:0.15.0-20250509
|
container: asterinas/asterinas:0.15.0-20250516
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/test_asterinas_vsock.yml
vendored
2
.github/workflows/test_asterinas_vsock.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker run \
|
docker run \
|
||||||
--privileged --network=host --device=/dev/kvm \
|
--privileged --network=host --device=/dev/kvm \
|
||||||
-v ./:/root/asterinas asterinas/asterinas:0.15.0-20250509 \
|
-v ./:/root/asterinas asterinas/asterinas:0.15.0-20250516 \
|
||||||
make run AUTO_TEST=vsock ENABLE_KVM=0 SCHEME=microvm RELEASE_MODE=1 &
|
make run AUTO_TEST=vsock ENABLE_KVM=0 SCHEME=microvm RELEASE_MODE=1 &
|
||||||
- name: Run Vsock Client on Host
|
- name: Run Vsock Client on Host
|
||||||
id: host_vsock_client
|
id: host_vsock_client
|
||||||
|
2
.github/workflows/test_riscv.yml
vendored
2
.github/workflows/test_riscv.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
basic-test:
|
basic-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: asterinas/asterinas:0.15.0-20250509
|
image: asterinas/asterinas:0.15.0-20250516
|
||||||
options: --device=/dev/kvm --privileged
|
options: --device=/dev/kvm --privileged
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
6
.github/workflows/test_x86.yml
vendored
6
.github/workflows/test_x86.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
basic-test:
|
basic-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: asterinas/asterinas:0.15.0-20250509
|
image: asterinas/asterinas:0.15.0-20250516
|
||||||
options: --device=/dev/kvm --privileged
|
options: --device=/dev/kvm --privileged
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -28,7 +28,7 @@ jobs:
|
|||||||
integration-test:
|
integration-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: asterinas/asterinas:0.15.0-20250509
|
image: asterinas/asterinas:0.15.0-20250516
|
||||||
options: --device=/dev/kvm --privileged
|
options: --device=/dev/kvm --privileged
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -94,7 +94,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
image: ['asterinas/asterinas:0.15.0-20250509', 'asterinas/osdk:0.15.0-20250509']
|
image: ['asterinas/asterinas:0.15.0-20250516', 'asterinas/osdk:0.15.0-20250516']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
container:
|
container:
|
||||||
image: ${{ matrix.image }}
|
image: ${{ matrix.image }}
|
||||||
|
4
.github/workflows/test_x86_tdx.yml
vendored
4
.github/workflows/test_x86_tdx.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
integration-test:
|
integration-test:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
container:
|
||||||
image: asterinas/asterinas:0.15.0-20250509-tdx
|
image: asterinas/asterinas:0.15.0-20250516-tdx
|
||||||
options: --device=/dev/kvm --privileged
|
options: --device=/dev/kvm --privileged
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
image: ['asterinas/asterinas:0.15.0-20250509-tdx', 'asterinas/osdk:0.15.0-20250509-tdx']
|
image: ['asterinas/asterinas:0.15.0-20250516-tdx', 'asterinas/osdk:0.15.0-20250516-tdx']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
container:
|
container:
|
||||||
image: ${{ matrix.image }}
|
image: ${{ matrix.image }}
|
||||||
|
@ -57,7 +57,7 @@ git clone https://github.com/asterinas/asterinas
|
|||||||
2. Run a Docker container as the development environment.
|
2. Run a Docker container as the development environment.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.15.0-20250509
|
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.15.0-20250516
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Inside the container, go to the project folder to build and run Asterinas.
|
3. Inside the container, go to the project folder to build and run Asterinas.
|
||||||
|
@ -50,7 +50,7 @@ git clone https://github.com/asterinas/asterinas
|
|||||||
2. 运行一个作为开发环境的Docker容器。
|
2. 运行一个作为开发环境的Docker容器。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.15.0-20250509
|
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.15.0-20250516
|
||||||
```
|
```
|
||||||
|
|
||||||
3. 在容器内,进入项目文件夹构建并运行星绽。
|
3. 在容器内,进入项目文件夹构建并运行星绽。
|
||||||
|
@ -46,7 +46,7 @@ git clone https://github.com/asterinas/asterinas
|
|||||||
2. 開発環境としてDockerコンテナを実行します。
|
2. 開発環境としてDockerコンテナを実行します。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.15.0-20250509
|
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.15.0-20250516
|
||||||
```
|
```
|
||||||
|
|
||||||
3. コンテナ内でプロジェクトフォルダに移動し、Asterinasをビルドして実行します。
|
3. コンテナ内でプロジェクトフォルダに移動し、Asterinasをビルドして実行します。
|
||||||
|
@ -48,7 +48,7 @@ docker run -it --privileged \
|
|||||||
--network=host \
|
--network=host \
|
||||||
--device=/dev/kvm \
|
--device=/dev/kvm \
|
||||||
-v $(pwd)/asterinas:/root/asterinas \
|
-v $(pwd)/asterinas:/root/asterinas \
|
||||||
asterinas/asterinas:0.15.0-20250509
|
asterinas/asterinas:0.15.0-20250516
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Inside the container, go to the project folder to build and run Asterinas.
|
3. Inside the container, go to the project folder to build and run Asterinas.
|
||||||
|
@ -66,7 +66,7 @@ git clone https://github.com/asterinas/asterinas
|
|||||||
2. Run a Docker container as the development environment.
|
2. Run a Docker container as the development environment.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.15.0-20250509-tdx
|
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.15.0-20250516-tdx
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Inside the container,
|
3. Inside the container,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user