summaryrefslogtreecommitdiff
path: root/packaging/docker-alpine/libtalerexchange.Containerfile
blob: eb938c35d05e53e2bad548824e16919c300b21c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM taler-alpine-imaging/taler-exchange:builder AS builder

FROM alpine AS builder2
COPY --from=builder /prefix/usr/lib/* /prefix/usr/lib
# RUN rm -rf /prefix/lib/taler_plugin_*

FROM taler-alpine-imaging/libgnunet:latest
COPY --from=builder2 /prefix/* /

LABEL org.opencontainers.image.title="LibTalerExchange"
LABEL org.opencontainers.image.description="An alpine-based image containing the libraries from the Taler Exchange"
LABEL org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libtalerexchange.Containerfile"
LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"