Three-stage Dockerfile: Ubuntu 22.04 builder (glibc-matched to TimescaleDB-HA), scratch artifact image (~748KB), and standalone postgres:17 image. All 6 regression suites run during build. Makefile gains docker-build, docker-push, and docker-test targets.
19 lines
151 B
Plaintext
19 lines
151 B
Plaintext
.git
|
|
**/*.o
|
|
**/*.bc
|
|
**/*.so
|
|
**/*.dylib
|
|
results/
|
|
tmp_check/
|
|
log/
|
|
regression.diffs
|
|
regression.out
|
|
docs/
|
|
README.md
|
|
LICENSE
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|