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.4.10, 3.5.5, 3.6.3.1 #7962

Merged
merged 1 commit into from
May 7, 2020

Conversation

KVS85
Copy link
Contributor

@KVS85 KVS85 commented May 7, 2020

Updated ArangoDB 3.4 to 3.4.10, 3.5 to 3.5.5, 3.6 to 3.6.3.1 (3.6.3 with Hotfix 1) and remove unsupported versions.

@github-actions
Copy link

github-actions bot commented May 7, 2020

Diff for 919cdd1:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index ef37b22..6466373 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1,6 +1,3 @@
-arangodb:2.8.11 @ amd64
-arangodb:3.2.17 @ amd64
-arangodb:3.3.25 @ amd64
-arangodb:3.4.9 @ amd64
-arangodb:3.5.4 @ amd64
+arangodb:3.4.10 @ amd64
+arangodb:3.5.5 @ amd64
 arangodb:latest @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 68929b2..ac8de83 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,13 +1,7 @@
-arangodb:2.8
-arangodb:2.8.11
-arangodb:3.2
-arangodb:3.2.17
-arangodb:3.3
-arangodb:3.3.25
 arangodb:3.4
-arangodb:3.4.9
+arangodb:3.4.10
 arangodb:3.5
-arangodb:3.5.4
+arangodb:3.5.5
 arangodb:3.6
 arangodb:3.6.3
 arangodb:latest
diff --git a/arangodb_2.8.11/Dockerfile b/arangodb_2.8.11/Dockerfile
deleted file mode 100644
index 339ab5b..0000000
diff --git a/arangodb_2.8.11/docker-entrypoint.sh b/arangodb_2.8.11/docker-entrypoint.sh
deleted file mode 100755
index e8a5fd1..0000000
diff --git a/arangodb_3.2.17/Dockerfile b/arangodb_3.2.17/Dockerfile
deleted file mode 100644
index 109b967..0000000
diff --git a/arangodb_3.2.17/docker-entrypoint.sh b/arangodb_3.2.17/docker-entrypoint.sh
deleted file mode 100755
index c346f17..0000000
diff --git a/arangodb_3.3.25/Dockerfile b/arangodb_3.3.25/Dockerfile
deleted file mode 100644
index 967ece4..0000000
diff --git a/arangodb_3.3.25/docker-entrypoint.sh b/arangodb_3.3.25/docker-entrypoint.sh
deleted file mode 100755
index c346f17..0000000
diff --git a/arangodb_3.4.9/Dockerfile b/arangodb_3.4.10/Dockerfile
similarity index 92%
rename from arangodb_3.4.9/Dockerfile
rename to arangodb_3.4.10/Dockerfile
index 26879c8..065dc89 100644
--- a/arangodb_3.4.9/Dockerfile
+++ b/arangodb_3.4.10/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.10
 MAINTAINER Frank Celler <info@arangodb.com>
 
-ENV ARANGO_VERSION 3.4.9
+ENV ARANGO_VERSION 3.4.10
 ENV ARANGO_URL https://download.arangodb.com/arangodb34/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 nodejs npm binutils numactl && \
     npm install -g foxx-cli && \
     rm -rf /root/.npm && \
-    gpg --batch --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
+    gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
     mkdir /docker-entrypoint-initdb.d && \
     cd /tmp                                && \
     wget ${ARANGO_SIGNATURE_URL}           && \
diff --git a/arangodb_3.4.9/docker-entrypoint.sh b/arangodb_3.4.10/docker-entrypoint.sh
similarity index 100%
rename from arangodb_3.4.9/docker-entrypoint.sh
rename to arangodb_3.4.10/docker-entrypoint.sh
diff --git a/arangodb_3.4.9/docker-foxx.sh b/arangodb_3.4.10/docker-foxx.sh
similarity index 100%
rename from arangodb_3.4.9/docker-foxx.sh
rename to arangodb_3.4.10/docker-foxx.sh
diff --git a/arangodb_3.5.4/Dockerfile b/arangodb_3.5.5/Dockerfile
similarity index 92%
rename from arangodb_3.5.4/Dockerfile
rename to arangodb_3.5.5/Dockerfile
index be23eb7..ce8ddb8 100644
--- a/arangodb_3.5.4/Dockerfile
+++ b/arangodb_3.5.5/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.10
 MAINTAINER Frank Celler <info@arangodb.com>
 
-ENV ARANGO_VERSION 3.5.4
+ENV ARANGO_VERSION 3.5.5
 ENV ARANGO_URL https://download.arangodb.com/arangodb35/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 nodejs npm binutils numactl numactl-tools && \
     npm install -g foxx-cli && \
     rm -rf /root/.npm && \
-    gpg --batch --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
+    gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
     mkdir /docker-entrypoint-initdb.d && \
     cd /tmp                                && \
     wget ${ARANGO_SIGNATURE_URL}           && \
diff --git a/arangodb_3.5.4/docker-entrypoint.sh b/arangodb_3.5.5/docker-entrypoint.sh
similarity index 100%
rename from arangodb_3.5.4/docker-entrypoint.sh
rename to arangodb_3.5.5/docker-entrypoint.sh
diff --git a/arangodb_3.5.4/docker-foxx.sh b/arangodb_3.5.5/docker-foxx.sh
similarity index 100%
rename from arangodb_3.5.4/docker-foxx.sh
rename to arangodb_3.5.5/docker-foxx.sh
diff --git a/arangodb_latest/Dockerfile b/arangodb_latest/Dockerfile
index 9db217a..1aaa694 100644
--- a/arangodb_latest/Dockerfile
+++ b/arangodb_latest/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.10
 MAINTAINER Frank Celler <info@arangodb.com>
 
-ENV ARANGO_VERSION 3.6.3
+ENV ARANGO_VERSION 3.6.3.1
 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 nodejs npm binutils numactl numactl-tools && \
     npm install -g foxx-cli && \
     rm -rf /root/.npm && \
-    gpg --batch --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
+    gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys CD8CB0F1E0AD5B52E93F41E7EA93F5E56E751E9B && \
     mkdir /docker-entrypoint-initdb.d && \
     cd /tmp                                && \
     wget ${ARANGO_SIGNATURE_URL}           && \

@yosifkit
Copy link
Member

yosifkit commented May 7, 2020

It seems GtiHub actions are running into nodejs/docker-node#813. 😞

Builds fine locally:

Build test of #7962; 919cdd1; amd64 (arangodb):

$ bashbrew build arangodb:3.4
Building bashbrew/cache:8afcd9c9e7951e0221a56d49f413277a0aa460e84e760a659163be03b034007c (arangodb:3.4)
Tagging arangodb:3.4
Tagging arangodb:3.4.10

$ test/run.sh arangodb:3.4
testing arangodb:3.4
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build arangodb:3.5
Building bashbrew/cache:12b457e670189c7ebecdb701c16e7ffc308d91ec484eb5c0d6cf6b3102d5f94f (arangodb:3.5)
Tagging arangodb:3.5
Tagging arangodb:3.5.5

$ test/run.sh arangodb:3.5
testing arangodb:3.5
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build arangodb:3.6
Building bashbrew/cache:154ae8c29ef74ae69d087502444d643fbdb4b34aa4395fb0179ff41890a95ac8 (arangodb:3.6)
Tagging arangodb:3.6
Tagging arangodb:3.6.3
Tagging arangodb:latest

$ test/run.sh arangodb:3.6
testing arangodb:3.6
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@tianon
Copy link
Member

tianon commented May 7, 2020

I was able to reproduce by building on arm64, and then was no longer able to reproduce when I swapped npm for yarn (yarn package in Alpine, yarn global add instead of npm install -g), FWIW.

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.

None yet

3 participants