@@ -27,17 +27,17 @@ RUN yum install -y \
27
27
sudo \
28
28
sshpass \
29
29
procps
30
-
30
+
31
31
# tc binary
32
- RUN yum install -y https://dl.rockylinux.org/pub /rocky/9/devel/$(uname -m)/os/Packages/i/iproute-6.2.0-6.el9_4 .$(uname -m).rpm
33
- RUN yum install -y https://dl.rockylinux.org/pub /rocky/9/devel/$(uname -m)/os/Packages/i/iproute-tc-6.2.0-6.el9_4 .$(uname -m).rpm
34
-
32
+ RUN yum install -y https://dl.rockylinux.org/vault /rocky/9.3 /devel/$(uname -m)/os/Packages/i/iproute-6.2.0-5.el9 .$(uname -m).rpm
33
+ RUN yum install -y https://dl.rockylinux.org/vault /rocky/9.3 /devel/$(uname -m)/os/Packages/i/iproute-tc-6.2.0-5.el9 .$(uname -m).rpm
34
+
35
35
# iptables
36
- RUN yum install -y https://dl.rockylinux.org/pub /rocky/9/devel/$(uname -m)/os/Packages/i/iptables-libs-1.8.10-2.el9 .$(uname -m).rpm
37
- RUN yum install -y https://dl.fedoraproject.org/pub/epel/9/Everything/$(uname -m)/Packages/i/iptables-legacy-libs-1.8.10-2.2. el9.$(uname -m).rpm
38
- RUN yum install -y https://dl.fedoraproject.org/pub/epel/9/Everything/$(uname -m)/Packages/i/iptables-legacy-1.8.10-2.2. el9.$(uname -m).rpm
36
+ RUN yum install -y https://dl.rockylinux.org/vault /rocky/9.3 /devel/$(uname -m)/os/Packages/i/iptables-libs-1.8.8-6.el9_1 .$(uname -m).rpm
37
+ RUN yum install -y https://dl.fedoraproject.org/pub/archive/ epel/9.3 /Everything/$(uname -m)/Packages/i/iptables-legacy-libs-1.8.8-6. el9.2 .$(uname -m).rpm
38
+ RUN yum install -y https://dl.fedoraproject.org/pub/archive/ epel/9.3 /Everything/$(uname -m)/Packages/i/iptables-legacy-1.8.8-6. el9.2 .$(uname -m).rpm
39
39
40
- # stress-ng
40
+ # stress-ng
41
41
RUN yum install -y https://yum.oracle.com/repo/OracleLinux/OL9/appstream/$(uname -m)/getPackage/Judy-1.0.5-28.el9.$(uname -m).rpm
42
42
RUN yum install -y https://yum.oracle.com/repo/OracleLinux/OL9/appstream/$(uname -m)/getPackage/stress-ng-0.14.00-2.el9.$(uname -m).rpm
43
43
@@ -72,7 +72,7 @@ RUN curl -L https://litmus-http-proxy.s3.amazonaws.com/cli/cli/toxiproxy-cli-lin
72
72
chmod 755 /sbin/toxiproxy-cli
73
73
RUN curl -L https://litmus-http-proxy.s3.amazonaws.com/server/server/toxiproxy-server-linux-${TARGETARCH}.tar.gz --output toxiproxy-server-linux-${TARGETARCH}.tar.gz && \
74
74
tar zxvf toxiproxy-server-linux-${TARGETARCH}.tar.gz -C /sbin/ && \
75
- chmod 755 /sbin/toxiproxy-server
75
+ chmod 755 /sbin/toxiproxy-server
76
76
77
77
ENV APP_USER=litmus
78
78
ENV APP_DIR="/$APP_USER"
@@ -93,7 +93,7 @@ WORKDIR $APP_DIR
93
93
COPY --from=builder /output/ .
94
94
95
95
COPY --from=docker:27.0.3 /usr/local/bin/docker /sbin/docker
96
- RUN chmod 755 /sbin/docker
96
+ RUN chmod 755 /sbin/docker
97
97
98
98
# Set permissions and ownership for the copied binaries
99
99
RUN chmod 755 ./experiments ./helpers && \
0 commit comments