2020-02-03
Diary
- None
Note
- 最近よく書く HTTP サーバ基礎部分
- https://tennashi.hatenablog.com/entry/2019/12/13/010938
- 雑に Graceful Shutdown したいときにみるやつ, 載っているコードのコンパイルが通らなかったりする
- fzf が早くなる PR
- kustomize の remote build の spec
- Kubernetes クラスタ間で Service を Routing できる Skupper
- https://twitter.com/openshiftjp/status/1224266296751198208
- zalando が使ってた気がする
- cgoを使わないGoのクロスコンパイル時に -installsuffix cgo が不要になってた
- https://christina04.hatenablog.com/entry/installsuffix-cgo-is-no-longer-required
- 何も考えずに
CGO_ENABLED=0
をしています
- Do Linux golang binaries depend on libc? : golang
- https://www.reddit.com/r/golang/comments/8m4xrh/do_linux_golang_binaries_depend_on_libc/
- libc 依存絡み, apline だと musl になって遅いみたいな話題から
- go - Does golang depend on c runtime? - Stack Overflow
- https://stackoverflow.com/questions/41720090/does-golang-depend-on-c-runtime
- net package は依存してるみたいな話が書いてある
- A tale in adopting Alpine Linux for Docker – problems we faced with RSpec testing – Made Tech
- sh すら入ってない distroless 君
- https://github.com/GoogleContainerTools/distroless
- image サイズ自体は alpine のが小さい
- glibc 入ってて偉い
- Do GitHub and GitLab support git clone’s –filter parameter? - Stack Overflow
- https://stackoverflow.com/questions/55195590/do-github-and-gitlab-support-git-clones-filter-parameter?noredirect=1&lq=1
- git clone の filter option, GitHub はまだサポートしていないよといやつ
- Bring your monorepo down to size with sparse-checkout - The GitHub Blog
- https://github.blog/2020-01-17-bring-your-monorepo-down-to-size-with-sparse-checkout/
- partial clone (
--filter=blob:none
) と sparse-checkout 組み合わせて優勝できる話, 再掲