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

Update CrateDB to version 5.9.6 #18229

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Conversation

romseygeek
Copy link
Contributor

No description provided.

@romseygeek romseygeek requested a review from a team as a code owner January 14, 2025 15:29
Copy link

Diff for 23d6178:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index eb6388b..77fe422 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -5,6 +5,6 @@ Tags: 5.8.5, 5.8
 Architectures: amd64, arm64v8
 GitCommit: eac1c46449490fe64b229268262d9797c3701abd
 
-Tags: 5.9.5, 5.9, latest
+Tags: 5.9.6, 5.9, latest
 Architectures: amd64, arm64v8
-GitCommit: 2fe2732a90bcb0e2b7a469e01fab7a366505d881
+GitCommit: 729dcc677cb5733e8af87ed397771ed51345ad17
diff --git a/_bashbrew-list b/_bashbrew-list
index 2a40952..444b405 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
 crate:5.8
 crate:5.8.5
 crate:5.9
-crate:5.9.5
+crate:5.9.6
 crate:latest
diff --git a/crate_latest/Dockerfile b/crate_latest/Dockerfile
index e98d852..23f1c9c 100644
--- a/crate_latest/Dockerfile
+++ b/crate_latest/Dockerfile
@@ -19,15 +19,15 @@ RUN groupadd crate \
             x86_64)  echo x64_linux ;; \
             aarch64) echo aarch64_linux ;; \
         esac)" \
-    && export CRATE_URL=https://cdn.crate.io/downloads/releases/cratedb/${PLATFORM}/crate-5.9.5.tar.gz \
+    && export CRATE_URL=https://cdn.crate.io/downloads/releases/cratedb/${PLATFORM}/crate-5.9.6.tar.gz \
     && curl -fSL -O ${CRATE_URL} \
     && curl -fSL -O ${CRATE_URL}.asc \
     && export GNUPGHOME="$(mktemp -d)" \
     && gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 90C23FC6585BC0717F8FBFC37FAAE51A06F6EAEB \
-    && gpg --batch --verify crate-5.9.5.tar.gz.asc crate-5.9.5.tar.gz \
-    && rm -rf "$GNUPGHOME" crate-5.9.5.tar.gz.asc \
-    && tar -xf crate-5.9.5.tar.gz -C /crate --strip-components=1 \
-    && rm crate-5.9.5.tar.gz
+    && gpg --batch --verify crate-5.9.6.tar.gz.asc crate-5.9.6.tar.gz \
+    && rm -rf "$GNUPGHOME" crate-5.9.6.tar.gz.asc \
+    && tar -xf crate-5.9.6.tar.gz -C /crate --strip-components=1 \
+    && rm crate-5.9.6.tar.gz
 
 # Install crash
 RUN curl -fSL -O https://cdn.crate.io/downloads/releases/crash_standalone_0.31.5 \
@@ -61,13 +61,13 @@ COPY --chown=1000:0 config/crate.yml /crate/config/crate.yml
 COPY --chown=1000:0 config/log4j2.properties /crate/config/log4j2.properties
 
 LABEL maintainer="Crate.io <office@crate.io>" \
-    org.opencontainers.image.created="2024-12-10T16:21:56.023234" \
+    org.opencontainers.image.created="2025-01-09T09:51:54.945195" \
     org.opencontainers.image.title="crate" \
     org.opencontainers.image.description="CrateDB is a distributed SQL database that handles massive amounts of machine data in real-time." \
     org.opencontainers.image.url="https://crate.io/products/cratedb/" \
     org.opencontainers.image.source="/~https://github.com/crate/docker-crate" \
     org.opencontainers.image.vendor="Crate.io" \
-    org.opencontainers.image.version="5.9.5"
+    org.opencontainers.image.version="5.9.6"
 
 COPY docker-entrypoint.sh /

Relevant Maintainers:

@tianon tianon merged commit a9d7dc7 into docker-library:master Jan 14, 2025
7 checks passed
@mfussenegger
Copy link
Contributor

It looks like the linux/arm64/v8 tag is missing (https://hub.docker.com/_/crate/tags) despite the library file still listing Architectures: amd64, arm64v8. Do we need to change anything about that, or is this some kind of hiccup?

@tianon
Copy link
Member

tianon commented Jan 16, 2025

Sorry, we had a hiccup in our system -- it was corrected yesterday and builds should be (long since) up now. 👍

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.

3 participants