Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Couchbase Server EE 7.6.4 #18067

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Add Couchbase Server EE 7.6.4 #18067

merged 1 commit into from
Dec 11, 2024

Conversation

ceejatec
Copy link
Contributor

No description provided.

@ceejatec ceejatec requested a review from a team as a code owner December 11, 2024 11:15
Copy link

Diff for 15cc0c1:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index d0b8d02..a89610b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -15,10 +15,10 @@ Architectures: amd64, arm64v8
 GitCommit: 857d7bcc814e241fd36aa4dc326dcab37e1d1e73
 Directory: enterprise/couchbase-server/7.2.6
 
-Tags: 7.6.3, enterprise-7.6.3, enterprise, latest
+Tags: 7.6.4, enterprise-7.6.4, enterprise, latest
 Architectures: amd64, arm64v8
-GitCommit: 553d1baa4aa90fe506e1d7bcdf4daec387a110fe
-Directory: enterprise/couchbase-server/7.6.3
+GitCommit: 9990e2cfabc94b37607e5666d9ef1eab69a397a6
+Directory: enterprise/couchbase-server/7.6.4
 
 Tags: community-7.0.2
 GitCommit: 8205e18d139813ac3f72f6dfef9ee9ffbc382e0f
diff --git a/_bashbrew-list b/_bashbrew-list
index 066eb58..179cff2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 couchbase:7.0.5
 couchbase:7.1.6
 couchbase:7.2.6
-couchbase:7.6.3
+couchbase:7.6.4
 couchbase:community
 couchbase:community-7.0.2
 couchbase:community-7.1.1
@@ -11,5 +11,5 @@ couchbase:enterprise
 couchbase:enterprise-7.0.5
 couchbase:enterprise-7.1.6
 couchbase:enterprise-7.2.6
-couchbase:enterprise-7.6.3
+couchbase:enterprise-7.6.4
 couchbase:latest
diff --git a/couchbase_latest/Dockerfile b/couchbase_latest/Dockerfile
index f1970ce..64f3df5 100644
--- a/couchbase_latest/Dockerfile
+++ b/couchbase_latest/Dockerfile
@@ -35,8 +35,8 @@ RUN set -x \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/* /usr/src/runit
 
-ARG CB_RELEASE_URL=https://packages.couchbase.com/releases/7.6.3
-ARG CB_PACKAGE=couchbase-server-enterprise_7.6.3-linux_@@ARCH@@.deb
+ARG CB_RELEASE_URL=https://packages.couchbase.com/releases/7.6.4
+ARG CB_PACKAGE=couchbase-server-enterprise_7.6.4-linux_@@ARCH@@.deb
 ARG CB_SKIP_CHECKSUM=false
 ENV PATH=$PATH:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
 
@@ -52,10 +52,10 @@ RUN \
     && dpkgArch="$(dpkg --print-architecture)" \
     && case "${dpkgArch}" in \
          'arm64') \
-           CB_SHA256=24c783f316cb6cb368da2a80d657a652b1efb4d03e30b8ea540481008cf68191 \
+           CB_SHA256=362376a07ccdc1d604ef2d48229d853bed9340dbd033abd8a0174819dfa76b6e \
            ;; \
          'amd64') \
-           CB_SHA256=882df2178c657ddbfdc7e532d32252ee5367403b0472aec2699433634a98b88c \
+           CB_SHA256=9616bba1b213231493b4d17ed677f0dc26575e0d7f09234e6d4a6e0f6b1358ad \
            ;; \
        esac \
     && CB_PACKAGE=$(echo ${CB_PACKAGE} | sed -e "s/@@ARCH@@/${dpkgArch}/") \

Relevant Maintainers:

@tianon tianon merged commit a782e23 into docker-library:master Dec 11, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants