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.11.12 #17846

Merged
merged 1 commit into from
Nov 6, 2024
Merged

arangodb 3.11.12 #17846

merged 1 commit into from
Nov 6, 2024

Conversation

KVS85
Copy link
Contributor

@KVS85 KVS85 commented Nov 5, 2024

Updated ArangoDB 3.11 to 3.11.12.

@KVS85 KVS85 requested a review from a team as a code owner November 5, 2024 17:42

This comment has been minimized.

@KVS85
Copy link
Contributor Author

KVS85 commented Nov 5, 2024

Please, re-run checks. Unfortunately not all files were uploaded before checks were executed.

@yosifkit
Copy link
Member

yosifkit commented Nov 5, 2024

I restarted it, but it is still failing. The .deb is signed by a new/different key. The line imports CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B, which is Frank's key, but arangodb3_3.11.12-1_amd64.deb.asc is signed with 8003EDF6F05459984878D4A6C04AD0FD86FEC04D

@KVS85
Copy link
Contributor Author

KVS85 commented Nov 6, 2024

I restarted it, but it is still failing. The .deb is signed by a new/different key. The line imports CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B, which is Frank's key, but arangodb3_3.11.12-1_amd64.deb.asc is signed with 8003EDF6F05459984878D4A6C04AD0FD86FEC04D

Indeed. My bad, sorry. Fixed now.

Copy link

github-actions bot commented Nov 6, 2024

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:

@yosifkit yosifkit merged commit e01823f into docker-library:master Nov 6, 2024
7 checks passed
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