Skip to content

Commit

Permalink
Clean up orphaned docker layers on windows2022 runner (open-telemetry…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc-splunk authored Mar 2, 2023
1 parent 45b71f4 commit 3e73366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ build-push-windows2022-image:
- docker inspect --format='{{.RepoDigests}}' ${IMAGE_NAME}:${IMAGE_TAG} | Tee-Object -FilePath dist/windows_2022_digest.txt
after_script:
- docker image prune --all --force
- C:\Users\Administrator\Desktop\ops-scripts\docker-leak-check.exe -remove
artifacts:
paths:
- dist/windows_2022_digest.txt
Expand Down

0 comments on commit 3e73366

Please sign in to comment.