Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 11e7071

Browse files
authoredOct 7, 2024
Merge pull request Tecnativa#21 from Tecnativa/add-pg-16
[FIX] Add pg 16
2 parents baeaa65 + c926d1a commit 11e7071

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
matrix:
3535
# Test modern Odoo versions with latest Postgres version
3636
pg_version:
37+
- "16"
3738
- "15"
3839
- "14"
3940
- "13"
@@ -43,7 +44,7 @@ jobs:
4344
- "9.6"
4445
env:
4546
# Indicates what's the equivalent to tecnativa/postgres-autoconf:latest image
46-
LATEST_RELEASE: "15-alpine"
47+
LATEST_RELEASE: "16-alpine"
4748
# Variables found by default in Docker Hub builder
4849
DOCKER_REPO: tecnativa/postgres-autoconf
4950
DOCKER_TAG: ${{ matrix.pg_version }}-alpine

‎Dockerfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ ENV CERTS="{}" \
1919
RUN apk add --no-cache python3 \
2020
&& mkdir -p /etc/postgres \
2121
&& chmod a=rwx /etc/postgres
22-
RUN apk add --no-cache -t .build \
23-
build-base \
24-
linux-headers \
25-
py3-pip \
26-
python3-dev \
27-
&& pip3 install --no-cache-dir \
28-
netifaces \
29-
&& apk del .build
22+
RUN apk add --no-cache py3-netifaces
3023
COPY autoconf-entrypoint /
3124

3225
# Metadata

0 commit comments

Comments
 (0)
Please sign in to comment.