Skip to content

Commit 5491209

Browse files
chore: Pinning skopeo version to 0.2.0
Skopeo introduced a breaking change in 0f458eec763626025d5146f00c3809480befe6f3 commit of their repo, removing 'binary-local' command. We are using that command so cloning to the specific skopeo version.
1 parent 1fd42b4 commit 5491209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system/kind.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tap.test('Kubernetes-Monitor with KinD', async (t) => {
3636
// linux-oriented, not mac
3737
// for mac, install skopeo with brew
3838
console.log('installing Skopeo');
39-
await exec('git clone https://github.com/containers/skopeo');
39+
await exec('git clone --depth 1 -b "v0.2.0" https://github.com/containers/skopeo');
4040
await exec('(cd skopeo && make binary-static DISABLE_CGO=1)');
4141
await exec('sudo mkdir -p /etc/containers');
4242
await exec('sudo chown circleci:circleci /etc/containers');

0 commit comments

Comments
 (0)