We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d0af6 commit 709d9bdCopy full SHA for 709d9bd
Dockerfile
@@ -4,7 +4,7 @@
4
FROM golang:1.13.1-alpine3.10 AS skopeo-build
5
6
RUN apk --no-cache add git make gcc musl-dev ostree-dev go-md2man
7
-RUN git clone --depth 1 -b 'v0.1.39' https://github.com/containers/skopeo $GOPATH/src/github.com/containers/skopeo
+RUN git clone --depth 1 -b 'v0.2.0' https://github.com/containers/skopeo $GOPATH/src/github.com/containers/skopeo
8
RUN cd $GOPATH/src/github.com/containers/skopeo \
9
&& make binary-local-static DISABLE_CGO=1 \
10
&& make install
0 commit comments