Giter Club home page Giter Club logo

Comments (6)

dothebart avatar dothebart commented on June 14, 2024

Whats the actual complete URL?

from arangodb-docker.

 avatar commented on June 14, 2024

Package URL construction seems off, there is not just @Version@ to change, but also @REPO_TL_DIR@? I am using Dockerfile31.templ here but since it is possible to set the version in the dockerfile, I do not understand why there are dockerfiles by version.

How would I have it output the requested URL?

The error for me:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (22) The requested URL returned error: 404 Not Found
The command '/bin/sh -c curl --fail -O ${ARANGO_SIGNATURE_URL} &&           curl --fail -O ${ARANGO_PACKAGE_URL} &&             gpg --verify ${ARANGO_PACKAGE}.asc &&     (echo arangodb3 arangodb3/password password test | debconf-set-selections) &&     (echo arangodb3 arangodb3/password_again password test | debconf-set-selections) &&     DEBIAN_FRONTEND="noninteractive" dpkg -i ${ARANGO_PACKAGE} &&     rm -rf /var/lib/arangodb3/* &&     sed -ri         -e 's!127\.0\.0\.1!0.0.0.0!g'         -e 's!^(file\s*=).*!\1 -!'         -e 's!^#\s*uid\s*=.*!uid = arangodb!'         -e 's!^#\s*gid\s*=.*!gid = arangodb!'         /etc/arangodb3/arangod.conf     &&     DEBIAN_FRONTEND="noninteractive" apt-get purge -y --auto-remove ca-certificates &&     rm -f ${ARANGO_PACKAGE}*' returned a non-zero code: 22

from arangodb-docker.

 avatar commented on June 14, 2024

the @Version@ should be in the format 3.1.20

versions to pick from
https://www.arangodb.com/repositories/arangodb31/Debian_8.0/amd64/

from arangodb-docker.

dothebart avatar dothebart commented on June 14, 2024

@Thijxx Its .templ since its intended to be processed by addversion.sh and to be put into jessie/3.1.20/Dockerfile.

Its the layout the docker library recommends.

from arangodb-docker.

dothebart avatar dothebart commented on June 14, 2024

@igaln since the .local file is intended to use a copy of a local docker file that comes right out of the build process it doesn't verify any signatures. Therefore I've removed the signature check, this should work now.

You should use the DockerfileN.local matching your release branch - N="" -> 2.8; N = 3 -> 3.0; N = 31 => 3.1; N = 32 -> 3.2 (currently devel/alpha)

from arangodb-docker.

 avatar commented on June 14, 2024

great, thanks

from arangodb-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.