taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

libmicrohttpd.Containerfile (470B)


      1 FROM taler-alpine-imaging/libmicrohttpd:builder AS builder
      2 
      3 FROM alpine:latest
      4 COPY --from=builder /prefix/* /
      5 
      6 LABEL org.opencontainers.image.title="LibMicroHTTPD"
      7 LABEL org.opencontainers.image.description="An alpine-based image containing LibMicroHTTPD"
      8 LABEL org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libmicrohttpd.Containerfile"
      9 LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"