Hi,

It will be good to have the stable/devel symlinks for Dockerfile. But the 
current approach works too

...
ARANGODB_VERSION = $(shell wget -q 
https://raw.githubusercontent.com/docker-library/official-images/master/library/arangodb
 
-O- |tail -n 1 |cut -d' ' -f3|cut -d'/' -f 2)

build:
        @wget 
https://github.com/arangodb/arangodb-docker/raw/official/jessie/$(ARANGODB_VERSION)/Dockerfile
 
-O arangodb/Dockerfile
        @wget 
https://github.com/arangodb/arangodb-docker/raw/official/jessie/$(ARANGODB_VERSION)/docker-entrypoint.sh
 
-O arangodb/docker-entrypoint.sh
        @docker-compose build
...

Thanks !

понедельник, 3 апреля 2017 г., 11:40:45 UTC+3 пользователь Wilfried Gösgens 
написал:
>
> Hi, 
> I can add symlinks if it helps?
> However, the best way would probably be that you use the same mechanism 
> that the docker library uses:
>
>
> https://github.com/docker-library/official-images/blob/master/library/arangodb
>  
> : 
>
> 2.8: git://
> github.com/arangodb/arangodb-docker@05366cb4c6a6aab8e1ff9ca74c81b09d9a57b5b5 
> jessie/2.8.11 
> 2.8.11: git://
> github.com/arangodb/arangodb-docker@05366cb4c6a6aab8e1ff9ca74c81b09d9a57b5b5 
> jessie/2.8.11 
>
>
> 3.1: git://
> github.com/arangodb/arangodb-docker@2442ff75200f062f7bb990f992801bb0173ad604 
> jessie/3.1.16 
> 3.1.16: git://
> github.com/arangodb/arangodb-docker@2442ff75200f062f7bb990f992801bb0173ad604 
> jessie/3.1.16 
> latest: git://
> github.com/arangodb/arangodb-docker@2442ff75200f062f7bb990f992801bb0173ad604 
> jessie/3.1.16
>
>
> Which has the directory information you need, and is maintained by our 
> release scripts.
>
> Cheers, 
> Willi
>
> On Saturday, April 1, 2017 at 6:08:06 PM UTC+2, Rus Brushkoff wrote:
>>
>> Hello,
>>
>> It will be useful to fully automate the docker builds. The current 
>> directory structure at 
>> https://github.com/arangodb/arangodb-docker/tree/official/jessie is not 
>> good for sripts. It shoud be :
>>
>> *stable / latest* / *Dockerfile*
>>
>> but it is :
>>
>> ...
>> 3.1.1 / Dockerfile
>> 3.1.2 / Dockerfile
>> ...
>>
>>
>> Rus
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to