aboutsummaryrefslogtreecommitdiffstats
path: root/docker/build.sh
blob: 2f5ba27066d49d88f1da94030f530f6195f9d8fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

# SPDX-FileCopyrightText: 2024 The Refinery Authors <https://refinery.tools/>
#
# SPDX-License-Identifier: EPL-2.0

set -euo pipefail

(cd .. && ./gradlew distTar)

./prepare_context.sh

./bake.sh "${1-false}" "${@:2}"