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

arangodb 3.6.14 #10432

Merged
merged 1 commit into from
Jun 28, 2021
Merged

arangodb 3.6.14 #10432

merged 1 commit into from
Jun 28, 2021

Conversation

KVS85
Copy link
Contributor

@KVS85 KVS85 commented Jun 27, 2021

Updated ArangoDB 3.6 to 3.6.14.

@github-actions
Copy link

Diff for 62b0bc4:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 588dd4b..6f9df12 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,9 +1,9 @@
 Maintainers: Frank Celler <info@arangodb.com> (@fceller), Wilfried Goesgens <w.goesgens@arangodb.org> (@dothebart), Vadim Kondratyev <vadim@arangodb.org> (@KVS85)
 GitRepo: https://github.com/arangodb/arangodb-docker
 
-Tags: 3.6, 3.6.13
-GitCommit: 293903ae4adcf22eaafcf427076a6e62010ab1ea
-Directory: alpine/3.6.13
+Tags: 3.6, 3.6.14
+GitCommit: 6b42e33030d43dec31e1162bf84b3583342c682b
+Directory: alpine/3.6.14
 
 Tags: 3.7, 3.7.12, latest
 GitCommit: da569961c6a136675562b066aa542d4a8e05c8cf
diff --git a/_bashbrew-list b/_bashbrew-list
index 3a5eb30..a4e325d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
 arangodb:3.6
-arangodb:3.6.13
+arangodb:3.6.14
 arangodb:3.7
 arangodb:3.7.12
 arangodb:latest
diff --git a/arangodb_3.6.13/Dockerfile b/arangodb_3.6.14/Dockerfile
similarity index 92%
rename from arangodb_3.6.13/Dockerfile
rename to arangodb_3.6.14/Dockerfile
index 653695b..fb8f700 100644
--- a/arangodb_3.6.13/Dockerfile
+++ b/arangodb_3.6.14/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.11
 MAINTAINER Frank Celler <info@arangodb.com>
 
-ENV ARANGO_VERSION 3.6.13
+ENV ARANGO_VERSION 3.6.14
 ENV ARANGO_URL https://download.arangodb.com/arangodb36/DEBIAN/amd64
 ENV ARANGO_PACKAGE arangodb3_${ARANGO_VERSION}-1_amd64.deb
 ENV ARANGO_PACKAGE_URL ${ARANGO_URL}/${ARANGO_PACKAGE}
@@ -14,7 +14,7 @@ ENV ARANGO_SIGNATURE_URL ${ARANGO_PACKAGE_URL}.asc
 RUN apk add --no-cache gnupg pwgen binutils numactl numactl-tools nodejs yarn && \
     yarn global add foxx-cli && \
     apk del yarn && \
-    gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
+    gpg --batch --keyserver keys.openpgp.org --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
     mkdir /docker-entrypoint-initdb.d && \
     cd /tmp                                && \
     wget ${ARANGO_SIGNATURE_URL}           && \
diff --git a/arangodb_3.6.13/docker-entrypoint.sh b/arangodb_3.6.14/docker-entrypoint.sh
similarity index 100%
rename from arangodb_3.6.13/docker-entrypoint.sh
rename to arangodb_3.6.14/docker-entrypoint.sh
diff --git a/arangodb_3.6.13/docker-foxx.sh b/arangodb_3.6.14/docker-foxx.sh
similarity index 100%
rename from arangodb_3.6.13/docker-foxx.sh
rename to arangodb_3.6.14/docker-foxx.sh

@yosifkit yosifkit merged commit 954ee2a into docker-library:master Jun 28, 2021
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