14 Commits

Author SHA1 Message Date
1a2baa2c6a Removed unused logging 2025-09-22 13:38:33 +03:30
ec423700fc Move to bookworm golang image 2025-09-16 12:47:19 +03:30
ff1e9d810b Update dockerfile to install build-base in the build stage 2025-09-16 12:38:13 +03:30
9bcdcf337d Added gcc to docker build stage 2025-09-16 12:35:32 +03:30
228d1bffc1 Update dockerfile build image 2025-09-16 12:26:13 +03:30
0c6160b756 Move GIN_MODE=release from build args to runtime environment variable 2025-06-25 16:33:08 +03:30
593d32438a Set GIN_MODE to release during build for production environment 2025-06-05 18:47:01 +03:30
501cdb0f15 Remove nonroot user from Dockerfile 2025-05-18 14:07:40 +03:30
98c56daf24 Switch from static to base Debian 12 distroless image for runtime support 2025-05-18 13:59:16 +03:30
d9fdd6919f Enable CGO in Dockerfile build step for Linux compilation 2025-05-18 13:46:56 +03:30
60a55e3ad8 Fix Docker COPY paths to use absolute destination directories 2025-05-18 13:08:11 +03:30
36aa4589f3 Fix go build path by adding ./ prefix for proper module resolution 2025-05-18 13:04:41 +03:30
e668e795fb Fix build path to specify main.go entry point in Dockerfile 2025-05-18 13:02:24 +03:30
ad790b3d36 Add Docker build configuration and CI/CD pipeline for container deployment 2025-05-18 12:59:03 +03:30