Skip to content

Commit 348f1d4

Browse files
author
Claudio Raimondi
committed
Add gpg keys [no ci]
1 parent 9888fd7 commit 348f1d4

38 files changed

+9
-16
lines changed

Dockerfile

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# This Dockerfile is used by buildx to build ARM64, AMD64, and ARM32 Docker images from an AMD64 host.
2-
# To speed up the build process, we are cross-compiling rather than relying on QEMU.
3-
# There are four main stages:
4-
# * downloader: Downloads specific binaries needed for core lightning for each architecture.
5-
# * builder: Cross-compiles for each architecture.
6-
# * final: Creates the runtime image.
7-
8-
91
ARG BASE_DISTRO="debian:bookworm-slim"
102

113
FROM ${BASE_DISTRO} AS base-downloader
@@ -91,10 +83,10 @@ ARG SQLITE_TARBALL=sqlite-autoconf-${SQLITE_VERSION}.tar.gz
9183
WORKDIR /opt/sqlite
9284

9385
ADD ${SQLITE_URL}/${SQLITE_YEAR}/${SQLITE_TARBALL} sqlite.tar.gz
94-
//TODO: add sig
95-
//TODO: add gpgs
86+
#TODO: add sig
87+
#TODO: add gpgs
9688

97-
//TODO verify gpgs
89+
#TODO verify gpgs
9890

9991
# -------------- Postgres ------------------
10092

@@ -104,11 +96,13 @@ ARG POSTGRES_TARBALL=postgresql-${POSTGRES_VERSION}.tar.gz
10496

10597
WORKDIR /opt/postgres
10698

107-
ADD ${POSTGRES_URL}/v${POSTGRES_VERSION}/${POSTGRES_TARBALL} postgres.tar.gz
108-
//TODO: add sig
109-
//TODO: add gpgs
99+
ADD ${POSTGRES_URL}/v${POSTGRES_VERSION}/${POSTGRES_TARBALL} postgres.tar.gz
100+
ADD ${POSTGRES_URL}/v${POSTGRES_VERSION}/${POSTGRES_TARBALL}.sha256 postgres.tar.gz.sha256
101+
#TODO: add gpgs
102+
103+
#TODO verify gpgs
110104

111-
//TODO verify gpgs
105+
RUN sha256sum -c postgres.tar.gz.sha256
112106

113107
# -------------- Rust ----------------------
114108
ADD --chmod=750 https://sh.rustup.rs /opt/install-rust.sh
@@ -185,7 +179,6 @@ RUN ./install-poetry.py
185179
ENV PATH="/root/.cargo/bin:/root/.local/bin:${PATH}"
186180

187181
RUN rustup toolchain install stable --component rustfmt --allow-downgrade
188-
RUN poetry self add poetry-plugin-export
189182

190183
WORKDIR /opt/zlib
191184

gpg/bitcoin/.gitkeep

Whitespace-only changes.

gpg/bitcoin/0xb10c.gpg

18.1 KB
Binary file not shown.

gpg/bitcoin/CoinForensics.gpg

37.4 KB
Binary file not shown.

gpg/bitcoin/Emzy.gpg

69.9 KB
Binary file not shown.

gpg/bitcoin/Sjors.gpg

269 KB
Binary file not shown.

gpg/bitcoin/TheCharlatan.gpg

285 KB
Binary file not shown.

gpg/bitcoin/achow101.gpg

29.2 KB
Binary file not shown.

gpg/bitcoin/benthecarman.gpg

33 KB
Binary file not shown.

gpg/bitcoin/cfields.gpg

36.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)