Skip to content

Commit a881d10

Browse files
committed
Migrate from CentOS to Alma Linux 9
1 parent 8064bb8 commit a881d10

File tree

35 files changed

+16
-16
lines changed

35 files changed

+16
-16
lines changed

testing/accumulo/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj11:unlabelled$ARCH
14+
FROM testing/almalinux9-oj11:unlabelled$ARCH
1515

1616
ARG ACCUMULO_VERSION=3.0.0
1717
ARG HADOOP_VERSION=3.3.5

testing/centos7-oj11/Dockerfile testing/almalinux9-oj11/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
FROM library/centos:7
13+
FROM library/almalinux:9
1414

1515
COPY ./files /
1616

@@ -30,7 +30,7 @@ RUN \
3030
alternatives --set javac /usr/lib/jvm/zulu-11/bin/javac && \
3131
\
3232
# install supervisor
33-
yum --enablerepo=extras install -y setuptools epel-release && \
33+
yum --enablerepo=extras install -y epel-release && \
3434
yum install -y supervisor && \
3535
\
3636
# install commonly needed packages

testing/centos7-oj17-openldap-active-directory/Dockerfile testing/almalinux9-oj17-openldap-active-directory/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj17-openldap-base:unlabelled$ARCH
14+
FROM testing/almalinux9-oj17-openldap-base:unlabelled$ARCH
1515

1616
# COPY CONFIGURATION
1717
COPY ./files /

testing/centos7-oj17-openldap-base/Dockerfile testing/almalinux9-oj17-openldap-base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj17:unlabelled$ARCH
14+
FROM testing/almalinux9-oj17:unlabelled$ARCH
1515

1616
# INSTALL OPENLDAP
1717
RUN yum -y install openssl openldap openldap-clients openldap-servers \

testing/centos7-oj17-openldap-referrals/Dockerfile testing/almalinux9-oj17-openldap-referrals/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj17-openldap:unlabelled$ARCH
14+
FROM testing/almalinux9-oj17-openldap:unlabelled$ARCH
1515

1616
# COPY CONFIGURATION
1717
COPY ./files /

testing/centos7-oj17-openldap/Dockerfile testing/almalinux9-oj17-openldap/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj17-openldap-base:unlabelled$ARCH
14+
FROM testing/almalinux9-oj17-openldap-base:unlabelled$ARCH
1515

1616
# COPY CONFIGURATION
1717
COPY ./files /

testing/centos7-oj17/Dockerfile testing/almalinux9-oj17/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
FROM library/centos:7
13+
FROM library/almalinux:9
1414

1515
COPY ./files /
1616

@@ -30,7 +30,7 @@ RUN \
3030
alternatives --set javac /usr/lib/jvm/zulu-17/bin/javac && \
3131
\
3232
# install supervisor
33-
yum --enablerepo=extras install -y setuptools epel-release && \
33+
yum --enablerepo=extras install -y epel-release && \
3434
yum install -y supervisor && \
3535
\
3636
# install commonly needed packages

testing/hive3.1-hive/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj17:unlabelled$ARCH
14+
FROM testing/almalinux9-oj17:unlabelled$ARCH
1515

1616
ARG JAVA8_ZULU_VERSION=8.64.0.19-ca-jdk8.0.345
1717

@@ -32,7 +32,7 @@ RUN yum install -y \
3232
alternatives --set javac /usr/lib/jvm/zulu-8/bin/javac \
3333
&& yum -q clean all && rm -rf /var/cache/yum
3434

35-
# Override JAVA_HOME inherited from testing/centos7-oj17
35+
# Override JAVA_HOME inherited from testing/almalinux9-oj17
3636
ENV JAVA_HOME=/usr/lib/jvm/zulu-8
3737

3838
ARG HADOOP_VERSION=3.1.2

testing/kerberos/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj17:unlabelled$ARCH
14+
FROM testing/almalinux9-oj17:unlabelled$ARCH
1515

1616
ARG ADDPRINC_ARGS="-maxrenewlife \"10 days\" +allow_renewable"
1717

testing/phoenix5/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj11:unlabelled$ARCH
14+
FROM testing/almalinux9-oj11:unlabelled$ARCH
1515

1616
ARG HBASE_VERSION=2.5.8
1717
ARG ZOOKEEPER_VERSION=3.9.2

testing/spark3-delta/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj11:unlabelled$ARCH
14+
FROM testing/almalinux9-oj11:unlabelled$ARCH
1515

1616
ARG SPARK_VERSION=3.5.0
1717
ARG HADOOP_VERSION=3

testing/spark3-hudi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj11:unlabelled$ARCH
14+
FROM testing/almalinux-oj11:unlabelled$ARCH
1515

1616
ARG SPARK_VERSION=3.3.1
1717
ARG HADOOP_VERSION=3

testing/spark3-iceberg/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
ARG ARCH
14-
FROM testing/centos7-oj11:unlabelled$ARCH
14+
FROM testing/almalinux9-oj11:unlabelled$ARCH
1515

1616
ARG SPARK_VERSION=3.4.2
1717
ARG HADOOP_VERSION=3

0 commit comments

Comments
 (0)