Update CrateDB to 4.6.5#11331
Merged
yosifkit merged 1 commit intodocker-library:masterfrom Nov 19, 2021
Merged
Conversation
Member
- crate:
- commit 896c3f63e8e3d4746019e379a7aefb5225b050e3:
- is not in the specified ref GitFetch: refs/heads/masterTo fix the (new) CI failure (#11071), I think you'll want to add |
Diff for 317d321:diff --git a/_bashbrew-cat b/_bashbrew-cat
index fabee74..dc0eb4e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -3,6 +3,7 @@ GitRepo: https://github.com/crate/docker-crate.git
Tags: 3.3.5, 3.3
Architectures: amd64, arm64v8
+GitFetch: refs/heads/3.3
GitCommit: 896c3f63e8e3d4746019e379a7aefb5225b050e3
Tags: 4.0.12, 4.0
@@ -29,6 +30,6 @@ Tags: 4.5.5, 4.5
Architectures: amd64, arm64v8
GitCommit: 53f8d6336816b88f09d831c073cab749762c7be6
-Tags: 4.6.4, 4.6, latest
+Tags: 4.6.5, 4.6, latest
Architectures: amd64, arm64v8
-GitCommit: fc1f2a1d6eed496c144cd1c48dde0f85277fe55c
+GitCommit: a18e2b288c2ba3f0f3c1478a9b4e09e9dd29ca5d
diff --git a/_bashbrew-list b/_bashbrew-list
index eb0883b..cf5ec10 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -13,5 +13,5 @@ crate:4.4.3
crate:4.5
crate:4.5.5
crate:4.6
-crate:4.6.4
+crate:4.6.5
crate:latest
diff --git a/crate_latest/Dockerfile b/crate_latest/Dockerfile
index 6c75ed7..40bed74 100644
--- a/crate_latest/Dockerfile
+++ b/crate_latest/Dockerfile
@@ -19,15 +19,15 @@ RUN yum install -y yum-utils \
x86_64) echo x64_linux ;; \
aarch64) echo aarch64_linux ;; \
esac)" \
- && export CRATE_URL=https://cdn.crate.io/downloads/releases/cratedb/${PLATFORM}/crate-4.6.4.tar.gz \
+ && export CRATE_URL=https://cdn.crate.io/downloads/releases/cratedb/${PLATFORM}/crate-4.6.5.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-4.6.4.tar.gz.asc crate-4.6.4.tar.gz \
- && rm -rf "$GNUPGHOME" crate-4.6.4.tar.gz.asc \
- && tar -xf crate-4.6.4.tar.gz -C /crate --strip-components=1 \
- && rm crate-4.6.4.tar.gz \
+ && gpg --batch --verify crate-4.6.5.tar.gz.asc crate-4.6.5.tar.gz \
+ && rm -rf "$GNUPGHOME" crate-4.6.5.tar.gz.asc \
+ && tar -xf crate-4.6.5.tar.gz -C /crate --strip-components=1 \
+ && rm crate-4.6.5.tar.gz \
&& ln -sf /usr/bin/python3.6 /usr/bin/python3
# install crash
@@ -62,13 +62,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="2021-09-30T17:09:13.685861" \
+ org.opencontainers.image.created="2021-11-12T20:22:37.835383" \
org.opencontainers.image.title="crate" \
org.opencontainers.image.description="CrateDB is a distributed SQL database 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="4.6.4"
+ org.opencontainers.image.version="4.6.5"
COPY docker-entrypoint.sh /Relevant Maintainers:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.