feat: add opentelemetry collector image pull to script
parent
18135851d1
commit
7ff5efb463
|
@ -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."
|
Loading…
Reference in New Issue