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
|
# Pull the latest image from Docker Hub
|
||||||
docker compose pull
|
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
|
# Back to the original directory
|
||||||
Set-Location $curDir
|
Set-Location $curDir
|
||||||
Write-Host "All Docker images have been pulled successfully."
|
Write-Host "All Docker images have been pulled successfully."
|
Loading…
Reference in New Issue