Skip to content

Commit

Permalink
build: add python 3.12 to wolfi-base (#42)
Browse files Browse the repository at this point in the history
* add py 3.12 back

* temporarily disable rocky gpu

* disable rocky

* add py3.12-pip

* only 3.12

* back to 3.11 pip
  • Loading branch information
MthwRobinson authored Sep 9, 2024
1 parent 82e1186 commit c78622a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
strategy:
matrix:
architecture: ["arm64", "amd64"]
image: ["wolfi-base", "wolfi-py3.12-slim", "rocky9.2-gpu", "rocky9.2-slim", "rocky9.2-cpu"]
# NOTE(robinson) - temporarily disabled rocky due to build failures
image: ["wolfi-base", "wolfi-py3.12-slim"] # ["rocky9.2-gpu", "rocky9.2-slim", "rocky9.2-cpu"]
runs-on: ubuntu-latest-m
needs: [set-short-sha]
env:
Expand Down
1 change: 0 additions & 1 deletion dockerfiles/wolfi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY ./scripts/install-wolfi-tesseract.sh install-wolfi-tesseract.sh

USER root
RUN apk update && \
apk del python-3.12 && \
apk add py3.11-pip mesa-gl glib cmake bash libmagic wget git openjpeg && \
apk add --allow-untrusted packages/pandoc-3.1.8-r0.apk && \
apk add --allow-untrusted packages/poppler-23.09.0-r0.apk && \
Expand Down

0 comments on commit c78622a

Please sign in to comment.