SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Switch to ONE multistage Dockerfile & adjust hotswap documentation #64

Closed ionysos closed 5 years ago

ionysos commented 5 years ago

For better maintenance just ONE Dockerfile should be used. Thus, dev and prod container definitions are now packed into only one multistage Dockerfile.

The 'karydia/karydia-dev' image is now available at Docker Hub. Thus, the build step of the dev container is now optional. Additionally, 'scripts/generate-deployment-dev' is now documented.