This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Docker image for PL/Julia. | |
| # | |
| # Build on top of an official Debian-based PostgreSQL image and keep the | |
| # resulting image as close as practical to the upstream postgres image. | |
| # In particular, avoid changing inherited defaults such as the working | |
| # directory unless there is a clear need. | |
| # | |
| # Supported base images: | |
| # https://hub.docker.com/_/postgres | |
| # Example tags: postgres:14 .. postgres:18, and Debian-based variants. |
OlderNewer