Skip to content

Commit 255f4f4

Browse files
authored
v2.0.9 (#28)
Minor updates * Using latest base images * Moving PostgreSQL build to individual overlay/tmp Development updates * Adding pull.sh and run.sh Documentation updates * Updating port in README.md
1 parent 2f8d61b commit 255f4f4

File tree

12 files changed

+32
-10
lines changed

12 files changed

+32
-10
lines changed

12/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.1.0
1+
FROM bfren/alpine-s6:alpine3.15-4.1.1
22

33
ARG BF_IMAGE
44
ARG BF_VERSION
@@ -12,7 +12,7 @@ ENV \
1212
EXPOSE 5432
1313

1414
COPY ./overlay /
15-
COPY ./12/POSTGRESQL_BUILD /tmp/
15+
COPY ./12/overlay /
1616

1717
RUN bf-install
1818

13/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.1.0
1+
FROM bfren/alpine-s6:alpine3.15-4.1.1
22

33
ARG BF_IMAGE
44
ARG BF_VERSION
@@ -12,7 +12,7 @@ ENV \
1212
EXPOSE 5432
1313

1414
COPY ./overlay /
15-
COPY ./13/POSTGRESQL_BUILD /tmp/
15+
COPY ./13/overlay /
1616

1717
RUN bf-install
1818

14/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.1.0
1+
FROM bfren/alpine-s6:alpine3.15-4.1.1
22

33
ARG BF_IMAGE
44
ARG BF_VERSION
@@ -12,7 +12,7 @@ ENV \
1212
EXPOSE 5432
1313

1414
COPY ./overlay /
15-
COPY ./14/POSTGRESQL_BUILD /tmp/
15+
COPY ./14/overlay /
1616

1717
RUN bf-install
1818

Dockerfile.esh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV \
1212
EXPOSE 5432
1313

1414
COPY ./overlay /
15-
COPY ./<%= ${POSTGRESQL_MINOR} %>/POSTGRESQL_BUILD /tmp/
15+
COPY ./<%= ${POSTGRESQL_MINOR} %>/overlay /
1616

1717
RUN bf-install
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See [For Backups](#for-backups) for configuration variables.
2828

2929
## Ports
3030

31-
* 3306
31+
* 5432
3232

3333
## Volumes
3434

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.8
1+
2.0.9

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_REVISION="4.1.0"
7+
BASE_REVISION="4.1.1"
88
echo "Base: ${BASE_REVISION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14"

0 commit comments

Comments
 (0)