aerospike / aerospike-server.docker

Dockerfiles for Aerospike Server
Other
142 stars 68 forks source link

About aerospike and aerospike-server #12

Closed felixsanz closed 8 years ago

felixsanz commented 8 years ago

Whats the reason for having 2 docker images for the same thing? Or they are not equally? If so, what are the differences?

I know one is automated but that shouldn't be a reason for having a duplicated/confusing docker image in my opinnion.

https://hub.docker.com/_/aerospike/ https://hub.docker.com/r/aerospike/aerospike-server/

volmarl commented 8 years ago

They are both the same. Aerospike-server was the original repo prior to aerospike getting reviewed and approved for Docker Officlal Repo. In more specific term, the /aerospike image is the official repo scanned and blessed by Docker. aerospike-server is the original public repo build. We will work on deprecating the non-official version.