@@ -12,21 +12,22 @@ Alpine](https://github.com/devcontainers/features/blob/091886b3568dad70f835cc428
1212Same unfortunate situation Microsoft's node Dev Container feature that also
1313doesn't support Alpine.
1414
15- | Feature | Alpine | Alma | Debian | Fedora | Ubuntu |
16- | ----------------- | ------ | ---- | ------ | ------ | ------ |
17- | bpftool | ✅ | ✅ | ✅ | ✅ | ✅ |
18- | cni-plugins | | ✅ | ✅ | ✅ | ✅ |
19- | docsify | | ? | ✅ | ? | ✅ |
20- | go-ebpf | | ✅ | ✅ | ✅ | ✅ |
21- | go-mod-upgrade | | ✅ | ✅ | ✅ | ✅ |
22- | gocover | | ✅ | ✅ | ✅ | ✅ |
23- | goreportcard | | ✅ | ✅ | ✅ | ✅ |
24- | grafanactl | ✅ | ✅ | ✅ | ✅ | ✅ |
25- | lazygit | ✅ | ✅ | ✅ | ✅ | ✅ |
26- | local-pkgsite | | ✅ | ✅ | ✅ | ✅ |
27- | nerdctl | | ✅ | ✅ | ✅ | ✅ |
28- | pin-github-action | | ✅ | ✅ | ✅ | ✅ |
29- | wal-wahl | | ✅ | ✅ | ✅ | ✅ |
15+ | Feature | Alpine | Alma | Debian | Fedora | Ubuntu |
16+ | --------------------------- | ------ | ---- | ------ | ------ | ------ |
17+ | bpftool | ✅ | ✅ | ✅ | ✅ | ✅ |
18+ | cni-plugins | | ✅ | ✅ | ✅ | ✅ |
19+ | docsify | | ? | ✅ | ? | ✅ |
20+ | go-ebpf | | ✅ | ✅ | ✅ | ✅ |
21+ | go-mod-upgrade | | ✅ | ✅ | ✅ | ✅ |
22+ | gocover | | ✅ | ✅ | ✅ | ✅ |
23+ | goreportcard | | ✅ | ✅ | ✅ | ✅ |
24+ | grafanactl | ✅ | ✅ | ✅ | ✅ | ✅ |
25+ | lazygit | ✅ | ✅ | ✅ | ✅ | ✅ |
26+ | local-pkgsite | | ✅ | ✅ | ✅ | ✅ |
27+ | nerdctl | | ✅ | ✅ | ✅ | ✅ |
28+ | pin-github-action | | ✅ | ✅ | ✅ | ✅ |
29+ | pull-through-cache-registry | | | ✅ | | ✅ |
30+ | wal-wahl | | ✅ | ✅ | ✅ | ✅ |
3031
3132- [ bpftool] ( src/bpftool/README.md ) – installs ` bpftool ` directly from upstream
3233 https://github.com/libbpf/bpftool binary releases, especially avoiding the
@@ -70,6 +71,10 @@ doesn't support Alpine.
7071- [ pin-github-action] ( src/pin-github-action/README.md ) – provides mheaps's
7172 ` pin-github-action ` for pinning GitHub actions to specific hashes.
7273
74+ - [ pull-through-cache-registry] ( src/pull-through-cache-registry/README.md ) –
75+ provides a CNCF Distribution Registry acting as pull-through cache for your
76+ Docker-in-Docker.
77+
7378- [ wal-wahl] ( src/wal-wahl/README.md ) – install multiple Docker CE versions
7479 inside your devcontainer, quickly switching and activating one of them at a
7580 time.
0 commit comments