Commit Graph

6 Commits

Author SHA1 Message Date
Daniel Seif e8d84cf9a3 Aerospike environment (#2119)
* aerospike's config file is not being used but overwritten on container start
* added environment variable handling for aerospike configuration
2019-05-09 13:41:09 +08:00
Daniel Hunsaker 31a4e29c81 Apply COPY vs ADD best practices
Should only use `ADD` for URLs (and even then, `curl` or `wget` are preferred, for numerous reasons, even within this repo) and when extracting archive contents as part of the `ADD` operation; otherwise `COPY` is clearer and (slightly) more efficient.
2018-04-04 06:13:28 -06:00
Shao Yu Lung 70e10a4953 MAINTAINER is deprecated 2018-03-16 17:34:47 +08:00
Luciano Gonçalves 650f6a89c6 Remove own namespace from conf file 2016-09-01 12:58:10 +01:00
Luciano Gonçalves 9aa8813a3d Add aerospike.conf 2016-08-24 16:29:29 +01:00
Luciano Gonçalves 9bd70aadc8 Added aerospike cache service 2016-08-20 12:28:45 +01:00