Skip to content

Add Dockerfile for each service #19

@justintulloch

Description

@justintulloch

• Write a Dockerfile in each cmd/<service>/ directory:

– Use golang:1.18-alpine as the base.

COPY only the relevant files (or use multi‐stage build to produce a static binary).

– Expose the necessary port (UDP + HTTP metrics).

• Verify that docker build cmd/normalizer produces a runnable image.

Metadata

Metadata

Assignees

Labels

deploymentDeployment manifests (Kubernetes, Helm charts, Terraform) or rollout automationdockerDockerfiles, containerization scripts, or image-building configurations

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions