File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.11.1 2023-10-23 <dave at tiredofit dot ca >
2
+
3
+ ### Added
4
+ - Switch to tiredofit/alpine:edge for newer packages
5
+ - Postgresql 16 support
6
+
7
+ ### Changed
8
+ - Add --break-system-packages flag to pip when installing blobxfer
9
+
10
+
1
11
## 3.11.0 2023-10-12 <dave at tiredofit dot ca >
2
12
3
13
### Added
Original file line number Diff line number Diff line change 1
1
ARG DISTRO=alpine
2
- ARG DISTRO_VARIANT=3.18
2
+ ARG DISTRO_VARIANT=edge
3
3
4
4
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
5
5
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
@@ -44,8 +44,8 @@ RUN source /assets/functions/00-container && \
44
44
mongodb-tools \
45
45
openssl \
46
46
pigz \
47
- postgresql15 \
48
- postgresql15 -client \
47
+ postgresql16 \
48
+ postgresql16 -client \
49
49
pv \
50
50
py3-botocore \
51
51
py3-colorama \
@@ -94,7 +94,7 @@ RUN source /assets/functions/00-container && \
94
94
make && \
95
95
make install && \
96
96
\
97
- pip3 install blobxfer && \
97
+ pip3 install --break-system-packages blobxfer && \
98
98
\
99
99
package remove .db-backup-build-deps && \
100
100
package cleanup && \
You can’t perform that action at this time.
0 commit comments