1#!/bin/bash 2 3RELEASE=${1:-latest} 4 5docker buildx build -f docker/Dockerfile docker --tag grafana/otel-lgtm:${RELEASE} 6