Create Docker Image
docker build -t eks-deployer -f Dockerfile .
Refresh image on 04/06/2024
- Add
dsbulkbinary - Use
cqlshbinary from Datastax - Update
helm-secretsplugin url - Consolidated the installation steps into a single RUN command to reduce layers and improve build efficiency.
- Defined all necessary environment variables in one place.