-
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.6.3.1 #7953
arangodb 3.6.3.1 #7953
Conversation
Diff for dcc2a95:diff --git a/arangodb_latest/Dockerfile b/arangodb_latest/Dockerfile
index 9db217a..087361e 100644
--- a/arangodb_latest/Dockerfile
+++ b/arangodb_latest/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.10
MAINTAINER Frank Celler <[email protected]>
-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} |
@yosifkit can you please help with checks results. There were no changes in older versions from our side and for 3.2 and 3.3 we got
while for 3.4, 3.5 and 3.6 we got
|
For the first issue, you're unfortunately running into the issues described at https://github.com/docker-library/faq#openpgp--gnupg-keys-and-verification, but with the additional hurdle that you've switched to the Regarding that One "solution" you could consider is simply removing those tags from this file, if they're no longer actively supported revisions (I use "supported" in the sense that if we have a release numbered say 1.2.3, and there's an issue found, it's considered "supported" if there will be a 1.2.4 released to fix the issue). To be clear, removing tags here will remove them from the "Supported" section on the Hub readme (and will prevent us from spending cycles rebuilding them on the official build servers), but the tags will still be available to users who want them. (See https://github.com/docker-library/official-images#library-definition-files for more detail on this.) Additionally, in the future, feel free to reach out to us sooner in issues like this (we can restart the jobs directly), or just do |
@tianon thank you! I will address these issues in separate PR with more ArangoDB versions. |
Updated ArangoDB 3.6 to 3.6.3.1 (3.6.3 with Hotfix 1).