Skip to content

Commit cd5412c

Browse files
authored
v2.0.0 (#19)
Major updates * **Breaking changes** major rewrite of S6 Overlay for v3.0.0.0 - see base image and documentation for more information Documentation updates * Updating copyright year to 2022 Build updates * Removing dev edge build
1 parent 1b42261 commit cd5412c

40 files changed

+47
-126
lines changed

.github/workflows/dev-edge.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

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-3.2.3
1+
FROM bfren/alpine-s6:alpine3.15-4.0.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/VERSION
15+
COPY ./12/POSTGRESQL_BUILD /tmp/
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-3.2.3
1+
FROM bfren/alpine-s6:alpine3.15-4.0.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/VERSION
15+
COPY ./13/POSTGRESQL_BUILD /tmp/
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-3.2.3
1+
FROM bfren/alpine-s6:alpine3.15-4.0.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/VERSION
15+
COPY ./14/POSTGRESQL_BUILD /tmp/
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/VERSION
15+
COPY ./<%= ${POSTGRESQL_MINOR} %>/POSTGRESQL_BUILD /tmp/
1616

1717
RUN bf-install
1818

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 bfren
3+
Copyright (c) 2021-2022 bfren
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ See [For Backups](#for-backups) for configuration variables.
7171
7272
## Copyright
7373

74-
> Copyright (c) 2021 [bfren](https://bfren.dev) (unless otherwise stated)
74+
> Copyright (c) 2021-2022 [bfren](https://bfren.dev) (unless otherwise stated)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.3
1+
2.0.0

VERSION_MAJOR

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

VERSION_MINOR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4
1+
2.0

0 commit comments

Comments
 (0)