feat: add opentelemetry collector image pull to script

main
Supan Adit Pratama 2025-06-24 16:16:18 +07:00
parent 18135851d1
commit 7ff5efb463
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ Set-Location "$curDir/docker/traefik"
# Pull the latest image from Docker Hub
docker compose pull
# Go To $curDir/docker/opentelemetry/collector
Set-Location "$curDir/docker/opentelemetry/collector"
# Pull the latest image from Docker Hub
docker compose pull
# Back to the original directory
Set-Location $curDir
Write-Host "All Docker images have been pulled successfully."