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.5.1 #6749

Merged
merged 1 commit into from
Oct 9, 2019
Merged

arangodb 3.5.1 #6749

merged 1 commit into from
Oct 9, 2019

Conversation

KVS85
Copy link
Contributor

@KVS85 KVS85 commented Oct 9, 2019

Updated ArangoDB 3.5 to 3.5.1.

@tianon
Copy link
Member

tianon commented Oct 9, 2019

Diff:
diff --git a/_bashbrew-list b/_bashbrew-list
index d056ffc..5933dd8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -7,5 +7,5 @@ arangodb:3.3.23
 arangodb:3.4
 arangodb:3.4.8
 arangodb:3.5
-arangodb:3.5.0
+arangodb:3.5.1
 arangodb:latest
diff --git a/arangodb_latest/Dockerfile b/arangodb_latest/Dockerfile
index 85169f5..98e6343 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.5.0
+ENV ARANGO_VERSION 3.5.1
 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}
@@ -11,7 +11,7 @@ ENV ARANGO_SIGNATURE_URL ${ARANGO_PACKAGE_URL}.asc
 #   https://docs.arangodb.com/latest/Manual/Administration/Configuration/Endpoint.html
 #   https://docs.arangodb.com/latest/Manual/Administration/Configuration/Logging.html
 
-RUN apk add --no-cache gnupg pwgen nodejs npm binutils numactl && \
+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 && \

@tianon
Copy link
Member

tianon commented Oct 9, 2019

LGTM

Build test of #6749; a201fd8; amd64 (arangodb):

$ bashbrew build arangodb:2.8
Using bashbrew/cache:626aae5376e6d531e98a0910b980d10a1595ee05fdfd749a67340946526a3bf9 (arangodb:2.8)
Tagging arangodb:2.8
Tagging arangodb:2.8.11

$ test/run.sh arangodb:2.8
testing arangodb:2.8
	'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.2
Using bashbrew/cache:15726bfb43f167ed650d281c51bee65efd19b60672271367afcb723a76fa9938 (arangodb:3.2)
Tagging arangodb:3.2
Tagging arangodb:3.2.17

$ test/run.sh arangodb:3.2
testing arangodb:3.2
	'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.3
Using bashbrew/cache:d01cc231593d1f2a789a91466d1322218019f5adeb313c8b7a8a921157cf4be5 (arangodb:3.3)
Tagging arangodb:3.3
Tagging arangodb:3.3.23

$ test/run.sh arangodb:3.3
testing arangodb:3.3
	'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.4
Using bashbrew/cache:2ad2c9db505ffc9ed1983bf7a1a0b914a25d6790f153b7e53a0e3dbc9a4ef86a (arangodb:3.4)
Tagging arangodb:3.4
Tagging arangodb:3.4.8

$ 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:1e48c937e2366eb4b2382002007d8a7838f2ac2155d3548a8294d270040b8d70 (arangodb:3.5)
Tagging arangodb:3.5
Tagging arangodb:3.5.1
Tagging arangodb:latest

$ 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

@tianon tianon merged commit e638bfa into docker-library:master Oct 9, 2019
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.

3 participants