taler-deployment

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

libtalermerchant.Containerfile (612B)


      1 FROM taler-alpine-imaging/taler-merchant:builder AS builder
      2 
      3 FROM alpine AS builder2
      4 COPY --from=builder /prefix/usr/lib/* /prefix/usr/lib
      5 
      6 FROM taler-alpine-imaging/libtalerexchange:latest
      7 COPY --from=builder2 /prefix/* /
      8 
      9 LABEL org.opencontainers.image.title="LibTalerMerchant"
     10 LABEL org.opencontainers.image.description="An alpine-based image containing the libraries from the Taler Merchant"
     11 LABEL org.opencontainers.image.source="https://git.taler.net/deployment.git/tree/packaging/docker-alpine/libtalermerchant.Containerfile"
     12 LABEL org.opencontainers.image.authors="Nullptrderef <nullptrderef@proton.me>"