Merge pull request #150 from infosiftr/sq

Update "sq" availability matrix (yes trixie, no mantic)
This commit is contained in:
yosifkit 2023-11-14 13:31:01 -08:00 committed by GitHub
commit c3764156df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -8,14 +8,14 @@ RUN set -eux; \
gnupg \
netbase \
{{ if [
# we want versions of "sq" that contain https://gitlab.com/sequoia-pgp/sequoia/-/commit/b41e1504cd29097328cb21f95808c9972188499e (and thus "sq keyserver" subcommands)
# we want versions of "sq" that contain https://gitlab.com/sequoia-pgp/sequoia/-/commit/b41e1504cd29097328cb21f95808c9972188499e (and thus "sq keyserver" subcommands; 0.26+)
# https://packages.debian.org/sq
# https://packages.ubuntu.com/sq
"bullseye", # 0.24
"buster", # no sq
# https://packages.ubuntu.com/sq
"mantic", # no sq
"jammy", # 0.25
"focal", # no sq
"trixie", # no sq, https://github.com/docker-library/buildpack-deps/pull/149#issuecomment-1692238397
empty # trailing comma
] | index(env.codename) then "" else ( -}}
sq \

1
debian/trixie/curl/Dockerfile generated vendored
View File

@ -13,6 +13,7 @@ RUN set -eux; \
curl \
gnupg \
netbase \
sq \
wget \
; \
rm -rf /var/lib/apt/lists/*

View File

@ -13,7 +13,6 @@ RUN set -eux; \
curl \
gnupg \
netbase \
sq \
wget \
# https://bugs.debian.org/929417
tzdata \