From 1c8b58871f1d176f5e87ba25a3b5da8262c3d9f8 Mon Sep 17 00:00:00 2001 From: Dominic Pelini Date: Wed, 20 Nov 2024 15:46:54 -0700 Subject: [PATCH] Create Dockerfile --- .github/workflows/Dockerfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/Dockerfile diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile new file mode 100644 index 00000000..e1584824 --- /dev/null +++ b/.github/workflows/Dockerfile @@ -0,0 +1,10 @@ +ARG image +FROM $image +RUN echo -e "security {\n\tenable-quotas true\n}\n" >> /etc/aerospike/aerospike.template.conf +# security.smd was generated manually by +# 1. Starting a new Aerospike EE server using Docker +# 2. Creating the superuser user +# 3. Copying /opt/aerospike/smd/security.smd from the container and committing it to this repo +# This file should always work +# TODO: generate this automatically, somehow +COPY security.smd /opt/aerospike/smd/