-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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.11.12 #17846
arangodb 3.11.12 #17846
Conversation
This comment has been minimized.
This comment has been minimized.
Please, re-run checks. Unfortunately not all files were uploaded before checks were executed. |
I restarted it, but it is still failing. The |
Indeed. My bad, sorry. Fixed now. |
Diff for d322cab:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 22cd547..3fc2200 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,10 +2,10 @@ Maintainers: Frank Celler <[email protected]> (@fceller), Wilfried Goesgens <w.g
GitRepo: https://github.com/arangodb/arangodb-docker
GitFetch: refs/heads/official
-Tags: 3.11, 3.11.11
+Tags: 3.11, 3.11.12
Architectures: amd64, arm64v8
-GitCommit: 4e795a0b744e1639ee537ad3f1e4c89f5577f61d
-Directory: alpine/3.11.11
+GitCommit: e10eb7c8bbdfa928b912e182571bfaf29bd55fb4
+Directory: alpine/3.11.12
Tags: 3.12, 3.12.3, latest
Architectures: amd64, arm64v8
diff --git a/_bashbrew-list b/_bashbrew-list
index e556592..5768ce8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
arangodb:3.11
-arangodb:3.11.11
+arangodb:3.11.12
arangodb:3.12
arangodb:3.12.3
arangodb:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index db47c06..0163870 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-arangodb:3.11.11
+arangodb:3.11.12
arangodb:latest
diff --git a/arangodb_3.11.11/Dockerfile b/arangodb_3.11.12/Dockerfile
similarity index 94%
rename from arangodb_3.11.11/Dockerfile
rename to arangodb_3.11.12/Dockerfile
index 5330441..3942cb8 100644
--- a/arangodb_3.11.11/Dockerfile
+++ b/arangodb_3.11.12/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.17
MAINTAINER Frank Celler <[email protected]>
-ENV ARANGO_VERSION 3.11.11
+ENV ARANGO_VERSION 3.11.12
# see
# https://docs.arangodb.com/3.11/components/arangodb-server/options/#--serverendpoint
@@ -10,7 +10,7 @@ ENV ARANGO_VERSION 3.11.11
RUN apk add --no-cache gnupg pwgen binutils numactl numactl-tools nodejs yarn && \
yarn global add [email protected] && \
apk del yarn && \
- gpg --batch --keyserver keys.openpgp.org --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
+ gpg --batch --keyserver keys.openpgp.org --recv-keys 8003EDF6F05459984878D4A6C04AD0FD86FEC04D && \
mkdir /docker-entrypoint-initdb.d && \
cd /tmp && \
arch="$(apk --print-arch)" && \
diff --git a/arangodb_3.11.11/docker-entrypoint.sh b/arangodb_3.11.12/docker-entrypoint.sh
similarity index 100%
rename from arangodb_3.11.11/docker-entrypoint.sh
rename to arangodb_3.11.12/docker-entrypoint.sh
diff --git a/arangodb_3.11.11/docker-foxx.sh b/arangodb_3.11.12/docker-foxx.sh
similarity index 100%
rename from arangodb_3.11.11/docker-foxx.sh
rename to arangodb_3.11.12/docker-foxx.sh Relevant Maintainers:
|
Updated ArangoDB 3.11 to 3.11.12.