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 5.2 to 5.2.8 #14626

Merged
merged 1 commit into from
May 11, 2023
Merged

Update CrateDB 5.2 to 5.2.8 #14626

merged 1 commit into from
May 11, 2023

Conversation

matriv
Copy link
Contributor

@matriv matriv commented May 11, 2023

No description provided.

@github-actions
Copy link

Diff for dcecea4:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 50bcf38..e02f3e3 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -5,9 +5,9 @@ Tags: 4.8.4, 4.8
 Architectures: amd64, arm64v8
 GitCommit: 1389b454dc1478efcbde8f9846bdd8ac6f7f0f8a
 
-Tags: 5.2.7, 5.2
+Tags: 5.2.8, 5.2
 Architectures: amd64, arm64v8
-GitCommit: 5916109687edafe95199906be6e100e1b0b99588
+GitCommit: 9dd974bffff06d56e844a099c709583864c970e6
 
 Tags: 5.3.1, 5.3, latest
 Architectures: amd64, arm64v8
diff --git a/_bashbrew-list b/_bashbrew-list
index 84b24bf..330bb55 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 crate:4.8
 crate:4.8.4
 crate:5.2
-crate:5.2.7
+crate:5.2.8
 crate:5.3
 crate:5.3.1
 crate:latest
diff --git a/crate_5.2/Dockerfile b/crate_5.2/Dockerfile
index 9bf703b..7a9cee4 100644
--- a/crate_5.2/Dockerfile
+++ b/crate_5.2/Dockerfile
@@ -21,15 +21,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.2.7.tar.gz \
+    && export CRATE_URL=https://cdn.crate.io/downloads/releases/cratedb/${PLATFORM}/crate-5.2.8.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.2.7.tar.gz.asc crate-5.2.7.tar.gz \
-    && rm -rf "$GNUPGHOME" crate-5.2.7.tar.gz.asc \
-    && tar -xf crate-5.2.7.tar.gz -C /crate --strip-components=1 \
-    && rm crate-5.2.7.tar.gz
+    && gpg --batch --verify crate-5.2.8.tar.gz.asc crate-5.2.8.tar.gz \
+    && rm -rf "$GNUPGHOME" crate-5.2.8.tar.gz.asc \
+    && tar -xf crate-5.2.8.tar.gz -C /crate --strip-components=1 \
+    && rm crate-5.2.8.tar.gz
 
 # Install crash
 RUN curl -fSL -O https://cdn.crate.io/downloads/releases/crash_standalone_0.29.0 \
@@ -63,13 +63,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="2023-04-28T14:57:55.938947" \
+    org.opencontainers.image.created="2023-05-09T10:14:19.618364" \
     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.2.7"
+    org.opencontainers.image.version="5.2.8"
 
 COPY docker-entrypoint.sh /

Relevant Maintainers:

@tianon tianon merged commit 8587810 into docker-library:master May 11, 2023
@matriv matriv deleted the patch-14 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