File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 22
33ARG POSTGRES_VERSION
44
5+ # TODO https://github.com/FerretDB/FerretDB/issues/5449
56FROM postgres:${POSTGRES_VERSION}-bookworm
67
78ARG TARGETARCH
Original file line number Diff line number Diff line change 22
33ARG POSTGRES_VERSION
44
5+ # TODO https://github.com/FerretDB/FerretDB/issues/5449
56FROM postgres:${POSTGRES_VERSION}-bookworm
67
78ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments