#!/usr/bin/env bash
#
# Build file for the Dockerfile
# DOCKER_REPOSITORY is the master repository where the docker image will be referenced and stored. Defaults to "datafusionrs"
DOCKER_REPOSITORY=""
# Note: Setting DOCKER_PUSH to "true" outside of this script will cause the docker container to push to a repository.
DOCKER_PUSH=""
# Build the final release candidate, create a docker container from it. Only builds for x86_6_64-unknown-linux-musl target.
if [; then
# DATAFUSION_VERSION is the current version of the docker image.
DATAFUSION_VERSION=
# DOCKER_TAG is the combined tag from the docker repository and version. Defaults to (repository)/datafusion:(version)
DOCKER_TAG=""
else
fi