Skip to content

Commit 3f80da9

Browse files
committed
Add TODO comment about Debian 13 Trixie
Refs FerretDB/FerretDB#5449.
1 parent 349130a commit 3f80da9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ferretdb_packages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,8 @@ jobs:
210210
go mod verify
211211
go run . -control-file ../../pg_documentdb/documentdb.control -pg-version ${{ matrix.pg }}
212212
213-
# Official Docker images are built on top of Debian 13 Trixie; use postgres:xx-bookworm for now:
214-
# docker run --rm postgres:15 cat /etc/os-release
215-
# docker run --rm postgres:15-bookworm cat /etc/os-release
213+
# We should use deb13 once we switch to Debian 13 Trixie.
214+
# TODO https://github.com/FerretDB/FerretDB/issues/5449
216215
- name: Download deb12-${{ matrix.pg }}-${{ steps.version.outputs.package_version }}
217216
uses: actions/download-artifact@v4
218217
with:

packaging/development.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
ARG POSTGRES_VERSION
44

5+
# TODO https://github.com/FerretDB/FerretDB/issues/5449
56
FROM postgres:${POSTGRES_VERSION}-bookworm
67

78
ARG TARGETARCH

packaging/production.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
ARG POSTGRES_VERSION
44

5+
# TODO https://github.com/FerretDB/FerretDB/issues/5449
56
FROM postgres:${POSTGRES_VERSION}-bookworm
67

78
ARG TARGETARCH

0 commit comments

Comments
 (0)