Skip to content

Commit

Permalink
Migrate from CentOS to Alma Linux 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveen2112 committed Jul 2, 2024
1 parent 8064bb8 commit a881d10
Show file tree
Hide file tree
Showing 35 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion testing/accumulo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj11:unlabelled$ARCH
FROM testing/almalinux9-oj11:unlabelled$ARCH

ARG ACCUMULO_VERSION=3.0.0
ARG HADOOP_VERSION=3.3.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM library/centos:7
FROM library/almalinux:9

COPY ./files /

Expand All @@ -30,7 +30,7 @@ RUN \
alternatives --set javac /usr/lib/jvm/zulu-11/bin/javac && \
\
# install supervisor
yum --enablerepo=extras install -y setuptools epel-release && \
yum --enablerepo=extras install -y epel-release && \
yum install -y supervisor && \
\
# install commonly needed packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj17-openldap-base:unlabelled$ARCH
FROM testing/almalinux9-oj17-openldap-base:unlabelled$ARCH

# COPY CONFIGURATION
COPY ./files /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj17:unlabelled$ARCH
FROM testing/almalinux9-oj17:unlabelled$ARCH

# INSTALL OPENLDAP
RUN yum -y install openssl openldap openldap-clients openldap-servers \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj17-openldap:unlabelled$ARCH
FROM testing/almalinux9-oj17-openldap:unlabelled$ARCH

# COPY CONFIGURATION
COPY ./files /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj17-openldap-base:unlabelled$ARCH
FROM testing/almalinux9-oj17-openldap-base:unlabelled$ARCH

# COPY CONFIGURATION
COPY ./files /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM library/centos:7
FROM library/almalinux:9

COPY ./files /

Expand All @@ -30,7 +30,7 @@ RUN \
alternatives --set javac /usr/lib/jvm/zulu-17/bin/javac && \
\
# install supervisor
yum --enablerepo=extras install -y setuptools epel-release && \
yum --enablerepo=extras install -y epel-release && \
yum install -y supervisor && \
\
# install commonly needed packages
Expand Down
4 changes: 2 additions & 2 deletions testing/hive3.1-hive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj17:unlabelled$ARCH
FROM testing/almalinux9-oj17:unlabelled$ARCH

ARG JAVA8_ZULU_VERSION=8.64.0.19-ca-jdk8.0.345

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

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

ARG HADOOP_VERSION=3.1.2
Expand Down
2 changes: 1 addition & 1 deletion testing/kerberos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj17:unlabelled$ARCH
FROM testing/almalinux9-oj17:unlabelled$ARCH

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

Expand Down
2 changes: 1 addition & 1 deletion testing/phoenix5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj11:unlabelled$ARCH
FROM testing/almalinux9-oj11:unlabelled$ARCH

ARG HBASE_VERSION=2.5.8
ARG ZOOKEEPER_VERSION=3.9.2
Expand Down
2 changes: 1 addition & 1 deletion testing/spark3-delta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj11:unlabelled$ARCH
FROM testing/almalinux9-oj11:unlabelled$ARCH

ARG SPARK_VERSION=3.5.0
ARG HADOOP_VERSION=3
Expand Down
2 changes: 1 addition & 1 deletion testing/spark3-hudi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj11:unlabelled$ARCH
FROM testing/almalinux-oj11:unlabelled$ARCH

ARG SPARK_VERSION=3.3.1
ARG HADOOP_VERSION=3
Expand Down
2 changes: 1 addition & 1 deletion testing/spark3-iceberg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# limitations under the License.

ARG ARCH
FROM testing/centos7-oj11:unlabelled$ARCH
FROM testing/almalinux9-oj11:unlabelled$ARCH

ARG SPARK_VERSION=3.4.2
ARG HADOOP_VERSION=3
Expand Down

0 comments on commit a881d10

Please sign in to comment.