From 04ffa778bde56bf7cbef67eb5d63ffc8e199b714 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 0fc971a05..cdfeb8317 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -103,58 +103,6 @@ RUN <