Commit Graph

5 Commits

Author SHA1 Message Date
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