Skip to content

Commit b2e10b8

Browse files
authored
v2.0.5 (#24)
Minor updates * Using latest base images Build updates * Removing dev / latest builds
1 parent 69b73b4 commit b2e10b8

File tree

7 files changed

+5
-11
lines changed

7 files changed

+5
-11
lines changed

.github/workflows/dev-13.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ jobs:
5454
push: ${{ startsWith(github.ref, 'refs/heads/') }}
5555
platforms: linux/amd64,linux/arm/v7,linux/arm64
5656
tags: |
57-
bfren/postgresql:dev
58-
bfren/postgresql:${{ steps.version.outputs.contents }}-beta
5957
bfren/postgresql:postgresql13-dev
6058
bfren/postgresql:postgresql13-${{ steps.version.outputs.contents }}-beta
6159
-

.github/workflows/publish-13.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ jobs:
7171
push: true
7272
platforms: linux/amd64,linux/arm/v7,linux/arm64
7373
tags: |
74-
bfren/postgresql:latest
75-
bfren/postgresql:${{ steps.version_major.outputs.contents }}
76-
bfren/postgresql:${{ steps.version_minor.outputs.contents }}
77-
bfren/postgresql:${{ steps.version.outputs.contents }}
7874
bfren/postgresql:postgresql13
7975
bfren/postgresql:postgresql13-${{ steps.version_major.outputs.contents }}
8076
bfren/postgresql:postgresql13-${{ steps.version_minor.outputs.contents }}

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.0.5
1+
FROM bfren/alpine-s6:alpine3.15-4.0.6
22

33
ARG BF_IMAGE
44
ARG BF_VERSION

13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.0.5
1+
FROM bfren/alpine-s6:alpine3.15-4.0.6
22

33
ARG BF_IMAGE
44
ARG BF_VERSION

14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.15-4.0.5
1+
FROM bfren/alpine-s6:alpine3.15-4.0.6
22

33
ARG BF_IMAGE
44
ARG BF_VERSION

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.4
1+
2.0.5

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.0.5"
7+
BASE_REVISION="4.0.6"
88
echo "Base: ${BASE_REVISION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14"

0 commit comments

Comments
 (0)