#!/bin/sh set -eu echo "ThreeGate FETCH placeholder container is running." echo "Role: ${THREEGATE_ROLE:-fetch}" echo "Proxy env (if set): http_proxy=${http_proxy:-} https_proxy=${https_proxy:-}" echo "This image does not perform real fetching yet." echo "Sleeping..." sleep infinity