File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 compiler : [gcc, clang]
1818 buildtype : [debug, release]
1919 container :
20- image : ghcr.io/linux-nvme/debian.python :latest
20+ image : ghcr.io/linux-nvme/debian:latest
2121 steps :
2222 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 - name : Mark repo as safe for git
4040 compiler : [gcc, clang]
4141 buildtype : [debug, release]
4242 container :
43- image : ghcr.io/linux-nvme/debian.python :latest
43+ image : ghcr.io/linux-nvme/debian:latest
4444 steps :
4545 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646 - name : Mark repo as safe for git
@@ -153,7 +153,7 @@ jobs:
153153 name : musl libc build on Alpine
154154 runs-on : ubuntu-latest
155155 container :
156- image : ghcr.io/linux-nvme/alpine:next
156+ image : ghcr.io/linux-nvme/alpine:latest
157157 steps :
158158 - uses : actions/checkout@v5
159159 - name : Mark repo as safe for git
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 continue-on-error : true
1414 container :
15- image : ghcr.io/linux-nvme/debian.python :latest
15+ image : ghcr.io/linux-nvme/debian:latest
1616 steps :
1717 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 - name : Mark repo as safe for git
Original file line number Diff line number Diff line change 1818 name : coverity scan
1919 runs-on : ubuntu-latest
2020 container :
21- image : ghcr.io/linux-nvme/debian.python :latest
21+ image : ghcr.io/linux-nvme/debian:latest
2222 steps :
2323 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 with :
Original file line number Diff line number Diff line change 1919 env :
2020 PYTHON_VERSION : " 3.10"
2121 container :
22- image : ghcr.io/linux-nvme/debian.python :latest
22+ image : ghcr.io/linux-nvme/debian:latest
2323 steps :
2424 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
Original file line number Diff line number Diff line change @@ -144,4 +144,4 @@ jobs:
144144 -e BDEV0 \
145145 -v "${PWD}/test.sh":"/test.sh" \
146146 -v "${PWD}/nvme-cli":"/nvme-cli":z \
147- ghcr.io/linux-nvme/debian.python :latest /test.sh
147+ ghcr.io/linux-nvme/debian:latest /test.sh
Original file line number Diff line number Diff line change @@ -346,13 +346,13 @@ All CI containers are published as OCI/Docker images.
346346Example: Ubuntu latest CI image:
347347
348348``` bash
349- docker pull ghcr.io/linux-nvme/debian.python :latest
349+ docker pull ghcr.io/linux-nvme/debian:latest
350350```
351351
352352Or with Podman:
353353
354354``` bash
355- podman pull ghcr.io/linux-nvme/debian.python :latest
355+ podman pull ghcr.io/linux-nvme/debian:latest
356356```
357357
358358### 2. Start the Container and Log In
@@ -362,7 +362,7 @@ Start an interactive shell inside the container:
362362``` bash
363363docker run --rm -it \
364364 --name nvme-cli-debug \
365- ghcr.io/linux-nvme/debian.python :latest \
365+ ghcr.io/linux-nvme/debian:latest \
366366 bash
367367```
368368
@@ -371,7 +371,7 @@ Or with Podman:
371371``` bash
372372podman run --rm -it \
373373 --name nvme-cli-debug \
374- ghcr.io/linux-nvme/debian.python :latest \
374+ ghcr.io/linux-nvme/debian:latest \
375375 bash
376376```
377377
You can’t perform that action at this time.
0 commit comments