Skip to content

Commit bbc72db

Browse files
committed
Rename extended->extended-postgres; adjust README
1 parent 8189138 commit bbc72db

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ stages:
22
- build-image
33

44
include:
5-
- local: '/extended/build-images-ci.yml'
5+
- local: '/extended-postgres/build-images-ci.yml'

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# PostgreSQL Images
22

33
## Extended images
4+
PostgreSQL Docker images with various additional extensions. Includes the majority of extensions, including those that are supported by RDS.
45

5-
PostgreSQL Docker images with various additional extensions. Includes the majority of extensions supported by RDS.
6+
Derived from [official PostgreSQL images](https://hub.docker.com/_/postgres). One of the key differences is that PostgreSQL can be stopped or restarted without the container being stopped (this is because in the official image, the `postmaster` process is the main one).
67

7-
Derived from [official PostgreSQL images](https://hub.docker.com/_/postgres). Storage-optimized: the size of each image is just ~120 MiB.
8+
Storage-optimized: the size of each image is just ~120 MiB.
89

9-
Use these images with Database Lab, when you need HypoPG or anything else.
10+
Use these images with Database Lab, when you need HypoPG or anything else.
1011

1112
### What's inside
1213
Available PostgreSQL versions: 9.6, 10, 11, 12, 13. Extensions:
File renamed without changes.

extended/build-images-ci.yml renamed to extended-postgres/build-images-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stages:
1414
REGISTRY_USER: "${DH_CI_REGISTRY_USER}"
1515
REGISTRY_PASSWORD: "${DH_CI_REGISTRY_PASSWORD}"
1616
REGISTRY: "${DH_CI_REGISTRY}"
17-
DOCKER_FILE: "extended/Dockerfile"
17+
DOCKER_FILE: "extended-postgres/Dockerfile"
1818
DOCKER_NAME: "postgresai/extended-postgres"
1919

2020
.job_template: &build_image_definition_gl
@@ -30,7 +30,7 @@ stages:
3030
REGISTRY_USER: "${CI_REGISTRY_USER}"
3131
REGISTRY_PASSWORD: "${CI_REGISTRY_PASSWORD}"
3232
REGISTRY: "${CI_REGISTRY}"
33-
DOCKER_FILE: "extended/Dockerfile"
33+
DOCKER_FILE: "extended-postgres/Dockerfile"
3434
DOCKER_NAME: "registry.gitlab.com/postgres-ai/custom-images/extended-postgres"
3535

3636
.only_var_template: &only_tag_release

0 commit comments

Comments
 (0)