Skip to content

Commit

Permalink
add roster.smd
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 2, 2024
1 parent 4c1831b commit 5c259cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +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/

# Choose which stage to use
FROM $feature_to_enable

0 comments on commit 5c259cd

Please sign in to comment.