Skip to content

Commit fb51ed7

Browse files
committed
Dev: Dockerfile: Update pacemaker version to the latest 2.1.10
1 parent 52a1e2b commit fb51ed7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/run-functional-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
DOCKER_IMAGE=${DOCKER_IMAGE:-"liangxin1300/haleap:15.6"}
2+
DOCKER_IMAGE=${DOCKER_IMAGE:-"liangxin1300/haleap:15.7"}
33
PROJECT_PATH=$(dirname $(dirname `realpath $0`))
44
PROJECT_INSIDE="/opt/crmsh"
55
DOCKER_SERVICE="docker.service"

test_container/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ RUN zypper refresh && \
99
python3 python3-pip python3-lxml python3-python-dateutil python3-setuptools python3-PyYAML python3-curses python3-behave \
1010
csync2 libglue-devel corosync corosync-qdevice pacemaker pacemaker-remote booth corosync-qnetd
1111

12+
RUN zypper ar -f -G https://download.opensuse.org/repositories/home:/XinLiang:/branches:/home:/yan_gao:/branches:/network:/ha-clustering:/Factory:/2.1/openSUSE_Leap_15_6/ repo_update_pacemaker
13+
RUN zypper --non-interactive refresh
14+
RUN zypper --non-interactive up --allow-vendor-change -y pacemaker
15+
1216
RUN ssh-keygen -t rsa -f /root/.ssh/id_rsa -N '' && \
1317
cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys && \
1418
chmod 0600 /root/.ssh/authorized_keys

0 commit comments

Comments
 (0)