Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize metrics CLI app 🐳 #21

Merged
merged 2 commits into from
Jun 13, 2024
Merged

Dockerize metrics CLI app 🐳 #21

merged 2 commits into from
Jun 13, 2024

Conversation

hackebrot
Copy link
Member

This adds a minimal multi-stage Dockerfile for the metrics CLI app.

The runtime image I've decided to use for this is gcr.io/distroless/static-debian12:nonroot.

For more information about the Docker base image, see https://github.com/GoogleContainerTools/distroless/.

For more information about Docker images for Go, see https://docs.docker.com/language/golang/build-images/#multi-stage-builds.

Resolve #20

@hackebrot hackebrot added the feature New feature or request label Jun 11, 2024
@hackebrot hackebrot requested a review from a team June 11, 2024 09:04
@hackebrot
Copy link
Member Author

Thanks for the review, @dlactin! 🙇🏻

@hackebrot hackebrot added this pull request to the merge queue Jun 13, 2024
Merged via the queue into main with commit a931f92 Jun 13, 2024
2 checks passed
@hackebrot hackebrot deleted the dockerize-metrics-cli-app branch June 13, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dockerize metrics CLI app 🐳
2 participants