Commit 9311ba6
committed
Remove Docker support - focus on Nix-based development
This library uses Nix for development environment management.
Docker-based setup added unnecessary complexity for a library package.
Removed:
- Dockerfile (library packages don't need containerization)
- .dockerignore (no longer needed)
- .github/docker/Dockerfile.postgres (Nix provides PostgreSQL+pgmq)
- .github/workflows/docker-build.yml (no Docker images to build)
Updated:
- Makefile: Remove all Docker commands, fix project name
- SETUP.md: Remove Docker installation method, emphasize Nix
- QUICKREF.md: Remove Docker commands section
- docs/DEPLOYMENT_GUIDE.md: Simplify Docker reference
- scripts/README.md: Fix project name reference
Summary:
- Removed 368 lines of Docker-related code
- Simplified documentation to focus on Nix workflow
- Library packages should be added as dependencies, not containerized
- Users containerize their own applications, not the library itself
Development now uses:
- Primary: Nix (recommended - includes everything)
- Fallback: Native installation for advanced users1 parent af769df commit 9311ba6
9 files changed
Lines changed: 17 additions & 368 deletions
File tree
- .github
- docker
- workflows
- docs
- scripts
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 25 | | |
33 | 26 | | |
34 | 27 | | |
| |||
51 | 44 | | |
52 | 45 | | |
53 | 46 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | 47 | | |
58 | 48 | | |
59 | 49 | | |
| |||
122 | 112 | | |
123 | 113 | | |
124 | 114 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | 115 | | |
149 | 116 | | |
150 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 76 | | |
93 | 77 | | |
94 | 78 | | |
| |||
159 | 143 | | |
160 | 144 | | |
161 | 145 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | 146 | | |
166 | 147 | | |
167 | 148 | | |
| |||
271 | 252 | | |
272 | 253 | | |
273 | 254 | | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
| 255 | + | |
278 | 256 | | |
279 | 257 | | |
280 | 258 | | |
| |||
291 | 269 | | |
292 | 270 | | |
293 | 271 | | |
294 | | - | |
295 | | - | |
| 272 | + | |
| 273 | + | |
296 | 274 | | |
297 | | - | |
| 275 | + | |
298 | 276 | | |
299 | 277 | | |
300 | 278 | | |
| |||
0 commit comments