Merge pull request #10511 from ldoktor/fedora-python

ci.ocp: Use the official python:3 container for sanity
This commit is contained in:
Greg Kurz 2024-11-08 16:31:40 +01:00 committed by GitHub
commit 2bd8fde44a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ metadata:
spec:
containers:
- name: http-server
image: registry.fedoraproject.org/fedora
image: docker.io/library/python:3
ports:
- containerPort: 8080
command: ["python3"]