We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef633c9 commit 0838cdcCopy full SHA for 0838cdc
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -1,7 +1,7 @@
1
# Self-Hosted IBM Power Github Actions Runner.
2
3
# Temporary image: amd64 dependencies.
4
-FROM docker.io/amd64/ubuntu:23.10 as ld-prefix
+FROM docker.io/amd64/ubuntu:22.04 AS ld-prefix
5
ENV DEBIAN_FRONTEND=noninteractive
6
RUN apt-get update && apt-get -y install ca-certificates libicu72 libssl3
7
@@ -25,7 +25,7 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/* && \
25
curl \
26
sudo \
27
gnupg-agent \
28
- iptables iptables-legacy \
+ iptables \
29
ca-certificates \
30
software-properties-common && \
31
apt-get clean && rm -rf /var/lib/apt/lists/*
0 commit comments