Skip to content

Comments

Update CrateDB to 4.6.5#11331

Merged
yosifkit merged 1 commit intodocker-library:masterfrom
crate:crate-4.6.5
Nov 19, 2021
Merged

Update CrateDB to 4.6.5#11331
yosifkit merged 1 commit intodocker-library:masterfrom
crate:crate-4.6.5

Conversation

@seut
Copy link
Contributor

@seut seut commented Nov 18, 2021

No description provided.

@yosifkit
Copy link
Member

 - crate:
   - commit 896c3f63e8e3d4746019e379a7aefb5225b050e3:
     - is not in the specified ref GitFetch: refs/heads/master

To fix the (new) CI failure (#11071), I think you'll want to add GitFetch: refs/heads/3.3 to the Tags: 3.3.5 block.

@github-actions
Copy link

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:

@yosifkit yosifkit merged commit 6854701 into docker-library:master Nov 19, 2021
@seut seut deleted the crate-4.6.5 branch November 22, 2021 11:49
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