File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
test/fixtures/insecure-registries Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 99 - name : docker-io
1010 containers :
1111 - name : my-container
12- image : docker.io/library/golang:1.13.1-alpine3.10
12+ image : docker.io/library/fedora:35
1313 command :
1414 - " sh"
1515 args :
1616 - " -c"
17- - " apk --no-cache add git make gcc musl-dev ostree-dev go-md2man &&
18- git clone --depth 1 -b 'v0.2.0' https://github.com/containers/skopeo $GOPATH/src/github.com/containers/skopeo &&
19- cd $GOPATH/src/github.com/containers/skopeo &&
20- make binary-local-static DISABLE_CGO=1 &&
21- make install &&
17+ - " dnf install -y skopeo &&
2218 skopeo copy --dest-tls-verify=false docker://docker.io/library/python:rc-buster docker://kind-registry:5000/python:rc-buster"
2319 restartPolicy : Never
2420 backoffLimit : 4
You can’t perform that action at this time.
0 commit comments