From c8e89464d8257611add40edc33a5db8559a7dfa1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 03:03:36 +0000 Subject: automatic import of grafana --- create_bundles_in_container.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 create_bundles_in_container.sh (limited to 'create_bundles_in_container.sh') diff --git a/create_bundles_in_container.sh b/create_bundles_in_container.sh new file mode 100755 index 0000000..4640068 --- /dev/null +++ b/create_bundles_in_container.sh @@ -0,0 +1,24 @@ +#!/bin/bash -eu +# +# create vendor and webpack bundles inside a container (for reproducibility) +# using a Go cache: +# ./create_bundles_in_container.sh --security-opt label=disable -v $(pwd)/.gocache:/root/go +# + +cat <