Skip to content

Commit

Permalink
use knet-1.29 image
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyang2022 committed Sep 29, 2024
1 parent 113b211 commit 6923440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-functional-tests
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
DOCKER_IMAGE=${DOCKER_IMAGE:-"liangxin1300/alpha"}
DOCKER_IMAGE=${DOCKER_IMAGE:-"nyang23/haleap:knet-1.29"}
PROJECT_PATH=$(dirname $(dirname `realpath $0`))
PROJECT_INSIDE="/opt/crmsh"
DOCKER_SERVICE="docker.service"
Expand Down
1 change: 1 addition & 0 deletions test_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MAINTAINER Xin Liang <[email protected]>

CMD ["/usr/lib/systemd/systemd", "--system"]

RUN zypper ar -fG https://download.opensuse.org/repositories/home:/nicholasyang/openSUSE_Tumbleweed/home:nicholasyang.repo
RUN zypper refresh && \
zypper -n install systemd \
make autoconf automake vim which libxslt-tools mailx iproute2 iputils bzip2 openssh tar file glibc-locale-base firewalld libopenssl1_1 dos2unix iptables cpio gawk \
Expand Down

0 comments on commit 6923440

Please sign in to comment.