Skip to content

Commit d29a008

Browse files
committed
update images used in tests
they were very out of date
1 parent 25928f8 commit d29a008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ async def create_hub_pod(kube_client, kube_ns, pod_name="hub", ssl=False):
420420
volumes=volumes,
421421
containers=[
422422
{
423-
"image": "jupyterhub/jupyterhub:1.3",
423+
"image": "quay.io/jupyterhub/jupyterhub:5.0",
424424
"name": "hub",
425425
"volumeMounts": volume_mounts,
426426
"args": [
@@ -625,7 +625,7 @@ async def exec_python(kube_client, kube_ns):
625625
spec=V1PodSpec(
626626
containers=[
627627
{
628-
"image": "python:3.8",
628+
"image": "python:3.12-slim",
629629
"name": "python",
630630
"args": ["/bin/sh", "-c", "while true; do sleep 5; done"],
631631
}

0 commit comments

Comments
 (0)