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 release 3.9.3 #13111

Merged
merged 1 commit into from
Sep 7, 2022
Merged

Conversation

KVS85
Copy link
Contributor

@KVS85 KVS85 commented Sep 7, 2022

Updated ArangoDB 3.9 to 3.9.3 and removed 3.7 (EoL).

@github-actions
Copy link

github-actions bot commented Sep 7, 2022

Diff for 86c9d08:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 86d4e80..eac783b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,14 +2,10 @@ Maintainers: Frank Celler <info@arangodb.com> (@fceller), Wilfried Goesgens <w.g
 GitRepo: https://github.com/arangodb/arangodb-docker
 GitFetch: refs/heads/official
 
-Tags: 3.7, 3.7.18
-GitCommit: 4d50294faf28168e527c932f7194c21e028c61dd
-Directory: alpine/3.7.18
-
 Tags: 3.8, 3.8.7
 GitCommit: 0e1a717e606a4fd6fa406fdb26bf5cc61486d0e5
 Directory: alpine/3.8.7
 
-Tags: 3.9, 3.9.2, latest
-GitCommit: d04f072245c99c77b3c8c8f6a40c9061603eefd5
-Directory: alpine/3.9.2
+Tags: 3.9, 3.9.3, latest
+GitCommit: 66deb6fc6518f7d81a2e6087b2397447e240f8c4
+Directory: alpine/3.9.3
diff --git a/_bashbrew-list b/_bashbrew-list
index ba18bc0..265dab2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,5 @@
-arangodb:3.7
-arangodb:3.7.18
 arangodb:3.8
 arangodb:3.8.7
 arangodb:3.9
-arangodb:3.9.2
+arangodb:3.9.3
 arangodb:latest
diff --git a/arangodb_3.7.18/Dockerfile b/arangodb_3.7.18/Dockerfile
deleted file mode 100644
index c6b3f02..0000000
diff --git a/arangodb_3.7.18/docker-entrypoint.sh b/arangodb_3.7.18/docker-entrypoint.sh
deleted file mode 100755
index 8f37147..0000000
diff --git a/arangodb_3.7.18/docker-foxx.sh b/arangodb_3.7.18/docker-foxx.sh
deleted file mode 100755
index 7b67c53..0000000
diff --git a/arangodb_latest/Dockerfile b/arangodb_latest/Dockerfile
index b182a42..4ea1dab 100644
--- a/arangodb_latest/Dockerfile
+++ b/arangodb_latest/Dockerfile
@@ -1,7 +1,7 @@
 FROM alpine:3.14
 MAINTAINER Frank Celler <info@arangodb.com>
 
-ENV ARANGO_VERSION 3.9.2
+ENV ARANGO_VERSION 3.9.3
 ENV ARANGO_URL https://download.arangodb.com/arangodb39/DEBIAN/amd64
 ENV ARANGO_PACKAGE arangodb3_${ARANGO_VERSION}-1_amd64.deb
 ENV ARANGO_PACKAGE_URL ${ARANGO_URL}/${ARANGO_PACKAGE}
@@ -37,6 +37,9 @@ RUN apk add --no-cache gnupg pwgen binutils numactl numactl-tools nodejs yarn &&
 
 ENV GLIBCXX_FORCE_NEW=1
 
+# Adjust TZ by default since tzdata package isn't present (BTS-913)
+RUN echo "UTC" > /etc/timezone
+
 # retain the database directory and the Foxx Application directory
 VOLUME ["/var/lib/arangodb3", "/var/lib/arangodb3-apps"]

Relevant Maintainers:

@yosifkit yosifkit merged commit 34e1279 into docker-library:master Sep 7, 2022
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