Commit Graph
7 Commits
Author SHA1 Message Date
Abin Simon 494835a7c1 Reorganize initialize Dockerfile for better caching
This way we can cache the downloads even when code changes.
2022-08-12 16:41:17 +05:30
Akshay Gaikwad 051b74f59d Revert to alpine base image 2022-06-14 15:27:53 +05:30
Akshay Gaikwad 5c5320b4f0 Update Dockerfile.initialize
Instead of pulling separate images kratos and migrate for migrations,
combined migration in init image only.
2022-06-14 12:22:24 +05:30
Akshay Gaikwad 0c1b581dd3 Reduce go binary size be removing symbol table
Optimize binary file size to perform deployment faster.
2022-06-14 12:22:24 +05:30
Akshay Gaikwad b67fcacf87 Rename go module name and its usage 2022-06-08 17:21:22 +05:30
Akshay Gaikwad 77d3d6b97e Change Dockerfile.initialize to multilevel build 2022-04-07 15:41:32 +05:30
Akshay Gaikwad 10b038d9a4 Add Dockerfile for initialize
The initialize script bootstrap application with partner, org, admin
account etc. This is going to run as initContainer for primary
application container.
2022-04-07 12:13:31 +05:30