This commit is contained in:
Your Name
2025-05-17 17:51:02 +12:00
parent fa5a41fb34
commit 096dc20a64
48 changed files with 70 additions and 69 deletions

View File

@ -1,11 +1,11 @@
#!/bin/bash
source "${AGENT_PATH}/_common.sh"
source "${AGENT_PATH}/common.sh"
_check_required_env_vars
# Simple Object Storage Install Script
# Pulls image, creates volume/config, starts container.
autocreate "volume=${VOLUME_NAME}"
datacreate "volume=${VOLUME_NAME}"
# check can pull image on remote host and exit if fails
echo "Pulling image ${IMAGE_REGISTRY}/${IMAGE_REPO}:${IMAGE_TAG}..."