pidgin/mailing-list-archives

Use the correct tasks for pushing the images

17 months ago, Gary Kramlich
8f8920c14b41
Use the correct tasks for pushing the images
FROM docker.io/alpine:edge AS build
RUN apk add --no-cache bzip2 ca-certificates pv tar wget && \
wget --output-document=/tmp/archive.tar.bz2 https://data.imfreedom.org/public/list-archives/list-archives-pidgin.tar.bz2 && \
mkdir /archive && \
cd /archive && \
pv --numeric /tmp/archive.tar.bz2 | tar jxf - && \
rm -f /tmp/archive.tar.bz2
FROM docker.io/nginx:alpine
COPY default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /archive /usr/share/nginx/html/pipermail