Skip to content

Commit d19cc94

Browse files
authored
Merge pull request #1688 from timstclair/release-v0.26
[cherry-pick] thin-provisioning-tools moved to alpine main
2 parents a7e3272 + df5c2d1 commit d19cc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV GLIBC_VERSION "2.23-r3"
55

66
RUN apk --no-cache add ca-certificates wget device-mapper && \
77
apk --no-cache add zfs --repository http://dl-3.alpinelinux.org/alpine/edge/main/ && \
8-
apk --no-cache add thin-provisioning-tools --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ && \
8+
apk --no-cache add thin-provisioning-tools --repository http://dl-3.alpinelinux.org/alpine/edge/main/ && \
99
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub && \
1010
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-${GLIBC_VERSION}.apk && \
1111
wget https://github.com/andyshinn/alpine-pkg-glibc/releases/download/${GLIBC_VERSION}/glibc-bin-${GLIBC_VERSION}.apk && \

0 commit comments

Comments
 (0)