|
|
|
|
|
by lanycrost
27 days ago
|
|
Good job and very essential design! > FROM postgres:17
>
> COPY --from=ghcr.io/pglayers/pgx-pgvector:17 / /
> COPY --from=ghcr.io/pglayers/pgx-pg_cron:17 / /
> COPY --from=ghcr.io/pglayers/pgx-postgis:17 / / I like the way you've solved this! |
|
One surprising benefit that I hadn't considered when implementing this is that when I add new extensions or update existing ones, users only need to update the affected layers. As a result, update times are minimal.