Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 2, 2024
1 parent 5c259cd commit 786c00d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ COPY security.smd /opt/aerospike/smd/

FROM $image AS strong-consistency
RUN sed -i "s/\(namespace.*{\)/\1\n\tstrong-consistency true/" /etc/aerospike/aerospike.template.conf
RUN sed -i "s/\(service.*{\)/\1\n\node-id a1/" /etc/aerospike/aerospike.template.conf
COPY roster.smd /opt/aerospike/smd/
RUN sed -i "s/\(service {\)/\1\n\tnode-id a1/" /etc/aerospike/aerospike.template.conf
#COPY roster.smd /opt/aerospike/smd/

# Choose which stage to use
FROM $feature_to_enable
12 changes: 12 additions & 0 deletions .github/workflows/roster.smd
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
[
54831572168464,
1
],
{
"key": "test",
"value": "bb9020011ac4202",
"generation": 1,
"timestamp": 465598423831
}
]

0 comments on commit 786c00d

Please sign in to comment.