From 449e373567557490a87c86be8d4e4071bd200fea Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 15:22:25 +0000 Subject: automatic import of grafana-pcp --- create_bundles_in_container.sh | 21 +++++++++++++++++++++ 1 file changed, 21 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..2524525 --- /dev/null +++ b/create_bundles_in_container.sh @@ -0,0 +1,21 @@ +#!/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 <