Skip to content

Commit

Permalink
ci: fix build test image failed
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed Feb 27, 2024
1 parent c80a8c0 commit 4a3ac3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manager/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG TERRAFORM_VERSION=1.3.5
ARG ARCH=amd64

RUN zypper ref -f
RUN zypper in -y vim-small nfs-client xfsprogs e2fsprogs util-linux-systemd gcc python39-devel gawk java-11-openjdk tar awk gzip wget unzip && \
RUN zypper in -y vim-small nfs-client xfsprogs e2fsprogs util-linux-systemd gcc python311-devel gawk java-11-openjdk tar awk gzip wget unzip && \
rm -rf /var/cache/zypp/*

RUN curl -sO https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/${ARCH}/kubectl && \
Expand Down
4 changes: 2 additions & 2 deletions manager/integration/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ argcomplete==1.10.0
directio==1.2
flake8
kubernetes==25.3.0
pytest==5.3.1
pytest==6.2.4
pytest-repeat==0.9.1
pytest-order==1.0.1
six==1.12.0
minio==5.0.10
pyyaml==5.4.1
pyyaml==6.0
pandas
prometheus_client

0 comments on commit 4a3ac3c

Please sign in to comment.