mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 07:22:20 +00:00
ci.ocp: Use the official python:3 container for sanity
Fedora F40 removed python3 from the base container, to avoid such issues let's rely on the latest and greates official python container. Fixes: #10497 Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
This commit is contained in:
parent
183bd2aeed
commit
2f7d34417a
@ -13,7 +13,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: http-server
|
- name: http-server
|
||||||
image: registry.fedoraproject.org/fedora
|
image: docker.io/library/python:3
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
command: ["python3"]
|
command: ["python3"]
|
||||||
|
Loading…
Reference in New Issue
Block a user