From 23cf3d6ea11f280c123873970eacf36039bfddb4 Mon Sep 17 00:00:00 2001 From: Renan Santos Date: Tue, 21 May 2024 18:08:21 -0300 Subject: [PATCH] feat: add tooling for creating snapshots programmatically --- build/Dockerfile | 54 +----------------- test/snapshot/snapshot.go | 114 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+), 53 deletions(-) create mode 100644 test/snapshot/snapshot.go diff --git a/build/Dockerfile b/build/Dockerfile index ff8bc7b7d..4b928875f 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -103,58 +103,6 @@ RUN <