From 732147566e83c1e160154b18c33618a36fac30e0 Mon Sep 17 00:00:00 2001 From: axtloss Date: Wed, 24 May 2023 00:40:33 +0200 Subject: Add blob deduplication Adds installed blobs to a database and skips downloading them if it finds them in the database --- src/main/java/io/github/jshipit/JshipIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/io/github/jshipit/JshipIT.java') diff --git a/src/main/java/io/github/jshipit/JshipIT.java b/src/main/java/io/github/jshipit/JshipIT.java index 165d0bd..7784128 100755 --- a/src/main/java/io/github/jshipit/JshipIT.java +++ b/src/main/java/io/github/jshipit/JshipIT.java @@ -43,6 +43,6 @@ public class JshipIT { */ OCIDataStore dataStore = new OCIDataStore("./tmp"); - dataStore.createImage("registry.getcryst.al","crystal/misc", "docker", "latest"); + dataStore.createImage("registry.docker.io","library", "bash", "devel-alpine3.18"); } } \ No newline at end of file -- cgit v1.2.3