Building Docker images for all CPU architectures (#57)

* Created Travis config to build images for all CPU architectures
* Updated readme
This commit is contained in:
Quentin McGaw
2019-11-23 18:01:18 -05:00
committed by GitHub
parent 9a2d0ec3ef
commit 0af0632304
7 changed files with 68 additions and 30 deletions

View File

@@ -1,12 +1,14 @@
ARG ALPINE_VERSION=3.10
FROM alpine:${ALPINE_VERSION}
ARG VERSION
ARG BUILD_DATE
ARG VCS_REF
ARG TAG=latest
LABEL \
org.opencontainers.image.authors="quentin.mcgaw@gmail.com" \
org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.version="" \
org.opencontainers.image.version="$VERSION" \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.url="https://github.com/qdm12/private-internet-access-docker" \
org.opencontainers.image.documentation="https://github.com/qdm12/private-internet-access-docker" \