Skip to content

Commit

Permalink
Use ubi9 for building devspaces image
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Nov 23, 2024
1 parent a59283d commit bff881d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion devspaces/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/devfile/base-developer-image:ubi8-latest
FROM quay.io/devfile/base-developer-image:ubi9-latest

ARG PYV=3.11

Expand Down
1 change: 0 additions & 1 deletion devspaces/context/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dnf install -y -q \
podman \
"python${PYV}" \
"python${PYV}-cffi" \
"python${PYV}-markupsafe" \
"python${PYV}-pip" \
"python${PYV}-pyyaml" \
"python${PYV}-wheel" \
Expand Down

0 comments on commit bff881d

Please sign in to comment.