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 5.1.1 #13515

Merged
merged 1 commit into from
Nov 11, 2022
Merged

Update CrateDB to 5.1.1 #13515

merged 1 commit into from
Nov 11, 2022

Conversation

matriv
Copy link
Contributor

@matriv matriv commented Nov 11, 2022

No description provided.

@github-actions
Copy link

Diff for 46642da:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index a345499..2c55741 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -9,6 +9,6 @@ Tags: 5.0.3, 5.0
 Architectures: amd64, arm64v8
 GitCommit: 0b872eae2e0300879907405a8177be4418fe2a15
 
-Tags: 5.1.0, 5.1, latest
+Tags: 5.1.1, 5.1, latest
 Architectures: amd64, arm64v8
-GitCommit: acd2b17f196759c632d926814f1622a80e16b016
+GitCommit: d8710e2efacb07b42d55c4cc99a4a772efc2dd2d
diff --git a/_bashbrew-list b/_bashbrew-list
index 602bd02..2fc549a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -3,5 +3,5 @@ crate:4.8.4
 crate:5.0
 crate:5.0.3
 crate:5.1
-crate:5.1.0
+crate:5.1.1
 crate:latest
diff --git a/crate_latest/Dockerfile b/crate_latest/Dockerfile
index 0ad5156..fadc542 100644
--- a/crate_latest/Dockerfile
+++ b/crate_latest/Dockerfile
@@ -23,15 +23,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.1.0.tar.gz \
+    && export CRATE_URL=https://cdn.crate.io/downloads/releases/cratedb/${PLATFORM}/crate-5.1.1.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.1.0.tar.gz.asc crate-5.1.0.tar.gz \
-    && rm -rf "$GNUPGHOME" crate-5.1.0.tar.gz.asc \
-    && tar -xf crate-5.1.0.tar.gz -C /crate --strip-components=1 \
-    && rm crate-5.1.0.tar.gz
+    && gpg --batch --verify crate-5.1.1.tar.gz.asc crate-5.1.1.tar.gz \
+    && rm -rf "$GNUPGHOME" crate-5.1.1.tar.gz.asc \
+    && tar -xf crate-5.1.1.tar.gz -C /crate --strip-components=1 \
+    && rm crate-5.1.1.tar.gz
 
 # Install crash
 RUN curl -fSL -O https://cdn.crate.io/downloads/releases/crash_standalone_0.28.0 \
@@ -65,13 +65,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="2022-10-11T10:05:43.812121" \
+    org.opencontainers.image.created="2022-11-09T13:23:18.282783" \
     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.1.0"
+    org.opencontainers.image.version="5.1.1"
 
 COPY docker-entrypoint.sh /

Relevant Maintainers:

@tianon tianon merged commit 53f03cf into docker-library:master Nov 11, 2022
@matriv matriv deleted the patch-3 branch August 14, 2023 10:29
@matriv matriv restored the patch-3 branch August 14, 2023 10:30
@matriv matriv deleted the patch-3 branch August 14, 2023 10:30
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