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 4.1.8 #8328

Merged
merged 1 commit into from
Jul 9, 2020
Merged

Conversation

mfussenegger
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Jul 9, 2020

Diff for e55fe3d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index b70b985..f1630cd 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -9,6 +9,6 @@ Tags: 4.0.12, 4.0
 Architectures: amd64, arm64v8
 GitCommit: 7791cda08fbf054ab2ce7a988f8811074b8c3bf4
 
-Tags: 4.1.7, 4.1, latest
+Tags: 4.1.8, 4.1, latest
 Architectures: amd64, arm64v8
-GitCommit: c7e6cd7364e994080ae9faa3923eb98fc888a3df
+GitCommit: fbe46a3c699dfe79242e659626a39b09325d58ab
diff --git a/_bashbrew-list b/_bashbrew-list
index 274055b..0ba3f96 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -3,5 +3,5 @@ crate:3.3.5
 crate:4.0
 crate:4.0.12
 crate:4.1
-crate:4.1.7
+crate:4.1.8
 crate:latest
diff --git a/crate_latest/Dockerfile b/crate_latest/Dockerfile
index 612334c..b11b053 100644
--- a/crate_latest/Dockerfile
+++ b/crate_latest/Dockerfile
@@ -24,14 +24,14 @@ RUN yum install -y yum-utils \
     && yum install -y python36 openssl \
     && yum clean all \
     && rm -rf /var/cache/yum \
-    && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-4.1.7.tar.gz \
-    && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-4.1.7.tar.gz.asc \
+    && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-4.1.8.tar.gz \
+    && curl -fSL -O https://cdn.crate.io/downloads/releases/crate-4.1.8.tar.gz.asc \
     && export GNUPGHOME="$(mktemp -d)" \
     && gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 90C23FC6585BC0717F8FBFC37FAAE51A06F6EAEB \
-    && gpg --batch --verify crate-4.1.7.tar.gz.asc crate-4.1.7.tar.gz \
-    && rm -rf "$GNUPGHOME" crate-4.1.7.tar.gz.asc \
-    && tar -xf crate-4.1.7.tar.gz -C /crate --strip-components=1 \
-    && rm crate-4.1.7.tar.gz \
+    && gpg --batch --verify crate-4.1.8.tar.gz.asc crate-4.1.8.tar.gz \
+    && rm -rf "$GNUPGHOME" crate-4.1.8.tar.gz.asc \
+    && tar -xf crate-4.1.8.tar.gz -C /crate --strip-components=1 \
+    && rm crate-4.1.8.tar.gz \
     && ln -sf /usr/bin/python3.6 /usr/bin/python3
 
 # install crash
@@ -66,13 +66,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="2020-06-24T16:41:26.302384" \
+    org.opencontainers.image.created="2020-07-07T09:24:31.760994" \
     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.1.7"
+    org.opencontainers.image.version="4.1.8"
 
 COPY docker-entrypoint.sh /
 

@yosifkit yosifkit merged commit 40061d7 into docker-library:master Jul 9, 2020
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