Skip to content

Commit 709d9bd

Browse files
feat: Updated Skopeo to v0.2.0 to use new registries.conf path
Updating Skopeo to take advantage of support to read 'registries.conf' from '~/.config/containers', which was introduced in v0.2.0.
1 parent a3d0af6 commit 709d9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM golang:1.13.1-alpine3.10 AS skopeo-build
55

66
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
7+
RUN git clone --depth 1 -b 'v0.2.0' https://github.com/containers/skopeo $GOPATH/src/github.com/containers/skopeo
88
RUN cd $GOPATH/src/github.com/containers/skopeo \
99
&& make binary-local-static DISABLE_CGO=1 \
1010
&& make install

0 commit comments

Comments
 (0)