Merge pull request #520 from justincormack/no-community

Explicitly set the apk repositories we use
This commit is contained in:
Justin Cormack 2016-09-16 12:48:42 +01:00 committed by GitHub
commit a911d46cd6
4 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM mobylinux/alpine-base:5ee3744f0fbcdd3e9c6216322e1d023e4cdf9ee4
FROM mobylinux/alpine-base:be37f68d6da073bab6b0d82ff3669ee0ae41aac8
ENV ARCH=x86_64

View File

@ -1,5 +1,7 @@
FROM alpine:3.4
COPY repositories /etc/apk/
RUN \
apk update && apk upgrade && \
apk add \

View File

@ -7,7 +7,7 @@ default: push
hash:
docker pull $(BASE)
tar cf - Dockerfile | docker build --no-cache -t $(IMAGE):build -
tar cf - Dockerfile repositories | docker build --no-cache -t $(IMAGE):build -
docker run --rm $(IMAGE):build sha1sum /lib/apk/db/installed | sed 's/ .*//' > hash
push: hash

View File

@ -0,0 +1 @@
http://dl-cdn.alpinelinux.org/alpine/v3.4/main