Skip to content

Commit

Permalink
fb comments do work
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Jun 26, 2024
1 parent 2344189 commit 8e7d41e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_posts/2024-06-25-stop-the-go-and-docker-madness.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: "Go docker images: small and simple"
categories: blog
comments: false # they are broken
comments: true # they still work!
---

Ok folks, I'm writing this a bit in anger from seeing people struggle with making very small and very safe docker images, and also overly complicated go project structures.... Stop the madness!
Expand Down Expand Up @@ -64,3 +64,4 @@ And possibly copy a /etc/mime.types from the base - see the excellent [Xe's adve
If you want proper version embeded and easy multiarch, consider the excellent go releaser, you can see how that is used at [github.com/fortio/multicurl](https://github.com/fortio/multicurl#multicurl) and [github.com/fortio/workflows/blob/main/.github/workflows/releaser.yml](https://github.com/fortio/workflows/blob/main/.github/workflows/releaser.yml)

Ping me on gopher slack (Laurent Demailly) or discord (_dl) if you disagree, have comments etc... or open an [issue](https://github.com/ldemailly/laurentsv/issues)
or comment directly below if you're on facebook.

0 comments on commit 8e7d41e

Please sign in to comment.