Customize spilo image
See original GitHub issueI want to customize spilo base image but because it’s minimal and gets extracted on runtime I can not run commands like apt-get
when running docker build
with registry.opensource.zalan.do/acid/spilo-10:latest
as base image. Docs seems to be old and running build.sh tries to install every postgres version.
So how should I customize this image?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Public / Docker / Zalando Spilo Postgres · GitLab - Star
Images built on top of Zalando's Spilo Postgres images.
Read more >Administrator - Postgres Operator - Read the Docs
One use case is a customized Spilo image that must be configured by extra environment variables. Another case could be to provide custom...
Read more >Postgres Operator - Zalando Open Source
The Postgres Operator has been developed at Zalando and is being used in production for over three years. Using Spilo 12 images or...
Read more >Pre-loading TimescaleDB on Spilo container - Stack Overflow
How do I configure it to preload the timescaledb library? ... of a modified version of the Spilo image with the necessary mods...
Read more >Spilo Worldwide Mehaz Edge Cutter, 1 ea - Walmart.com
Arrives by Wed, Dec 14 Buy Spilo Worldwide Mehaz Edge Cutter, 1 ea at Walmart.com. ... image 0 of Spilo Worldwide Mehaz Edge...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Running
Ends up with this error:
@alisabzevari No I didn’t change spilo repository (empty
git diff
), I just pulled latest commit and ran that command. I guess fromdocker built -t spilo .
you meandocker built -f Dockerfile.build -t spilo .
, I can not test it right now but when I created this issue running./build.sh -t "spilo:squashed" .
or some similar command would go beyond this step.