summaryrefslogtreecommitdiff
path: root/packaging/docker-alpine/libmicrohttpd.Containerfile
blob: 100e38c3f973700496342d3de36801924d57a0f6 (plain)
1
2
3
4
5
6
7
8
9
FROM taler-alpine-imaging/libmicrohttpd:builder AS builder

FROM alpine:latest
COPY --from=builder /prefix/* /

LABEL org.opencontainers.image.title="LibMicroHTTPD"
LABEL org.opencontainers.image.description="An alpine-based image containing LibMicroHTTPD"
LABEL org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libmicrohttpd.Containerfile"
LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"