Merge branch 'master' into glog.Warning
This commit is contained in:
commit
2e45a27f87
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
### 0.26.1 (2017-06-21)
|
||||
- Fix prometheus metrics.
|
||||
|
||||
### 0.26.0 (2017-05-31)
|
||||
- Fix disk partition discovery for brtfs
|
||||
- Add ZFS support
|
||||
|
@ -5,7 +5,7 @@ ENV GLIBC_VERSION "2.23-r3"
|
||||
|
||||
RUN apk --no-cache add ca-certificates wget device-mapper && \
|
||||
apk --no-cache add zfs --repository http://dl-3.alpinelinux.org/alpine/edge/main/ && \
|
||||
apk --no-cache add thin-provisioning-tools --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ && \
|
||||
apk --no-cache add thin-provisioning-tools --repository http://dl-3.alpinelinux.org/alpine/edge/main/ && \
|
||||
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub && \
|
||||
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk && \
|
||||
wget https://github.com/andyshinn/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-bin-${GLIBC_VERSION}.apk && \
|
||||
|
Loading…
Reference in New Issue
Block a user