From fd72ea007b7449418041de9b98f13ade1cc8e14e Mon Sep 17 00:00:00 2001 From: openeuler_bot <673672685@qq.com> Date: Tue, 24 Jun 2025 08:37:41 +0000 Subject: [PATCH 1/9] 24.03-lts-sp1 update cassandra to 5.0.4-tentative --- .../5.0.4-tentative/24.03-lts-sp1/Dockerfile | 22 +++++++++++++++++++ Database/cassandra/meta.yml | 4 +++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 Database/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile diff --git a/Database/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile b/Database/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile new file mode 100644 index 00000000..0af4ffba --- /dev/null +++ b/Database/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile @@ -0,0 +1,22 @@ +ARG BASE=openeuler/openeuler:24.03-lts-sp1 +FROM ${BASE} + +ARG TARGETARCH +ARG VERSION=5.0.4-tentative + +RUN yum -y install java && \ + yum clean all + +RUN groupadd --system --gid 1000 cassandra && \ + useradd --system --gid cassandra --uid 1000 cassandra + +RUN curl -o /tmp/cassandra-${VERSION}.tar.gz https://dlcdn.apache.org/cassandra/${VERSION}/apache-cassandra-${VERSION}-bin.tar.gz && \ + tar -zxvf /tmp/cassandra-${VERSION}.tar.gz -C /tmp && \ + cd /tmp/apache-cassandra-${VERSION}/bin && \ + rm -rf /tmp/cassandra-${VERSION}.tar.gz + +EXPOSE 7000 7001 7199 9042 9160 + +WORKDIR /tmp/apache-cassandra-${VERSION}/bin + +CMD ["./cassandra", "-f", "-R"] diff --git a/Database/cassandra/meta.yml b/Database/cassandra/meta.yml index 424152d6..bf9586ed 100644 --- a/Database/cassandra/meta.yml +++ b/Database/cassandra/meta.yml @@ -1,2 +1,4 @@ 4.1.4-oe2203sp3: - path: 4.1.4/22.03-lts-sp3/Dockerfile \ No newline at end of file + path: 4.1.4/22.03-lts-sp3/Dockerfile +5.0.4-tentative-oe2403sp1: + path: Database/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile \ No newline at end of file -- Gitee From 8d2bb7e8325c63ec96e7e6fdb43d96ebd2db4704 Mon Sep 17 00:00:00 2001 From: openeuler_bot <673672685@qq.com> Date: Tue, 24 Jun 2025 12:29:16 +0000 Subject: [PATCH 2/9] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20Data?= =?UTF-8?q?base/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../5.0.4-tentative/24.03-lts-sp1/Dockerfile | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 Database/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile diff --git a/Database/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile b/Database/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile deleted file mode 100644 index 0af4ffba..00000000 --- a/Database/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -ARG BASE=openeuler/openeuler:24.03-lts-sp1 -FROM ${BASE} - -ARG TARGETARCH -ARG VERSION=5.0.4-tentative - -RUN yum -y install java && \ - yum clean all - -RUN groupadd --system --gid 1000 cassandra && \ - useradd --system --gid cassandra --uid 1000 cassandra - -RUN curl -o /tmp/cassandra-${VERSION}.tar.gz https://dlcdn.apache.org/cassandra/${VERSION}/apache-cassandra-${VERSION}-bin.tar.gz && \ - tar -zxvf /tmp/cassandra-${VERSION}.tar.gz -C /tmp && \ - cd /tmp/apache-cassandra-${VERSION}/bin && \ - rm -rf /tmp/cassandra-${VERSION}.tar.gz - -EXPOSE 7000 7001 7199 9042 9160 - -WORKDIR /tmp/apache-cassandra-${VERSION}/bin - -CMD ["./cassandra", "-f", "-R"] -- Gitee From 9d750faba11323116dc5014aae4129b5a0a10787 Mon Sep 17 00:00:00 2001 From: openeuler_bot <673672685@qq.com> Date: Tue, 24 Jun 2025 12:31:20 +0000 Subject: [PATCH 3/9] =?UTF-8?q?=E6=96=B0=E5=BB=BA=205.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/cassandra/5.0.4/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Database/cassandra/5.0.4/.keep diff --git a/Database/cassandra/5.0.4/.keep b/Database/cassandra/5.0.4/.keep new file mode 100644 index 00000000..e69de29b -- Gitee From c10cb1de75c7e5332c2591ac58f3781c00218f00 Mon Sep 17 00:00:00 2001 From: openeuler_bot <673672685@qq.com> Date: Tue, 24 Jun 2025 12:31:34 +0000 Subject: [PATCH 4/9] =?UTF-8?q?=E6=96=B0=E5=BB=BA=2024.03-lts-sp1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/cassandra/5.0.4/24.03-lts-sp1/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Database/cassandra/5.0.4/24.03-lts-sp1/.keep diff --git a/Database/cassandra/5.0.4/24.03-lts-sp1/.keep b/Database/cassandra/5.0.4/24.03-lts-sp1/.keep new file mode 100644 index 00000000..e69de29b -- Gitee From 3ab3d01c217499f73a3516281e1361520a049208 Mon Sep 17 00:00:00 2001 From: openeuler_bot <673672685@qq.com> Date: Tue, 24 Jun 2025 12:31:49 +0000 Subject: [PATCH 5/9] add Database/cassandra/5.0.4/24.03-lts-sp1/Dockerfile. Signed-off-by: openeuler_bot <673672685@qq.com> --- .../cassandra/5.0.4/24.03-lts-sp1/Dockerfile | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Database/cassandra/5.0.4/24.03-lts-sp1/Dockerfile diff --git a/Database/cassandra/5.0.4/24.03-lts-sp1/Dockerfile b/Database/cassandra/5.0.4/24.03-lts-sp1/Dockerfile new file mode 100644 index 00000000..c14874d2 --- /dev/null +++ b/Database/cassandra/5.0.4/24.03-lts-sp1/Dockerfile @@ -0,0 +1,22 @@ +ARG BASE=openeuler/openeuler:24.03-lts-sp1 +FROM ${BASE} + +ARG TARGETARCH +ARG VERSION=5.0.4 + +RUN yum -y install java && \ + yum clean all + +RUN groupadd --system --gid 1000 cassandra && \ + useradd --system --gid cassandra --uid 1000 cassandra + +RUN curl -o /tmp/cassandra-${VERSION}.tar.gz https://dlcdn.apache.org/cassandra/${VERSION}/apache-cassandra-${VERSION}-bin.tar.gz && \ + tar -zxvf /tmp/cassandra-${VERSION}.tar.gz -C /tmp && \ + cd /tmp/apache-cassandra-${VERSION}/bin && \ + rm -rf /tmp/cassandra-${VERSION}.tar.gz + +EXPOSE 7000 7001 7199 9042 9160 + +WORKDIR /tmp/apache-cassandra-${VERSION}/bin + +CMD ["./cassandra", "-f", "-R"] -- Gitee From 4d5aa2d71f52be4f501f189d75c991433787ccf5 Mon Sep 17 00:00:00 2001 From: openeuler_bot <673672685@qq.com> Date: Tue, 24 Jun 2025 12:31:56 +0000 Subject: [PATCH 6/9] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20Data?= =?UTF-8?q?base/cassandra/5.0.4/24.03-lts-sp1/.keep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/cassandra/5.0.4/24.03-lts-sp1/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Database/cassandra/5.0.4/24.03-lts-sp1/.keep diff --git a/Database/cassandra/5.0.4/24.03-lts-sp1/.keep b/Database/cassandra/5.0.4/24.03-lts-sp1/.keep deleted file mode 100644 index e69de29b..00000000 -- Gitee From ad905785950b3676552ad45437c7d78bc89e0a79 Mon Sep 17 00:00:00 2001 From: openeuler_bot <673672685@qq.com> Date: Tue, 24 Jun 2025 12:32:10 +0000 Subject: [PATCH 7/9] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20Data?= =?UTF-8?q?base/cassandra/5.0.4/.keep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/cassandra/5.0.4/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Database/cassandra/5.0.4/.keep diff --git a/Database/cassandra/5.0.4/.keep b/Database/cassandra/5.0.4/.keep deleted file mode 100644 index e69de29b..00000000 -- Gitee From dd22b802fcffd755f020bc5b18914e724a3daf70 Mon Sep 17 00:00:00 2001 From: openeuler_bot <673672685@qq.com> Date: Tue, 24 Jun 2025 12:32:31 +0000 Subject: [PATCH 8/9] update Database/cassandra/meta.yml. Signed-off-by: openeuler_bot <673672685@qq.com> --- Database/cassandra/meta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Database/cassandra/meta.yml b/Database/cassandra/meta.yml index bf9586ed..fd9f4e09 100644 --- a/Database/cassandra/meta.yml +++ b/Database/cassandra/meta.yml @@ -1,4 +1,4 @@ 4.1.4-oe2203sp3: path: 4.1.4/22.03-lts-sp3/Dockerfile -5.0.4-tentative-oe2403sp1: - path: Database/cassandra/5.0.4-tentative/24.03-lts-sp1/Dockerfile \ No newline at end of file +5.0.4-oe2403sp1: + path: Database/cassandra/5.0.4/24.03-lts-sp1/Dockerfile \ No newline at end of file -- Gitee From cb6d204ef93a7dd1436a53b7b5438593f08e7e73 Mon Sep 17 00:00:00 2001 From: openeuler_bot <673672685@qq.com> Date: Tue, 24 Jun 2025 12:33:08 +0000 Subject: [PATCH 9/9] update Database/cassandra/meta.yml. Signed-off-by: openeuler_bot <673672685@qq.com> --- Database/cassandra/meta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/cassandra/meta.yml b/Database/cassandra/meta.yml index fd9f4e09..3c9f4b14 100644 --- a/Database/cassandra/meta.yml +++ b/Database/cassandra/meta.yml @@ -1,4 +1,4 @@ 4.1.4-oe2203sp3: path: 4.1.4/22.03-lts-sp3/Dockerfile 5.0.4-oe2403sp1: - path: Database/cassandra/5.0.4/24.03-lts-sp1/Dockerfile \ No newline at end of file + path: 5.0.4/24.03-lts-sp1/Dockerfile \ No newline at end of file -- Gitee