From 4a589e27491ffc24afbe074ef984112d3de29429 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 16:03:00 +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 <