Skip to content

Commit 51aaaee

Browse files
committed
test(e2e): use ubuntu:24.04 for the imex workload image (#437)
Switch the imex e2e asset and demo workload from debian:bookworm-slim to ubuntu:24.04. Both containers only exercise /bin/sh (test -d, ls, check-fabric), so behavior is unchanged; keeps the two manifests in sync. Signed-off-by: Giulio Calzolari <gcalzolari@nvidia.com>
1 parent f2963ad commit 51aaaee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/demo/nri-imex/imex-workload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
nvidia.com/gpu.present: "true"
2727
containers:
2828
- name: agent
29-
image: debian:bookworm-slim
29+
image: ubuntu:24.04
3030
command:
3131
- /bin/sh
3232
- -c

tests/e2e/go/assets/imex-workload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
nvidia.com/gpu.present: "true"
2626
containers:
2727
- name: agent
28-
image: debian:bookworm-slim
28+
image: ubuntu:24.04
2929
command:
3030
- /bin/sh
3131
- -c

0 commit comments

Comments
 (0)